PDA

View Full Version : code for this line separator?



deronsizemore
04-28-2006, 11:52 AM
As seen here on Yahoo! http://news.yahoo.com/s/nm/20060428/en_nm/vatican_davinci_dc

The ones on the left side column under the "Da Vinci Code" poster.

I know how to make a dotted line, but not these where they are small dots...or is it simply an image?

Nico
04-28-2006, 12:17 PM
Like you said...it's a simple image repeated x times.

http://us.i1.yimg.com/us.yimg.com/i/us/nws/gl/rul_hori_dot.gif

Nicolas

KelliShaver
04-29-2006, 08:04 AM
This would be easier, and far more efficient.



#myDiv {
border-bottom:1px dotted #000;
}


Adjust color accordingly. :)

deronsizemore
04-29-2006, 08:19 AM
This would be easier, and far more efficient.



#myDiv {
border-bottom:1px dotted #000;
}


Adjust color accordingly. :)


Thanks Kelli. That's more of what I was looking for...I just didn't know there was a "dotted" attribute, as I've only ever used or seen "dashed".

Thanks.

Emancipator
04-29-2006, 02:26 PM
i use the same method as kelli. No need to load images when you can do it with css with ease :)

Masetek
04-29-2006, 06:28 PM
i use the same method as kelli. No need to load images when you can do it with css with ease :)

The problem with using "dotted" is the lines look "dashed" in IE