Log in

View Full Version : CSS code causes problems with alignment in ff



csshelp
01-30-2009, 10:02 AM
1) Script Title: Urbane Grey Menu

2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/urban_grey_side_menu/

3) Describe problem: Had read up on a similar problem on this forum but the problem was with width(mine's with the length of the pages) and I'm a newbie and cannot extrapolate

The Urban Grey menu code is causing problems with the site on safari:
http://www.dynamicdrive.com/style/cs...rey_side_menu/

The length(height) of the site somehow becomes absolute when i use the code(in safari).

You can take a look at an example of how the code works on IE and FF here: (http://www.urbanenomads.com/sitemap.html)

ddadmin
01-30-2009, 10:10 PM
The layout of that page looks equally problematic in FF3.x as it does in Safari 3.x for me actually. It's very hard to debug the issue at the moment, as there's a lot of code on your page, and the problem is CSS (not scripting). Try starting with a fresh page with just the menu on it, verify it works and looks the way you want it to, then slowly add back the rest of the page elements, verifying each step of the way nothing is broken as a result.

csshelp
01-31-2009, 05:05 AM
did that and it works! i think i'd specified the width and height of the tables earlier to accommodate longer entries. have removed the code and it works fine now.

Many thanks!:)