Re: [css-d] Stylesheet renders in chinese?

2010-10-26 Thread John D
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

Re: [css-d] can't click links in IE

2010-10-26 Thread Debbie Campbell
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

Re: [css-d] layout problem? maybe a float problem?

2010-10-26 Thread Alan Gresley
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

Re: [css-d] layout problem? maybe a float problem?

2010-10-26 Thread Rory Bernstein
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

Re: [css-d] Stylesheet renders in chinese?

2010-10-26 Thread Rory Bernstein
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

Re: [css-d] Stylesheet renders in chinese?

2010-10-26 Thread Lesley Lutomski
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