CAT | css
Using the following syntax will reset all defaults for all tags…
* {
[your defaults here]...
}
Put this in a parentclass to get it in full size. Pay attention: check IE well
/* use this class for good wrapping of nested div's in the parent div */
.clearfix:after {
content: ".";
display: block;
height: 0;
line-height:0em;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block; /* this is valid; validator needs to catch up with it yet! */
}
/* end clear fix */
http://homepage.ntlworld.com/bobosola/
Be sure to also check you have set height and width on the image!
Here a good article on negative margins, and some nice IE fixes.
Basecamp
Get me at Technoratie
Typo3










