If you are using the Red Evo Aphelion template on Joomla 1.x, the template maybe looks broken when viewing it with Internet Explorer 6 or below,
Here is a tip for you:
In the index.php file of the template, in the part, add this piece of code:
#wrapper {
width: 1000px; /* if javascript is disabled */
width:
expression(
( document.documentElement && document.documentElement.clientWidth ) ? (
document.documentElement.clientWidth -30 < 1000 ? "1000px" : (
document.documentElement.clientWidth > 1280 ? "1280px" : document.documentElement.clientWidth -30 + "px" )
) : (
( document.body && document.body.clientWidth ) ? (
document.body.clientWidth -30 < 1000 ? "1000px" : (
document.body.clientWidth > 1280 ? "1280px" : document.body.clientWidth -30 + "px" )
)
:
"1000px"
) );
}
This tip was submitted by Eric Ortega.
Give it a try :-)
Last 4 tweets from pixelwondersde: