Copyright © 2005-2008 Andrea Tincani

AndreaPHP | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Help needed with a menu bar.) New Topic New Poll Post Reply
AndreaPHP Forum : Design, Style, CSS and Graphics : Help for centering a Menu List...
Poster Message
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43

icon Help for centering a Menu List...

I'm currently building a horizontal menu on my site, the only proble, I can only get it to aligne to the left side of the screen on every browser except IE.

Here some code :

This is the menu code :
<div class="centeredColum">
<ul id="udm" class="udm">
<li><a href="#">Base</a></li>
<li><a href="#">Attack</a></li>
<li><a href="#">Forest</a></li>
<li><a href="#">Shops</a>
<ul>
<li><a href="#">Buildings</a></li>
<li><a href="#">Weapons</a></li>
<li><a href="#">Defences</a></li>
<li><a href="#">Spy Tools</a></li>
<li><a href="#">Sentry Tools</a></li>
<li><a href="#">Thief Tools</a></li>
<li><a href="#">Guard Tools</a></li>
</ul>
</li>
<li><a href="#">Arena</a></li>
<li><a href="#">Upgrade Center</a></li>
<li><a href="#">Logs</a>
<ul>
<li><a href="#">Attack Logs</a></li>
<li><a href="#">Intelligence Logs</a></li>
<li><a href="#">Security Logs</a></li>
</ul>
</li>
<li><a href="#">Messages</a></li>
<li><a href="<?php echo $_SERVER['PHP_SELF']; ?>?action=logout">Logout</a></li>
</ul>
</div>


And this is the class I have to center my column :

.centeredColum {
width:685;
height:30px;
margin:0 auto;
margin-left:expression( (document.body.clientWidth - 685) / 2 + 'px');
}
`

Any Idea on how to make it work on Firefox, Opera, Netscape and Mozilla?

____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.

31-05-2005 at 02:56 PM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
~Bean~
Level: Big Cheese


Registered: 07-04-2003
Posts: 22

icon Re: Help for centering a Menu List...

Do you mean the entire DIV aligns against the left side of the screen?...try messing with the "float"...



____________________________
Eggheads unite! You have nothing to lose but your yolks.

29-07-2005 at 02:35 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaPHP Forum : Design, Style, CSS and Graphics : Help for centering a Menu List...
Next Topic (Help needed with a menu bar.) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: AndreaVB

Copyright © 2005-2008 Andrea Tincani

Powered by: tForum tForum Edition b0.92p1
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team.