Results 1 to 6 of 6

Thread: Testing in IE

  1. #1
    Member
    Join Date
    Dec 2010
    Location
    Leicester
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Testing in IE

    One of my biggest weaknesses in web coding is testing it for Internet explorer. I havn't done it much and to be honest I dont really know how to go about doing it.

    I have these two landing pages that my client designed and I have coded.

    http://www.leicestercleaners.com/carpet-cleaning
    http://www.leicestercleaners.com/carpet-cleaning

    When testing in IE they just look awful! In firefox they look great.

    How do I go about finding out whats wrong with it on internet explorer? And what debug commands can I use?

  2. #2
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Validate everything first and get the code perfect then that’s one less thing to worry about:

    The W3C Markup Validation Service
    The W3C CSS Validation Service

    Then for me if it’s not working now it’s a case of trial and error. I use Adobe Browserlab to preview websites in different browsers as I only have a mac at home.

  3. #3
    Member
    Join Date
    Dec 2010
    Location
    Leicester
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts
    One of my other questions was how do people test sites in IE without a pc.. im just working from a mac then loading it up and looking at it on a pc. Cheers for the tip. Maybe i might have to do some exclusive ie markup? :s

  4. #4
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    These probably aren't helping;

    Code:
    <a href="img/1.jpg" rel="lightbox[roadtrip]"><img src="img/one.jpg"></img></a>
    Image tags are self closing. Overall though the code looks OK so agree with djb, it is validator time!

  5. #5
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by TimmyC View Post
    Cheers for the tip. Maybe i might have to do some exclusive ie markup? :s
    It's a possibility and a great tool to have but that page is really broken in IE so I think this goes a little deeper than just some conditional comments and an IE stylesheet.

  6. #6
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by TimmyC View Post
    One of my other questions was how do people test sites in IE without a pc.
    I use Bootcamp on my Mac to see what things look like on a PC/IE but, to be honest, after validating it thoroughly and with a little tweaking using Browserlab to sort out any CSS problems, the worst the PC will show up is text overflowing (and occasionally colour differences) so I only ever need to do this once just before the project goes live.
    Last edited by djb; 02-24-2011 at 01:27 PM.

Similar Threads

  1. Site testing
    By sdesign1 in forum Website Design Forum:
    Replies: 4
    Last Post: 12-16-2011, 07:09 AM
  2. IPad Design Software Testing/Reviewing - GoMobilePro
    By jonsimcox in forum Apple Forum:
    Replies: 4
    Last Post: 10-04-2011, 01:17 PM
  3. Offline Browser Testing
    By Neily in forum Website Design Forum:
    Replies: 5
    Last Post: 08-06-2010, 08:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •