|
Posted by BootNic on 11/02/06 22:46
> Dave Kelly <daveekelly@earthlink.net> wrote:
> news: 89u2h.1455$0r.980@newsread1.news.pas.earthlink.net
> BootNic wrote:
>
>> IE 3px gap
>> http://www.positioniseverything.net/explorer/threepxtest.html
>>
>> <!--[if gte IE 5.5 & lte IE 6]>
>> <style type="text/css">
>> table {
>> margin:0 -3px 0 -3px;
>> </style>
>> <![endif]-->
>
> Just to clarify...........
> This goes inside the wrapper that contains the table and right after
> this line:
> <table border="1" cellspacing="1" >
>
> I put it there and it works.
Make it an external style sheet, wrap the link in the conditional
statement, add it to the head after your other external style sheet.
....
<link href="misc.css" rel="stylesheet" type="text/css" />
<!--[if gte IE 5.5 & lte IE 6]>
<link rel="stylesheet" href="" type="text/css" />
<![endif]-->
--
BootNic Thursday, November 02, 2006 5:45 PM
Facts do not cease to exist because they are ignored.
*Aldous Huxley*
Navigation:
[Reply to this message]
|