PDA

View Full Version : css, min-height and strange behaviour


Telebrett
01-16-2003, 05:22 PM
min-height does not work in ie so results in a page like this

http://real.clientcomm.com.au/source/realestate/problem.html

Is there anyway to get around this?

Now, if i put the details of the house for sale in its own block div, it results in this

http://real.clientcomm.com.au/

The heading of the page disappears, and if you move your mouse around enough, it suddenly reappears!

DCElliott
01-17-2003, 05:35 AM
Try this in your first example: <a href="view_property.asp?ID=1">A renovaters dream! </a></div>
<a href="view_property.asp?ID=1"> </a></div>
<br clear="all" />
You might also consider trying the strict doctype or upcoding to xhtml to get better control over the CSS box model.