Templates • How do you fix the Background-size rule in Joomla for IE

I was just wondering if this could be done in CSS for Internet Explorer Browser since it worked with every browser but Internet Explorer… and seems like the index.php doesn’t accept my HTML code if I would add a <div id=”bg”> to give it a rule in css

here how I worked this out in CSS but did not work with IE

body
{
margin: 0 auto;
padding: 0;
background-color: #whatsoever;
background-image: url(‘.http://forum.joomla.org/images/mybg.jpg’) background-size: 100% -moz-background-size:100% “moz this rule worked for mozilla ….etc. ;

}

the good thing is this worked with chrome, and worked with FF but the problem is IE8 doesn’t support this rule in css… so is there a way to make this work in IE?

to make a background 100% and fit any screen resolution! doesn’t matter what the screen resolution is…

Hopefully someone knows the answer to this thanks in advance!

Statistics: Posted by onereik — Sun Aug 08, 2010 4:53 pm


This entry was posted in Joomla Templates and tagged Joomla Templates. Bookmark the permalink. Both comments and trackbacks are currently closed.