Internet explorer website not working

Dobby

Member
Nov 8, 2010
156
5
I made a template for a friend and it works perfectly on google chrome but on IE the navigation wont light up apon hover... Any ideas?
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
If they're using IE version lower than or equal to 7 then the :hover psuedo isn't support, therefor it will not work. However, if they are using a newer version then try running your HTML document as strict, example shown below.

HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"        "http://www.w3.org/TR/html4/strict.dtd">
 

LeChris

https://habbo.codes/
Sep 30, 2013
2,786
1,395
Why the fuck do people even use Internet Explorer? Microsoft should atleast be professional enough to do both security and features. They fucked support for CSS. Rawr makes me mad
 

Queef

Some people...
Jul 27, 2012
645
289
Why the fuck do people even use Internet Explorer? Microsoft should atleast be professional enough to do both security and features. They fucked support for CSS. Rawr makes me mad

Not really. If you actually opened your mind to new things you would realize that IE 11 is just as good and just as fast as chrome is.
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Why the fuck do people even use Internet Explorer? Microsoft should atleast be professional enough to do both security and features. They fucked support for CSS. Rawr makes me mad
Well aren't you open minded.. Or do you just mimic what the rumours are?

They didn't fuck support up for CSS, they just aren't as compatible in the older versions. If you're a good developer you'd make fall-backs anyway, you can't just rely on all your website visitors to be using chrome/firefox all the time.
 

Users who are viewing this thread

Top