issue with ie8 not sure what it is...

ignatius

New Member
Hey guys,

I have a weird compatibility issue with my site. It works and looks great in firefox, chrome, safari, but in internet explorer, i'm having a couple issues.

I was hoping maybe someone can take a quick look at my homepage and see what could be wrong with the coding for IE.

There's just two minor issues. One the video doesn't play on the homepage, when i click it nothing happens. or some times the video would bounce over to the top left. And the other issue i have is there is a white box in the top right corner where my "shopping cart" info should be.

Any help would be AWESOME!

Thanks in advance.

Here's the site: www.designed2affect.com
 

Edge

Member
I'd start by putting a 'position: relative' on show-div. Another thing I would try is perhaps using 'visibility: hidden' instead. Sometimes with ie it's not worth trying to figure out why it does what it does...
 

RAJO

New Member
actually i had the same problem as well but i have heard that the problem isn't from my website its really from internet explorer something about the dimension of their page
 

Phreaddee

Super Moderator
Staff member
i have heard that the problem isn't from my website
from what I could see (and I only checked 2 lines...)
HTML:
<div align="center">   
<table width="800" border="0" cellspacing="0" cellpadding="0">
I figure your website is probably quite to blame as well...
 
Top