change this declaration:
#topWrapper {
margin: 0;
padding: 0;
text-align: left;
width: 100%;
vertical-align: top;
}
Printable View
Clyde,
That didn't work. or I inserted something wrong.
This is what I inserted:
#topWrapper {
margin: 0;
padding: 0;
text-align: left;
width: 100%;
vertical-align: top;
background-image:
url('basketweave1.jpg');
background-repeat: repeat
}
This is what I am trying to do:
ok, fixed part of it, in:
#headerWrapper {
margin: 0 auto;
padding: 0;
background-image:
url('basketweave1.jpg');
background-repeat: repeat
}
Now I just need to add the background above the home/login buttons and to the left of the account/cart/contact nav buttons.
Thanks
finally got it. Thanks!
#navAccountWrapper {
margin: auto;
background-image:
url('basketweave1.jpg');
background-repeat: repeat;
font-weight: bold;
color: #ffffff;
height: 26px;
width: 907px;
Hi.
Thanks for a great templet to start with. =)
I have a problem.. my right row of sideboxes disappares everytime I click on a catergory..
In every other page that does not involve clicking on products all boxes on both sides visible. (as in login, cart, contact and so on)
Normal in other template. I'm sorry, but do not av an address for it yet.
/Jessica
Yes,
open includes/templates/comstock/common/tpl_main_page.php
find the following section of code:
and comment it out as indicated by the highlighted portionsCode:if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
$flag_disable_right = true;
}
if ($current_page_base == 'index' and $cPath > '0' ) {
$flag_disable_right = true;
}
Code:// if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
// $flag_disable_right = true;
// }
// if ($current_page_base == 'index' and $cPath > '0' ) {
// $flag_disable_right = true;
// }
This template looks great when viewed with Fire Fox, but when it is viewed with IE gets a little glitch. I think it's similar to what Boggled was describing in post #92.
I find the border around the center content isn't stable. It changes size when I scroll or pass the mouse over a link etc. Sometimes it covers most of the content, or the forms have a grey background.
This seems to be IE specific, any idea how I can fix this?
Thanks
Rob