Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

CSS Vertical Rule display issue

Options
  • 19-07-2006 2:20pm
    #1
    Registered Users Posts: 3,514 ✭✭✭


    I've created a dashed vertical rule that has a height of 100%. If you take a look at the protoytype i set up @ www.whatismyip.ie/beta/beta2.html you'll see that there is a dashed VR between the nav area and the main content, however, i have the same exact code placed to the right on the main content area and it's not displaying at all.

    The CSS i'm using to create the dashed look is
    <div style="border-right: 2px; color: #000000; height: 100%; witdh: 1px; padding: 0; display:block; border-style: dashed; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;     border-right-width: 1px; ">
    

    The code above displays the dashed VR on the left side perfectly.

    If i change the height from 100%; to 500px; on the div to the right of the main area then the VR will appear with a height of 500px but if i change it the same code as featured above (use 100% instead of 500px) it doesn't display at all.

    I have no idea why this is happening :confused:


Comments

  • Closed Accounts Posts: 34,809 ✭✭✭✭smash


    switch to using the classes on the td and not the div, it always gives less hassle


Advertisement