Re: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-26 Thread Chris Ovenden
On 5/26/05, Luca Balboni [EMAIL PROTECTED] wrote: Hi Peter, I was thinking not to use hr/ as a divider because I am using an image as a background and for what I know IE and Opera show a border around the image. Is this correct? Is anyone aware of any workaround? Thanks, Luca You can kill

Re: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-25 Thread Luca Balboni
Hi Peter, I was thinking not to use hr/ as a divider because I am using an image as a background and for what I know IE and Opera show a border around the image. Is this correct? Is anyone aware of any workaround? Thanks, Luca On 25/05/2005, at 1:59 PM, Peter Williams wrote: It is

[css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread Luca Balboni
Hi all, I need to include a divider in between different articles and I cannot quite working it out. I included this code in my html, after the last paragraph of my articles: div class=divider/div and in the CSS file: .divider { height: 10px; background: url(images/divider.gif)

Re: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread jack fredricks
in an XML document div class=divider/div should be; div class=divider/div but this isnt a CSS issue. The validator told you the error - Error: attribute values must be quoted in XML. You should listen to it, it's quite smart :)

RE: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread Peter Williams
-Original Message- From: Luca Balboni div class=divider/div It seems to work but when I try to validate the page, it gives me an error saying Error: attribute values must be quoted in XML It is actually one of the more understandable error messages. All it means is that the