|
User Details |
message
|
|
David Frank
post date:
2008-07-23 16:58:41
|
We are having trouble with pages where the menu is shifting to the right. (http://www.mediaworksdev.com/GDWS/aboutus/index.html) compared to (http://www.mediaworksdev.com/GDWS/capabilities/index.html).
This happens in FF (PC and Mac) and Safari. IE is just fine.
Could you help us out?
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-07-24 04:31:42
|
Hello,<br />
After checking the html code of your page I have found a solution.<br />
The problem is that you have styled the br element even though it doesnt support styling. In order to fix this please delete the <br / class="clearall"> and use a simple <br /> instead. For clearing the float attribute use a the following code < div class="clearall">.<br />
Regards,<br />
Catalin Serban
|
|
|
David Frank
post date:
2008-07-24 09:38:16
|
Catalin,
That fix you gave me did not work. Look at this:
http://www.mediaworksdev.com/GDWS/aboutus/index.html
Do you have any other suggestions how to make this work in FF (PC and Mac) and Safari on Mac?
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-07-25 13:25:19
|
Hello,
The container div should have the following form:
.container { width: 867px; margin: 0 auto; position:relative;}
As you can see I have added the position:relative.
Regards,
Catalin Serban
|
|