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.

IE Problems

Featured Replies

Hiya

 

When i test some my sites across IE 6,7 8 they are fine when i test one i did for my dads across IE 6 the links appear a bit further apart than other browsers and versions of IE. A member gave me some advice on how to fix it but it didnt seem to solve the problem, not sure if i carried out correctly. I was just wondering what you insert into your code for it to render properly in IE6.

 

Also when i veiw the site in IE 5.5 and lower it is a complete mess, is this a cause for concern? I have been reading that IE5 and lower is a thing of the past.

 

The site is http://www.grahamcherriebutcher.com

 

Any help appreciated

 

Thanks

The best solution is to use conditional comments so that you can specify a different CSS stylesheet for IE 6 or lower. This can be done by inserting this in your head section:

 

<!--[if lt IE 7]>

<link rel="stylesheet" type="text/css" href="css/IE6stylesheet.css" />

<![endif]-->

 

This tells the browser that if it is 'lower than' IE 7 then it will use this stylesheet. Now you need to design a IE 6 specific stylesheet and bug test it.

 

Simples.

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.