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.