thx, edited code but still the banner does not stretch across length of page with other rscreen resolutions. not to worry, i think it has something to do with the image ahow banner i am using for joomla.
Another challenge i am faced with now though is that i have lost all my border tables. I was told to get rid of the following line : <?xml version=“1.0”?>
as only modern browsers know what to do with this while IE goes into quirks mode.
As soon as i got rid of this, IE 6 was showing the same as FF (i.e the borders around my main menu, Tac Room Members area and Tac Room E-shop have collapsed.
no changes have been made to the following code which is the main menu/Tac room members area and Tac Room E-shop.
** Main Menu and Tac Room members area
#left_out {
width: 182px;
float: left;
padding: 5px 5px 0px 16px;
}
**Tac Room E-shop
#right_out {
width: 182px;
float: right;
padding: 5px 16px 0px 5px;
}
It´s as the following css has been ignored. ? I have attached the moduletable_bg.png file to show you what it should look like above each heading.
#left_out .moduletable, #right_out .moduletable {
background-image: url(../images/moduletable_bg.png);
background-position: bottom;
background-repeat: no-repeat;
margin-bottom: 10px;
padding: 0px 0px 10px 0px;
width: 182px;
Once again, any help would be appreciated.
Regards
Richard