Elxis CMS Forum

Extensions => Components => Topic started by: speck on March 19, 2010, 16:27:26

Title: ios-eshop 2.0 problem popup image in IE6
Post 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]
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: webgift on March 19, 2010, 16:49:15
IE6 ?????  ;D
It doesn't support from Microsoft .

It want Css edit ... /
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: rentasite on March 20, 2010, 00:44:35

Speck.... why are u using IE6 ?  ::) :o
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: ks-net on March 20, 2010, 00:53:25
elxis(and almost any other ) will not support any more ie6
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: kebic on March 20, 2010, 02:35:03
http://www.ie6nomore.com/  ;D
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: speck on March 20, 2010, 09:28:43

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
Title: Re: ios-eshop 2.0 problem popup image in IE6
Post by: kebic on March 20, 2010, 11:08:12
copy in header

Code: [Select]
<!--[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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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(&#39;live_site&#39;); ?>/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]