View Single Post
  #2 (permalink)  
Old Jan 27th, 2006, 10:17
SweetLou SweetLou is offline
Junior Member
Join Date: Dec 2005
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with Positioning of css table

You need to add
Code: Select all
#navcalbottom #first {border-left:#84979c 1px solid;}
to the bottom part and ad an id="first" to the <a> link. do something similar to the top part. Well, actually you need to give them different names like # first and first1 and change the css to reflect this.
In IE, you need to change the width of the wrapper div. Below the #wrapper section add
Code: Select all
* #wrapper {
         width:761px;
         }
Oh, you are missing some closing tags also. You might want to check that out.

Last edited by SweetLou; Jan 27th, 2006 at 10:42.
Reply With Quote