![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My parade of IE problems continues. I have two divs in the banner area of my website, one containing a photograph, the other the title and logo for the program. (Please see http://www4.scoe.net/rfox/nest ) In every other browser, the divs sit nicely right next to each other. But in IE, the logo area jumps down to the next line. If I expand the width of the div that they sit in, they stay on the same line, but that introduces ugly areas where the background shows through. How can I get them to sit next to each other in IE like they do everywhere else? top { width: 725px } |
#3
| |||
| |||
|
|
Change the background color of "top", expand the width of top or reduce the width of the images. |

#4
| |||
| |||
|
|
Change the background color of "top", expand the width of top or reduce the width of the images. Jim, thank you for the suggestions. I trimmed the size of the banner and added a background-image to match the banner to fill in the white space that appeared. Of course, IE insisted on putting the gap between the image and the title graphic while everyone else placed the gap after the title graphic, but a bit of image manipulation solved that problem. See http://www4.scoe.net/rfox/nest for the fixed version. |
#5
| |||
| |||
|
|
I attempted your second suggestion, but I'm afraid you lost me with "The <img> has no newline in front of it..." :/ I was referring to this part of the code: |
|
My only complaint at this point is that IE (and only IE) now adds a gap between the banner and the main body, visible in the yellow side bar. Is there any way to get rid of that? ..about a { display:block; width:95px; height: 50px; ... } |
#6
| |||
| |||
|
|
Height should be 22px like the rest. |
|
I am not clear why you have a separate class for every menu item. It seem quite unnecessary and, in this case, counterproductive. In fact, since you fix the width to a given number of pixels, the menu layout looks quite bad when the text size is increased. |
#7
| |||
| |||
|
|
By the way, the fixed-width layout was a client request, so changing the layout to fluid was not an option. Your client wants the menu to look like crap when the font is enlarged? |
#8
| |||
| |||
|
|
rfox (AT) scoe (DOT) net wrote: By the way, the fixed-width layout was a client request, so changing the layout to fluid was not an option. Your client wants the menu to look like crap when the font is enlarged? |
#9
| |||
| |||
|
|
Your client wants the menu to look like crap when the font is enlarged? And unreadable when it is not (when viewed at a high resolution). |
![]() |
| Thread Tools | |
| Display Modes | |
| |