[thelist] CSS / IE question

Neil Cadsawan rainer3 at mac.com
Tue Mar 23 13:43:56 CST 2004


This may not help your problem, but you could save yourself a lot of 
time by just using the shortcut:

border: 1px solid #006;

instead of :

> 	border: #006;
> 	border-style: solid;
> 	border-top-width: 1px;
> 	border-right-width: 1px;
> 	border-bottom-width: 1px;
> 	border-left-width: 1px;


-Neil

On Mar 23, 2004, at 2:35 PM, David Siedband wrote:

> I have some styles that seem to not render as intended on some 
> versions of IE/win.
>
> Any ideas on what's happening here and what I might do to correct this?
>
> thx
> --
> David
>
>
>
> .tab1 {
> 	background: #ccc;
> 	border: #006;
> 	border-style: solid;
> 	border-top-width: 1px;
> 	border-right-width: 1px;
> 	border-bottom-width: 1px;
> 	border-left-width: 1px;
> 	font-weight: bold;
> }
>
> .content1 {
> 	background: #eee;
> 	border: #006;
> 	border-style: solid;
> 	border-top-width: 0;
> 	border-right-width: 1px;
> 	border-bottom-width: 1px;
> 	border-left-width: 1px;
> }
>
> .tab2 {
> 	background: #eee;
> 	border: #006;
> 	border-style: solid;
> 	border-top-width: 1px;
> 	border-right-width: 1px;
> 	border-bottom-width: 1px;
> 	border-left-width: 1px;
> 	font-weight: bold;
> }
>
> .content2 {
> 	background: #fff;
> 	border: #006;
> 	border-style: dotted;
> 	border-top-width: 0;
> 	border-right-width: 1px;
> 	border-bottom-width: 1px;
> 	border-left-width: 1px;
> }
>
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester and 
> archives of thelist go to: http://lists.evolt.org Workers of the Web, 
> evolt !



More information about the thelist mailing list