Results 1 to 6 of 6

Thread: code for this line separator?

  1. #1

    code for this line separator?

    As seen here on Yahoo! http://news.yahoo.com/s/nm/20060428/...can_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?

  2. #2
    Registered
    Join Date
    Mar 2006
    Posts
    156
    Like you said...it's a simple image repeated x times.

    http://us.i1.yimg.com/us.yimg.com/i/...l_hori_dot.gif

    Nicolas

  3. #3
    Registered
    Join Date
    Apr 2006
    Posts
    184
    This would be easier, and far more efficient.

    Code:
    #myDiv {
        border-bottom:1px dotted #000;
    }
    Adjust color accordingly.

  4. #4
    Quote Originally Posted by KelliShaver
    This would be easier, and far more efficient.

    Code:
    #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.

  5. #5
    Gimme Fries with that!
    Join Date
    Aug 2004
    Posts
    1,469
    i use the same method as kelli. No need to load images when you can do it with css with ease

  6. #6
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543
    Quote Originally Posted by Emancipator
    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

Similar Threads

  1. PHP CODE : Word Filter Script Example
    By Emancipator in forum Website Programming & Databases
    Replies: 0
    Last Post: 10-06-2005, 11:57 AM
  2. Code Snippets
    By Emancipator in forum Website Programming & Databases
    Replies: 17
    Last Post: 08-19-2005, 07:03 AM
  3. Html code help needed
    By loveinstar in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 04-12-2005, 08:00 PM
  4. Interesting Website Code I Found
    By grichards in forum Search Engine Optimization
    Replies: 2
    Last Post: 12-10-2003, 09:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •