Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

different style sheets for firefox and ie

Featured Replies

<link rel="stylesheet" type="text/css" href="styles.css" />
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="ie.css"/><![endif]-->

 

hey all. my site looks fine in firefox, but is a few pixels off in IE. i have a different style sheet for ie (see above), but when i edit it the site doesn't change in IE. any thoughts? thanks.

Edited by Sam G
added [code] tags

<!--[if lt IE 7]>

 

Means... if less than ie7 load this...

 

If you need to target ie7 too, use this

 

<!--[if lte IE 7]>

 

Which mean, if less than or equal to, do this...

 

Also make sure your conditional css come's last, so it overwrites the default.

Edited by Sam G
added [code] tags

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.