PDA

View Full Version : Internet Explorer issues, what fun :/



bearruler
July 22nd, 2006, 22:45
My site works fine in IE and FF when its in the subdomain of my main domain (http://t2.knightsdivine.net/). The problem is, it doesnt put the bottom menu fixed on the bottom when its in a masked .co.nr domain name (http://troop2.co.nr) in Internet Explorer. Firefox works fine everywhere.

I pasted the source code from the .co.nr domain name into http://t2.knightsdivine.net/test.php and that works fine too. Its only when its in the .co.nr domain name in IE...

Is there any way to fix that?
I'd leave it as is, but 99% of the people using the site are IE users

Thanks


Bear

veggie1232
July 24th, 2006, 04:14
internet explore fks every thing up welcome to microsoft lol :D

lol even though only thing i dont liek about MS is ie :D i dont know answere to your question its just 1:14 and im loading somthing and cant sleep lol D:

Meksilon
July 26th, 2006, 02:41
Is there any way to fix that?
I'd leave it as is, but 99% of the people using the site are IE usersWhy position it using script at all? if I visit your site with Javascript disabled it looks the way you don't want it to look. It also give you an unneeded vertical scroll bar because of the way you've done it. The best solution is to remove every line of Javascript that you don't need and replace it with CSS.