Log in

View Full Version : What I do wrong?



justforki
03-08-2007, 08:24 PM
Hi guys,

Here's the link...

http://mybellavistacondo.com/

CSS link
http://www.mybellavistacondo.com/css/layout.css

Menu won't align the same in IE (5& up looks difference) and Firefox... --"
I actually try to center that menu but I couldn't somehow it didn't move to center so I tried to set it 20 pixels from the left. but it shows more than 20 pixels in IE...

1. How can I fix it?
2. If I want to center that menu, how do I do it?

Please help guys,
Thank you very veyr much...
Justforki

slava
03-09-2007, 09:17 PM
Here's a way to do that,

at list it works with my IE,

Try to add this css code to your stylesheet!



*html #thicktabs {
margin: 0 auto;
}