Click to See Complete Forum and Search --> : need help with some IE issues!!


ssbeats
11-04-2008, 04:31 AM
Hi.
I am working on this site...
http://synthsoundz.com/devonwebsitedesign/

I have managed to sort out most browser issues apart from a couple that i cant seem to find.

Firstly there should be an email address situated on the top left of the page only it is not there in IE. i have validated both html and css. I have reset the paddings and margins etc but im not really sure what else to look for.

The css is...
.email
{
margin:0 10px 0 0;
float:right;
}

Can anyone sugguest what is causing it to dissapear in IE??

My second issue is with IE6. For some reason there is a space under the navigation bar. Again i have tried all sorts of things yet cant seem to locate the problem.

You help would be grealty appreciated.
Thanks.

Fang
11-04-2008, 05:59 AM
#tabs
{
position:relative;
width:900px;
height:22px;
border-bottom:1px white solid;
margin: 0 auto;
}

.email
{
margin-right:10px;
position:absolute;
right:0;
top:0;
}

ssbeats
11-04-2008, 06:07 AM
that worked!
thanks.