Thanks for your reply. Here is a graphic of what the layout I am trying to achieve. This was an early illustrator mark up:
www.mariokartwii.com/sitelayout.jpg
The div in the top right is silverextender, code is:
Code:
div.silverextender{
margin: 0px;
padding:0px;
position: absolute;
left: 838px;
top: 60px;
height: 29px;
width:100%;
background-image:url(Graphics/SilverBar.gif);
background-repeat:repeat-x;
}
The bluebar underneath it illustrated in the picture is
Code:
div.blueunderbar{
margin: 0px;
padding:0px;
position: absolute;
left: 5px;
top: 89px;
height: 17px;
width:100%;
background-image:url(Graphics/blueunderbar.gif);
background-repeat:repeat-x;
}
I have a Y repeating image for the div tag end of nav, which is the left navigational issue:
Code:
div.endofnav8{
margin: 0px;
padding:0px;
position: absolute;
left: 4px;
top: 396px;
height: 100%;
width: 169px;
background-image:url(Graphics/endofnav.gif);
background-repeat:repeat-y;
}
I can post more code as required. Just to say again - really appreciate any help that can be offered
Bookmarks