[css-d] Problem with ul/li in IE

2008-11-10 Thread Atkinson, Sarah
I can't seem to alter padding or margins to my lists in IE on the left or right side. Works fine in Firefox but not IE 6. I haven't tried IE 7 since I don't have it on my machine __ css-discuss [EMAIL PROTECTED]

[css-d] CSS background image not showing up for body background

2008-11-10 Thread Carol Swinehart
I can not get the background image to show up in IE, or Opera but it does show up in Firefox 3.0.3 and Safari Please advise, I have read everything I can on this topic and tried all those fixes but they are not working. This site is still in production Site address

Re: [css-d] CSS background image not showing up for body background

2008-11-10 Thread Steve Allen
Carol Swinehart wrote: I can not get the background image to show up in IE, or Opera but it does show up in Firefox 3.0.3 and Safari Please advise, I have read everything I can on this topic and tried all those fixes but they are not working. This sort of thing works for me: body

Re: [css-d] CSS background image not showing up for body background

2008-11-10 Thread Gunlaug Sørtun
Carol Swinehart wrote: I can not get the background image to show up in IE, or Opera but it does show up in Firefox 3.0.3 and Safari Please advise, I have read everything I can on this topic and tried all those fixes but they are not working.

[css-d] IDs on W3C.org

2008-11-10 Thread HARDIE.CA
Hi, Sorry if this is a little bit out of left field, but I was looking over a colleague's work today, and I noted that he should be using IDs instead of classes for elements which appear once on a page. He told me that he had modeled what his page on the www.w3c.org splash page, and there were

Re: [css-d] IDs on W3C.org

2008-11-10 Thread Bill Brown
[EMAIL PROTECTED] wrote: Sorry if this is a little bit out of left field, but I was looking over a colleague's work today, and I noted that he should be using IDs instead of classes for elements which appear once on a page. He told me that he had modeled what his page on the www.w3c.org

Re: [css-d] IDs on W3C.org

2008-11-10 Thread Tim Arnold
I often find myself using classes where I would normally use IDs when coding templates for any number of .NET-based content management systems. Many .NET controls output system-generated IDs which forces us to use classes instead. It bugs me every time, but there's not really much to do

[css-d] help with margin-top IE versus FF

2008-11-10 Thread Angela French
I have two divs that sit on top of each other (in the html). I have applied a margin-top to the bottom div to provide space between the 2 divs. IE7 renders the margin-top, but FF2 won't. I have tried !important; but cannot get some space between them. Can anyone suggest what I might need to

Re: [css-d] IDs on W3C.org

2008-11-10 Thread David Hucklesby
On Mon, 10 Nov 2008 11:31:30 -0500, [EMAIL PROTECTED] wrote: Sorry if this is a little bit out of left field, but I was looking over a colleague's work today, and I noted that he should be using IDs instead of classes for elements which appear once on a page. He told me that he had

Re: [css-d] help with margin-top IE versus FF

2008-11-10 Thread David Laakso
Angela French wrote: I have two divs that sit on top of each other (in the html). I have applied a margin-top to the bottom div to provide space between the 2 divs. IE7 renders the margin-top, but FF2 won't. I have tried !important; but cannot get some space between them. Angela French