- From: Sean LeBlanc <seanleblanc@home.com>
- Date: Wed, 21 Nov 2001 16:32:45 -0700
- To: www-style@w3.org
On 11-21 17:59, Jesse McCarthy wrote:
>
> Sean LeBlanc <seanleblanc@home.com> wrote on 11/21/01 5:48:56 PM:
> >>
> >> Try adding "border: none; padding: 0; margin: 0;"
>
> >
> >Thanks for the help. I tried this, and it still doesn't show up like I
> >expect: I still get the right margin. Are there some other values to try?
> >Is border supposed to be "none" or 0?
>
> Try
> border-style: none;
Still no go. :( Here's what's in my html file:
<html>
<head>
<LINK REL=StyleSheet HREF="me.css" TYPE="text/css">
</head>
<body>
<DIV ID=header>Header test</DIV>
</div>
</body>
</html>
Here's what is in the me.css file for the header:
#header {position: absolute; top: 40px; left: 0px; width: 100%; color:
white; background: blue; border: none; padding: 0; margin: 0; border-style:
none;}
--
Sean LeBlanc:seanleblanc@home.com Yahoo:seanleblancathome
ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome
The difficulties you meet will resolve themselves as you advance. Proceed, and
light will dawn, and shine with increasing clearness on your path.
-D'Alembert
Management QOTD:It is critical that we each stay ahead of the curve and take the lead
on the customer integrity.
Received on Wednesday, 21 November 2001 18:26:14 UTC