Click to See Complete Forum and Search --> : ie problem
jerseydubs
11-22-2005, 11:24 AM
in the page you are about to look at (hopefully) the content should be confined to a div that does not change size. this works in firefox, and i believe in opera but in ie it resizes with the browser window. is there a fix for this?
http://www.afih.net/bio_np.html
the css is attached
difrad76
11-22-2005, 11:34 AM
Well,
It doesn't work in firefox either. I don't have MD's picture there but I do have it in IE
jerseydubs
11-22-2005, 11:47 AM
interesting. it works in firefox and opera for mac osx. it does not work in ie for mac osx (everything is on top of each other). i have only tested in ie for win but not opera or firefox.
jerseydubs
11-22-2005, 02:02 PM
interesting. it works in firefox and opera for mac osx. it does not work in ie for mac osx (everything is on top of each other). i have only tested in ie for win but not opera or firefox.
anyone have any ideas how i can fix this? see above for url and css attachment.
drhowarddrfine
11-22-2005, 02:45 PM
You don't have a doctype which puts IE in 'quirks' mode. Also, check the width of your divs including padding and margins to make sure they aren't adding up to a wider width than one you are specifying. If you specify 800px wide and your divs/images/padding etc. add up to 800px, IE won't handle that right because, uh, I forgot. Reduce the width of one by a px or two and that will keep it inside the main div.