Jump to content

<solved> About DG.Craft's New theme "element"


Guest JoshQiu

Recommended Posts

I test this great theme in my PS1.3.0.1.
I have a layout problem in the IE6.0
but all the other browser like CHROME, FIERFOX3.6 RC2 have no problem in showing the theme.
Any ideas to solve this problem?


AS below:
first img is in the IE6, second img is in the Chrome!

17984_voH3G0EWhCYGlfj9LRvS_t

17985_e1tb7LttYlXLZnyB24lM_t

Link to comment
Share on other sites

thank you guy above!
maybe i should update my ie6 to ie7 or ie8 to check this newest theme out!
BTW the new Firefox 3.6 rc2 is awesome fast!!

Link to comment
Share on other sites

I think that IE6 has problem with style="float:" and solution is to change the style of the floated element to
"display: inline".But that theme uses a lot float so maybe it is a lot of work.Best way is to define alternative css, like

<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />


Also there is module to prompt user to upgrade
http://www.prestashop.com/forums/viewthread/41651/modules___development/module_ie6_update__help_to_kill_ie6

And here is nice tool IEtester
http://www.my-debugbar.com/wiki/IETester/HomePage

Link to comment
Share on other sites

I think that IE6 has problem with style="float:" and solution is to change the style of the floated element to
"display: inline".But that theme uses a lot float so maybe it is a lot of work.Best way is to define alternative css, like
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />


Also there is module to prompt user to upgrade
http://www.prestashop.com/forums/viewthread/41651/modules___development/module_ie6_update__help_to_kill_ie6

And here is nice tool IEtester
http://www.my-debugbar.com/wiki/IETester/HomePage



thank you very much!!
i will try this later!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...