web stats service from statcounter

Open the document or program that contains the HTML code your website uses.

Insert the "Star Hack" code into your HTML body. This will allow for exemptions in certain versions of IE that are not displaying properly. The code is as follows,

.myclass {

/* these properties will be parsed by all browsers */

}

* html .myclass {

/* these properties will only be read in IE lte 6! */

}

Insert the following code, provided by Aspektas, that will change the "overflow:hidden;" and "position:relative;" options to ones that will display properly.

/* Normal CSS */

.fixedheight {

height:50px;

overflow:visible;

}

.overflows {

height:100px;

}

/* IE 6 CSS */

* html .fixedheight {

overflow:hidden;

}

* html .overflows {

position:relative;

}

05 Dec 2010

0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top