It looks fine here. Copy the following and paste it in a Notepad and then
save it again:
/* CSS Document */
#wrapper{
width: 950px;
margin: 15px auto;
font-family:Arial, Helvetica, sans-serif;
background-color:#FF;
padding:5px;
}
#header{
padding-bo
Thanks for the help, I cut the icons into jpg's after trying the block
method, which for some reason didn't work.
--
Debbie
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki
Rory Bernstein wrote:
Thank you, Theirry. I put a surrounding div around the 2 divs that weren't behaving, and stopped the absolute positioning of the one div. Put overflow: hidden on the surrounding div and my life is hugely improved.
Sorry for those excessive clear:both things, I had thrown a
Thank you, Theirry. I put a surrounding div around the 2 divs that weren't
behaving, and stopped the absolute positioning of the one div. Put overflow:
hidden on the surrounding div and my life is hugely improved.
Sorry for those excessive clear:both things, I had thrown a bunch of them in
the
Hi Lesley,
Thanks for your response. Last night I cleaned out the hundreds of weird
characters that were in the document. I was not able to see them at first given
how my text editor was set up, but another CSS list member pointed them out to
me and I figured out how to be able to see them. So
On 26/10/10 02:07, Rory Bernstein wrote:
Hi all, A client asked me to do some basic work on her site (which was done by
someone else), and when I view her stylesheet in a browser, the contents of the
stylesheet show up in chinese:
http://www.jitterbugsnyc.com/css/layout.css
Can anyone suggest