Elxis CMS Forum
Extensions => Components => Topic started by: speck on March 19, 2010, 16:27:26
-
how can solve this problem in ios eshop 2.0?
in IE6 when i click over image, the big image in the poup is all on the left :)
in firefox, ie7 and google chrome woks right
[attachment deleted by admin]
-
IE6 ????? ;D
It doesn't support from Microsoft .
It want Css edit ... /
-
Speck.... why are u using IE6 ? ::) :o
-
elxis(and almost any other ) will not support any more ie6
-
http://www.ie6nomore.com/ ;D
-
Speck.... why are u using IE6 ? ::) :o
I'm not use IE6. I work on and I use only firefox, ;D
but a lot of people here has IE6 too >:( and some strange versions of IE7 >:( to me happen that in my IE7 my sites have a right look, and in other versions of IE7 not > :( i don't know why, but when I do some css styles modified for ie6, all work right :o (microsoft's misteries :-\ )
GRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR!!!!!!!!!!!!!!!!!!!!
I hate IE >:( >:(
http://www.ie6nomore.com/ ;D
I think that is the best solution ;D ;D ;D
-
copy in header
<!--[if lt IE 7]>
<div style='border: 1px solid red; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>
<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/cornerx.jpg" style='border: none;' alt='Close this notice'/></a></div>
<div style='width: 760px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
<div style='width: 75px; float: left;'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/warning.jpg" alt='Warning!'/></div>
<div style='width: 275px; float: left; font-family: Arial, sans-serif;'>
<div style='font-size: 16px; font-weight: bold; margin-top: 12px;'>You are using an outdated browser</div>
<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>For a better experience using this site, please upgrade to a modern web browser.</div>
</div>
<div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/firefox.jpg" style='border: none;' alt='Get Firefox'/></a></div>
<div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/ie8.jpg" style='border: none;' alt='Get Internet Explorer'/></a></div>
<div style='width: 73px; float: left;'><a href='http://www.opera.com/download/' target='_blank'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/opera.jpg" style='border: none;' alt='Get Opera'/></a></div>
<div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/safari.jpg" style='border: none;' alt='Get Safari'/></a></div>
<div style='float: left;'><a href='http://www.google.com/chrome' target='_blank'><img src="<?php echo $mainframe->getCfg('live_site'); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/ie6/chrome.jpg" style='border: none;' alt='Get Google Chrome'/></a></div>
</div>
</div>
<![endif]-->
Attached zip extract the images dir
[attachment deleted by admin]