mac ox x template and ie7 mac ox x template and ie7
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

mac ox x template and ie7

Started by dartagnan32, November 14, 2006, 04:49:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dartagnan32

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

Sami

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>
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

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">

dartagnan32

Thank you, it seems to work perfectly!