HomeHome Product Discus... Product Discus...SmithCartSmithCartCart 4.67 - 4.82 CSS issues in IE on DNN 6Cart 4.67 - 4.82 CSS issues in IE on DNN 6
Previous
 
Next
New Post
1/3/2012 12:03 PM
 

Look at this page of my cart in firefox: http://tycobbmuseum.org/GiftShop.aspx then use IE... you will see some issues... the skin of the site itself is fine... infact everysite I manage that is on DNN 6 will have issues with the cart in IE.

Add an item tot he cart and click "Proceed to checkout" - you will notice that the next button is blank... it does not even show.

I made a backup of this, but the client made edits to the site... rolling back is goign to be tough. Can anyone else report issues with DNN6 and IE layout issues with the cart?

Thanks.

 
New Post
1/3/2012 12:08 PM
 

Another discovery... when you are on the shipping step where the 'Next' button I described above as missing... if you select all (ctrl+A) you will notice the next link is next to the Step 1 title on the page... it is shifted all the way up top. What CSS has changed in the cart to cause this... Again Firefox renders fine as well as Chrome and Safari for Mac... IE has issues with the cart on DNN6... again can anyone else confirm this?

 
New Post
1/5/2012 1:43 PM
 

There is a bug in IE... My headache has been lasting months over this!!! Anyways... to save you all the grief... 

For the following CSS file

\Portals\_default\default.css

Add the following lines:

div { display: inline-block; }
div { display: block; }

No more disappearing content. I can't tell you how many times I have had issues with content disappearing. It could have been when I was rolling over links... or child DIV elements..., but this saved me.

 
New Post
1/5/2012 6:53 PM
 
Hello,

Thank you for your feedback!

Was this also occurring while using the default BlackKnight skin? I have not been able to replicate the same behavior.

Thanks,
 
New Post
1/6/2012 8:19 AM
 

I have been only able to replicate this issue outside of the BlackKnight skin. However, I don;t think that most people use that skin and have something custom in place... none the less. This fixed my issue and I can gaurntee that it should fix others as well. Glad I could help.

 
New Post
1/6/2012 5:41 PM
 
Hello,

Agreed, and thank you for providing a solution that I'm sure others will benefit from. I will also send this info into programming to be incorporated in future releases.

Thanks,
 
New Post
1/6/2012 5:57 PM
 
cboss-internet wrote:

For the following CSS file

\Portals\_default\default.css

Add the following lines:

div { display: inline-block; }
div { display: block; }

cboss- does it matter where you put those two lines? Dumb question, sorry.

 
New Post
1/6/2012 6:03 PM
 

Daniel,

Try opening the productlist.ascx page and go to line 61 and uncomment the following column group section:

 

 <%--  <colgroup>
            <col class="thumbnail"/>
            <col class="productName"/>
            <col class="spacer" />
            <col class="price" />
            <col class="addToCart" />
        </colgroup>--%>
 
If that doesnt work you can open up the module.css and afjust the widths of the classes until it works with your skin.
 
 

Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/9/2012 7:59 AM
 
Daniel wrote:
cboss-internet wrote:

For the following CSS file

\Portals\_default\default.css

Add the following lines:

div { display: inline-block; }
div { display: block; }

cboss- does it matter where you put those two lines? Dumb question, sorry.

I put them at the top of the file... and saved it... worked perfect for me.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCart 4.67 - 4.82 CSS issues in IE on DNN 6Cart 4.67 - 4.82 CSS issues in IE on DNN 6