Howto add space between nav div and content

They have: 16 posts

Joined: Jul 2003

Folks,

I'd like to add 4 pixels spacing between the navigation layer on the left and the content. In NN 7 and Firebird 0.6, the content text butts up and touches the nav div. (but not on IE)

I'm not sure how to go about adding space between the nav div and the content text.

The nav div has css of:
#nav {
float: left;
visibility: visible;
border: none;
width: 120px;
color: #000000;
font-size: 12px;
}

It is embedded in the content cell of a main table.

Thankyou if you can help me... Smiling

Steve
Perth, Western Australia

They have: 16 posts

Joined: Jul 2003

Oops - The page in question is here
It uses this style sheet

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

padding-left: 15px; for the #nav or padding-right: 15px; for the content area...

Of course, you'll have to actually have the content in a container for the second one to work... Wink

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.