If you go to www.tuneyourcar.co.uk
in internet Explprer its fine
but load it up in fire fox and the header gose all messed up
Any ider![]()
If you go to www.tuneyourcar.co.uk
in internet Explprer its fine
but load it up in fire fox and the header gose all messed up
Any ider![]()
locate following in your stylesheet.css
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {stylesheet.css (line 99)
float:left;
}
you need to remove #logo from rest of those selector ..
float: left is effecting your logo position.
so above rule will look like this
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {stylesheet.css (line 99)
float:left;
}
you can add new rule to your style ..
#logo {
}
for future use if you need so .
Help! Suddenly the flashing banner with Zen Cart is back on my page.
I've searched everywhere as to how to get rid of it or alter the content so that it's my name flashing and I can't find it.
Thx
Bookmarks