From: Joseph C. <tex...@us...> - 2006-02-07 02:36:14
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23997/skins/oceanblue Modified Files: Tag: b0_22_2 common-top.thtml style.css Added Files: Tag: b0_22_2 ie6.css Log Message: Remove hacks from CSS, use IE conditional statement to provide extra styles for IE versions >= 6 since IE 7 works without the hacks. --- NEW FILE: ie6.css --- .menu { width: 6.3em; } /* Hide Tan Hack from IE5-mac \*/ * html .shell {height: 1%;} /* End hide from IE5-mac */ Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-top.thtml,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** common-top.thtml 13 Aug 2004 04:12:47 -0000 1.1 --- common-top.thtml 7 Feb 2006 02:35:59 -0000 1.1.6.1 *************** *** 5,7 **** --- 5,8 ---- <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> + <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">ie6.css"><![endif]--> </head> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** style.css 9 Dec 2004 02:05:05 -0000 1.3 --- style.css 7 Feb 2006 02:35:59 -0000 1.3.4.1 *************** *** 143,147 **** margin: 0; width: 8.3em; - //width: 6.3em; float:left; } --- 143,146 ---- *************** *** 366,371 **** display: inline; } - - /* Hide Tan Hack from IE5-mac \*/ - * html .shell {height: 1%;} - /* End hide from IE5-mac */ --- 365,366 ---- |