Quote:
|
you cannot judge it like this just from the code you see in this site, as code would be simpler if I was more experienced and didn't put all these divs in there.
|
If only that were true. I have a friend that is a very experienced drupal developer and she really dislikes the horrid code it produces, it's just the way it is. Drupal tries to be all things to all developers .. hence the messy code it produces.
Quote:
|
doesn't affect anything on the site, as -if you'd taken a closer look
|
Oh, I took a closer look with the developer tools. Fixing that div height is necessary. You must also fix some of the other divs nested within it. Trying to plow thru that code is enough to give anyone a headache. Truly, that slideshow should be in an unordered list and not multiple layers of nested divs.
In IE7 - the .expander-viewer class has no width or height, as it does in FF. If you give it these 3 things, you will get better results:
Quote:
width: 10000px; (same as FF)
height: 150px;
overflow: hidden:
|
Once you do that, your navigation appears. You should add these rules to an IE7-only css file.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|