OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Default height - Min. Height
This page's ID:
22767
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi Karl, You can set the minimum height using the min-height attribute, however this does not work in IE browsers - luckily when u set the height of an element, IE uses this as the min height but expands as required.... however if u set this normally, browsers like mozilla will not expand the element, the following code is how to fix this problem: IE has a situation where anything after the * is IE specific. [code] .myElement{ min-height: 225px; /*For Mozilla,opera,firefox etc*/ } *html .myElement{ height: 225px; /*for IE*/} [/code] I think that is right, i will check later when i get home
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »