Need css/html advice

Caporegime
Joined
8 Sep 2006
Posts
38,305
Location
On Ocuk
Basically my background is causing a lot of issues for IE users, very slow scrolling as such I wish to use a plain grey background template via blogger. But I can't remove my previous background as blogspot has changed it's template editor :mad:

Does anyone have a css command I can use to remove my background?

Previously I added my backgrounds through css but removing it seems not to be working!

HTML Codes
body, .body-fauxcolumn-outer { background-color:#262525; background-image: url(https://**); background-repeat: repeat; background-size: 100% 100%; background-position: top center; background-attachment: fixed;

}.body-fauxcolumn-outer { background-color:#262525; background: url(https://***); background-position: center; background-repeat: no-repeat; background-attachment: fixed;} .body-fauxcolumn-outer div { background: none;}footer[role="contentinfo"] { background-image:none;


Visit my website in both IE and Firefox and you'll see what I mean! In my temp blog without widgets and posts it's still *** slow thus it points to the background
 
Soldato
Joined
26 Aug 2012
Posts
4,399
Location
North West
There is no such thing as a CSS command. CSS is basically a template for how HTML (or any other markup language) pages are displayed. If you can give me your .css file I can give you a hand?
 
Back
Top Bottom