Having display issues with IE. The buttons in the header are off and arent aligned right...FireFox on the other hand displays it correctly...any ideas or sugestions would be appreciated. Thanks!
Having display issues with IE. The buttons in the header are off and arent aligned right...FireFox on the other hand displays it correctly...any ideas or sugestions would be appreciated. Thanks!
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I really need to fix this display issues because most ppl use IE and the page looks very sloppy with this error, not sure what I have to add in my stylesheet to correct this.
Start by fixing the html validation errors - http://validator.w3.org/check?verbos...ickshop.com%2F
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Although is it good practive to correct HTML Validation errors, it will not help in this case; is it a logic error as opposed to a syntax error.
<!--eof-navigation display-->
<!--bof-branding display-->
<div id="logoWrapper" class="clearfix">
Change it to read:
<!--eof-navigation display-->
<!--bof-branding display-->
<br class="clearBoth" />
<div id="logoWrapper" class="clearfix">
The file to edit (I'm guessing here) would be:
includes/templates/cherry_zen/common/tpl_header.php
Within your CSS code for the logo, why not define the attributes?
width:???px;
height:???px;
Sometimes one needs to trial & error a bit to sort things out.