Re: [css-d] Noob Question

2012-06-14 Thread Hahnel, Fred (DET-MRM)
: 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

Re: [css-d] Noob Question

2012-06-13 Thread Chris Stuckey
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;    

Re: [css-d] Noob Question

2012-06-13 Thread Rod Castello
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;

Re: [css-d] Noob Question

2012-06-13 Thread Chris Stuckey
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

Re: [css-d] Noob Question

2012-06-13 Thread Hahnel, Fred (DET-MRM)
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

[css-d] Noob Question

2012-06-13 Thread Chris Stuckey
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: