Click to See Complete Forum and Search --> : Can Someone Look At This Website...


Ntrimgs
09-27-2009, 07:39 PM
http://www.seacarpentryinc.com

and let me know if you see overlapping of text or anything weird? My customer has the same browser/operating system as me (IE/Vista) and is seeing things I'm not seeing and I don't know how to correct it if I don't see it. It looks fine in Firefox as well.

Thanks.

tracknut
09-27-2009, 07:58 PM
In IE, if you increase the default size of text, your navigation menu overlaps. In FF, if you use CTRL-+, the same thing happens. I suspect that's what your customer is seeing.

Dave

Ntrimgs
09-27-2009, 08:18 PM
Thanks...is there a way to control that?

tracknut
09-27-2009, 10:32 PM
I didn't copy your site and test it, but you have the style:
#wrapper #leftSidebar li a
defined to have a height of 30px. That's probably based on your assumption that you'll only have one line of text in there. My guess is if you removed the fixed height, the box would grow if the text wrapped.

Dave