Announcement

Collapse
No announcement yet.

Difference in size of HTML 1px border and CSS 1px border?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Difference in size of HTML 1px border and CSS 1px border?

    Hi all

    I am currently building a left hand nav for my site www.kjbeckett.com and in previous posts I have been given advice. Many thanks.

    I have set the border to the left hand nav table to 1px. However I am sure that the border around the table containing the left hand nav is bigger than 1px. Indeed within the same left hand nav the border created around the text in my lefhandnav.css is also 1px and seems my finer (this can be see around the text links of the left hand nav on any other page of the site except the homepage).

    Does the border around the table containing the left hand nav look bigger than 1px? Should I be able to make this finer?

    Kind regards

    Paul
    www.kjbecett.com
    KJ Beckett
    Men's Clothing & Accessories
    Cufflinks, Underwear, Ties, Grooming Products
    Bath, England
    Fast delivery to UK, USA and worldwide.
    Men's Fashion Blog

    #2
    Hi

    Looks like I might have found the problem.

    I am using:

    border="1px"

    and should be using:

    border:1px solid

    Paul
    KJ Beckett
    Men's Clothing & Accessories
    Cufflinks, Underwear, Ties, Grooming Products
    Bath, England
    Fast delivery to UK, USA and worldwide.
    Men's Fashion Blog

    Comment

    Working...
    X