Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35
Too much padding only in Firefox
Poster: alexxxita1
Dated: Tuesday May 8 2007 - 22:19:43 BST
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?
Poster: Ruth
Dated: Wednesday May 9 2007 - 5:09:38 BST
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
1280 x 1024
Poster: alexxxita1
Dated: Wednesday May 9 2007 - 20:57:28 BST
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...
Poster: Ruth
Dated: Wednesday May 9 2007 - 23:46:07 BST
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:
padding=6;
rawcss="padding-left:9px; padding-right:60px";
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