Too much padding only in Firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
alexxxita1
Beginner
Beginner
Posts: 4
Joined: Tue May 08, 2007 4:09 pm

Too much padding only in Firefox

Post by alexxxita1 »

http://targraysolar.com/en/

Check the page in EI and then see the padding problem in Firefox.

Does anyone know what style propertie is causing this?

:?:
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You'll have to specify which IE and FF and what resolution and where you see too much padding, because at 800x600 they look the same to me.

Ruth
alexxxita1
Beginner
Beginner
Posts: 4
Joined: Tue May 08, 2007 4:09 pm

1280 x 1024

Post by alexxxita1 »

IE6 and EI7 looks OK but not Firefox 2 where the space/padding around the text of the drop down menu is enormous!

My resolution is 1280 x 1024. I wish I could upload images for you to see...
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I'm sorry I don't have FF2. I took a look at the page and the css to see if I could see something that might be the problem. I don't see anything in the css - sometimes generic table, tr, td, padding, margin can cause problems - but I don't see that as an issue. Now in your menuStyle, I see these

Code: Select all

padding=6;
rawcss="padding-left:9px; padding-right:60px";
I'm wondering if that might be the problem.

Try using padding="6px 60px 6px 9px"; and eliminating the rawcss and see what happens, if that doesn't work try eliminating the padding property and putting in all the padding in the rawcss="padding-top:6px;padding-right:60px and so on. If neither works, post back and I will try to get FF2 set up to test.

Oh, one other thing, if neither of those work, try removing your css just to see if that fixes the menu, if it does then something in the css is causing it, though I don't think that's the case

Ruth
Post Reply