coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dartagnan32 on November 14, 2006, 04:49:43 AM

Title: mac ox x template and ie7
Post by: dartagnan32 on November 14, 2006, 04:49:43 AM
Hello

I use the mac ox x template in my cpg 1.4.10.
But the title and subtitle of my website are not centered (no problem with firefox). So the left image is below them. (http://dartagnan.9999mb.com/pictures)
Any hint what is to change so that there is no problem in ie7 ???

thanks in advance for any help
Title: Re: mac ox x template and ie7
Post by: Sami on November 14, 2006, 06:44:05 AM
Add a align propery to container div
something like this :

<DIV class=top_panel>
<DIV class=top_panel_r align="center">
<DIV id=GAL_NAME>
Title: Re: mac ox x template and ie7
Post by: Joachim Müller on November 14, 2006, 08:08:14 AM
For standards compliance, the class names and attributes should be in quotes, HTML tags must be lower case. Make it<div class="top_panel">
<div class="top_panel_r" align="center">
<div id="GAL_NAME">
Title: Re: mac ox x template and ie7
Post by: dartagnan32 on November 14, 2006, 08:59:47 PM
Thank you, it seems to work perfectly!