Problems with IE

This is a discussion on "Problems with IE" within the Web Page Design section. This forum, and the thread "Problems with IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 14th, 2007, 18:18
New Member
Join Date: Jun 2007
Location: London
Age: 22
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Problems with IE

Hi everyone!
I have a "little" problem with how my webpage is rendered in IE. It looks alright in Firefox, but when I viewed it in IE i litterary fell from my chair
Would it be possible for someone to point out what's responsible for so much garbage in IE?

Check it out http://www.peoplecollector.co.uk/
Reply With Quote

  #2 (permalink)  
Old Jun 14th, 2007, 18:35
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with IE

First thing you need to do is tidy up your code.
Quote:
<div class="ArticleFooter">
<a href="http://www.peoplecollector.co.uk/admin/37/">Permalink</a>

&bull;
<a href="http://www.peoplecollector.co.uk/admin/37/#respond" class="comments-link" title="Comment on test post 1">No comments</a> </div>
IE will often render spaces in code as spaces. In the area that I highlighted in PINK you have tons of extra spacing in the html.

You also have issues in FF. It appears that your div class called article header needs to be sized differently or margin added. It's very different in width than the div class called Article body.

Start there and see what happens.
Reply With Quote
  #3 (permalink)  
Old Jun 14th, 2007, 19:03
New Member
Join Date: Jun 2007
Location: London
Age: 22
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with IE

I got rid of all the unnecessary indents and made sure that lines do not end with spaces and it's still the same
And about the ArticleHeader and ArticleBody - they seem to have the same size, checked with WebDev extension in FF.
I'm clueless about what to do with that garbage in IE :/
Reply With Quote
  #4 (permalink)  
Old Jun 14th, 2007, 19:44
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with IE

delete the spaces in this one too
Quote:
<a href="http://www.peoplecollector.co.uk/admin/40/#comments" class="comments-link" title="Comment on test post 2">Comments (8)</a></div>
<div class="ArticleFauxFooter">
<p>
You have two of those to fix. Too many spaces between the class and the <p>

See screenshot attached:

Change ALL your spans to <p></p> and give the p some css.
Quote:
<div class="ArticleHeader">
test post 2<br />
<p>Written by Maciek under <a href="http://www.peoplecollector.co.uk/archive/blog/blog/" title="View all posts in blog" rel="category tag">blog</a></p>
</div>
Class Article and Class ArticleHeader BOTH have the same background image. Delete one of them. One is messing up the other.

This image appears to be wider than the div that it is nesting in.
Code: Select all
<p><img src='http://www.peoplecollector.co.uk/wp-content/uploads/2007/05/testimage.jpg' alt='testimage' /></p>
Your rightcolumn div is what is messing up things in IE.

I'm not sure why... and I've sort of run out of time.
I would suggest you do a two column layout using floats instead of margins.
Check out Moojoo's layouts. http://www.newguyinennis.com/samples/layouts/

Last edited by Lchad; Jun 17th, 2007 at 11:22.
Reply With Quote
  #5 (permalink)  
Old Jun 14th, 2007, 20:26
New Member
Join Date: Jun 2007
Location: London
Age: 22
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with IE

Finally found what messed up the IE rendering It was the Image that you pointed out was too wide :bighug: Thank you! :w00t2:

I double checked the background images for Article and ArticleHeader and they are different.
And now I'm going to change those spans and I promise i'll look into the other layout :P

thanks for your help!
Reply With Quote
  #6 (permalink)  
Old Jun 14th, 2007, 20:40
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with IE

Oh that's GREAT!!! Glad I could help!
Reply With Quote
Reply

Tags
firefox, markup, problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
IE Problems AndrewChip Web Page Design 9 Dec 29th, 2007 14:35
Problems with IE7 duncanelliot Web Page Design 7 Nov 12th, 2007 15:15
IE7 problems... Gooner Starting Out 17 Aug 21st, 2007 13:02
Having some problems, with IE and FF Powderhound Web Page Design 10 Oct 25th, 2006 22:12
IE/FF Problems adamas85 Web Page Design 3 Apr 21st, 2006 01:51


All times are GMT. The time now is 11:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43