Problem with HR in Netscape

Discussion in 'CSS' started by Josh Inno, Mar 16, 2007.

  1. #1
    While glancing over at a skin I was testing in netscape, a browser I don't normally work with, I noticed that the skin I'm developing at http://www.joshtheaspie.com/project/ has a problem with the HR under the article title.

    It stretches all the way over to the left, and I'm not sure why, as it's the only thing that seems to do this.

    Any tips?

    Think it might be an 'overflow' problem?
     
    Josh Inno, Mar 16, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Can you show us the relevant code snippet? I found no <hr> element on that page.

    cheers,

    gary
     
    kk5st, Mar 16, 2007 IP
  3. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sure. I'm currently at work, but I'll be heading out in half an hour. When I get my shopping done at home, I'll dig the element out.
     
    Josh Inno, Mar 16, 2007 IP
  4. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    My apologies. It is not an HR as I thought, is the tag contenttitle div, below.

    
    <div class="contenttitle">
    <h2>20:30 - 04-03-2007: <a href="index.php?itemid=14" title="Read entry: Test Blog">Test Blog</a></h2>
    </div>
    
    Code (markup):

    The CSS code corresponding to this Div is:
    
    .contenttitle h2
    {
    	background: url(images/dot.gif) bottom repeat-x;
    	font-size: 18px;
    	padding: 0 0 6px 0;
    	margin: 0;
    }
    
    Code (markup):
     
    Josh Inno, Mar 18, 2007 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    I don't see any particular differences among Firefox, IE and Netscape8. Can yo show us a screen shot?

    cheers,

    gary
     
    kk5st, Mar 19, 2007 IP
  6. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Gary,

    I'll try to get one from my dad's house where the problem occurred, and post the version number of his Netscape browser.
     
    Josh Inno, Mar 19, 2007 IP