Click to See Complete Forum and Search --> : [RESOLVED] help needed with ie6 issues


ssbeats
07-21-2008, 12:59 PM
Hi. I have been struggling for a while getting my site working correctly in ie6.

Firstly...
if you look at impwood.com/mirrors.php in ie6 you will see that the right thumbnail is not positioned correctly.

The discrepancy is the style

.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: 45px;
}

So..
I have copied and pasted this style into my ie6-hack.css stylesheet and changed the value to 25px. This should now overwrite the original style as far as i am aware but it does not seem to make a difference. Can anyone make a sugguestion of what i am doing wrong?

Thanks.

ssbeats
07-21-2008, 01:01 PM
ahh i tried the !important keyword and that sorted it.

ssbeats
07-21-2008, 02:40 PM
I am also having problems with my contact page. http://impwood.com/contact.php
The form seem to drop down the page slightly. It also does the same on the events link at the bottom. It appears that the only style which both of these have applied to them which the other pages havent is .text-left. i.e.

.text-left
{
text-align:left;
padding-left:18px;

}

However, i have experimented with these values yet nothing appears to change. Can anyone sugguest a reason for this problem?

Thanks.