: Re: [css-d] Noob Question
There is a 3px area of white space around each image.
I now have the following css:
body {
margin: 0 auto;
width: 1280px;
font-family: Arial,sans-serif;
color: black;
}
#menu {
display: inline;
position: relative;
clear: left;
margin
There is a 3px area of white space around each image.
I now have the following css:
body {
margin: 0 auto;
width: 1280px;
font-family: Arial,sans-serif;
color: black;
}
#menu {
display: inline;
position: relative;
clear: left;
margin: 0;
width: 1280px;
On 6/13/12, Chris Stuckey wrote:
> I now have the following css:
>
> body {
> margin: 0 auto;
> width: 1280px;
> font-family: Arial,sans-serif;
> color: black;
> }
>
> #menu {
> display: inline;
> position: relative;
> clear: left;
> margin: 0;
> width: 1280px;
I now have the following css:
body {
margin: 0 auto;
width: 1280px;
font-family: Arial,sans-serif;
color: black;
}
#menu {
display: inline;
position: relative;
clear: left;
margin: 0;
width: 1280px;
top: -1px;
height: 36px;
}
That's the whole file. I s
ne 13, 2012 3:11 PM
To: css-d@lists.css-discuss.org
Subject: [css-d] Noob Question
Hi;
I have this in my css:
#menu {
position: relative;
clear: left;
margin: 0;
width: 1280px;
top: -1px;
height: 36px;
}
and this in my
Hi;
I have this in my css:
#menu {
position: relative;
clear: left;
margin: 0;
width: 1280px;
top: -1px;
height: 36px;
}
and this in my html: