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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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!