CSS Gen. Question!
- Started
- Last post
- 16 Responses
- studderine
My main question is; why does the height attribute for say the positioning of text vary so much between IE and Fire Fox?
- Mimio0
Positioning inside what? paragraphs, or DIVs?
Changeing units or making a style sheet switcher are decent workarounds.
- jakeyj0
try not to use height if you can help it.
its likely to cause major problems in your layout.
- studderine0
Inside a div, the height att. varies greatly, but not enough for me to put a sheet switcher on my companies websites.
- thismanslife0
The height attribute of what?!
Got any examples?
- version30
the *html patch is a great resource when dealing with height issues between ie and ff without having to use seperate stylesheets
- studderine0
the html patch?! link!!!
- version30
in your css, anything that is preceeded by *html is only seen by ie
so height issues would be solved this way
#your .item {
min-height:200px;
}*html #your .item {
height: 200px;
}
- version30
oh yeah, other times called the star html hack if you want to search for that
- studderine0
ohhh...very nice! thank you version 3, i did not know that!
- studderine0
oh wow, that is so cool!
- version30
yay me
- studderine0
yay for version 3!! you just saved my ass from the wrath of the project manager..whoot!!!
- version30
do you pay via paypal? ;)
- studderine0
you know what man, if i had a paypal account id throw you some skrills. but im totally against paypal and ebay...i know weird..
- version30
hahahah, i don't have a paypal account, i was kidding.
pick up this book wit yo dough
- studderine0
that book looks super resourceful and what not!