Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE7 layout issue, my first website! Re: IE7 layout issue, my first website!

#75507
supperman
Participant

Ive used other CSS for IE and manualy set to all sites:

<![if ! lte IE 6]>
<link rel="stylesheet" href="CSS/firefox.css" media="screen, projection">
<![endif]>
<!–[if lte IE 6]>
<link rel="stylesheet" href="CSS/explorer.css"media="screen, projection">
<![endif]–>