Weird IE bug?

This is a discussion on "Weird IE bug?" within the Web Page Design section. This forum, and the thread "Weird IE bug? 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 Sep 2nd, 2006, 13:50
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Weird IE bug?

This page...
http://www.connect-everyone.com/Vide...m-Business.htm

... displays fine in Firefox and Opera, but in IE it stops after "Product Comparisons"!

Sometime IE even crashes...

Can anyone point me in the right direction?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote

  #2 (permalink)  
Old Sep 2nd, 2006, 14:18
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

Right, in an attempt to solve the problem, I added some float rules...
with:45%; float:left;
...which shows items in two columns...

But the last item still disappears.

Any ideas?
Attached Images
File Type: jpg bug.jpg (22.9 KB, 59 views)
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)

Last edited by spinal007; Sep 2nd, 2006 at 14:28.
Reply With Quote
  #3 (permalink)  
Old Sep 2nd, 2006, 15:53
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird IE bug?

THIS is what I see in IE 6.0 m8.
Reply With Quote
  #4 (permalink)  
Old Sep 2nd, 2006, 15:54
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

I know... that's the problem!
The last item (bottom right hand corner) is missing...

If you look at the source, after "Product Comparisons" you should see "Uses".
FF displays it, IE doesn't.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #5 (permalink)  
Old Sep 2nd, 2006, 16:02
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird IE bug?

Gotcha.
CSS layout issue?
Reply With Quote
  #6 (permalink)  
Old Sep 4th, 2006, 12:34
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

well, I suppose... but I can't see what's wrong.
It works fine in FF and in theory it should work fine on both.

IE is known to have bugs when dealing with floating elements, perhaps some has dealt with this befor?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 4th, 2006, 16:46
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Weird IE bug?

For starters I would suggest trimming out the surplus divs such as those with class='C' and class='FWrapper.

The styling code could be applied straight to the footer div for example.

Your basic layout structure is three horizontal divs. These are full width and will naturally flow one after the other.

You then just need the extra layout for the middle section bits and pieces.

You also currently have 13 empty <p></p> tags.
Reply With Quote
  #8 (permalink)  
Old Sep 4th, 2006, 19:30
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

Thanks for taking your time to check the code ukgeoff. Appreciated!

Removed the extra divs, applyed css rules directly to Head, Body and Foot divs.
I had extra divs because the initial design had rounded edges, I just forgot to remove the divs after the design changed. Thanks for poiting it out to me.

the empty <p> tags are there because my client hasn;t yet filled in the description for the pages.... I added a tweak to exclude them if the description is empty. Again, thanks for pointing that out.

Problem now is, that weird IE behaviour is still there!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #9 (permalink)  
Old Sep 4th, 2006, 19:44
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

Correction: I had to put the additional divs back...
The 1st makes the border stretch to the edge of the page,
the 2nd keeps the content within 770px in the centre of the page.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #10 (permalink)  
Old Sep 5th, 2006, 09:45
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Weird IE bug?

Just had another look at you page this morning.

The footer with images is there in both FF and IE now but I notice that the menu is not as complete in FF as in IE. Is this something you are working on?

Also, did you deliberately create the footer logos with anti aliasing OFF when you added the text because they do look a bit rough. They are also large enough such that in IE, when you have the cursor over them, the image toolbar automatically pops up if you don't have it turned off.

Most users won't be aware of how to turn this off and will find it annoying. The way round that is to place the following meta code in you pages:
Code: Select all
<meta http-equiv="imagetoolbar" content="no" />
Reply With Quote
  #11 (permalink)  
Old Sep 5th, 2006, 17:26
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

That's my client's work. I just code and maintain the Content Management System... However, I do keep him advised so I'll pass the information on. Thanks a lot mate

He wants it that way so

What's bugging me is that IE is hiding the last item in the list: Attached Thumbnails
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #12 (permalink)  
Old Sep 5th, 2006, 21:31
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Weird IE bug?

I dont appear to be seeing the same as you. First IE then FF.






Reply With Quote
  #13 (permalink)  
Old Sep 6th, 2006, 08:25
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

You were using the firefox extension "IE tab" weren't you?
I use that too... And I get the exact same thing you do...

But there's still a problem:
In IE tab: it repeat "Typical Uses/Examples" onto the next line.
In IE itself: it hides "Typical Uses/Examples" altogether

I know this is some sort of IE box model bug or something, and I've read about it before, but I didn't bother to keep the info, now it's driving me nuts!

I'll just keep searching and I'll post here when I find it (if I do).

Thanks for the help ukgeoff
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #14 (permalink)  
Old Sep 6th, 2006, 10:04
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

GOT IT!!!!!!!!!!!!!!!!!!!!!

Here's a list of bugs in IE: (and some solutions)
http://www.positioniseverything.net/explorer.html

Here's the bug that was driving me crazy: (IE Peek-a-boo bug)
http://www.positioniseverything.net/.../peekaboo.html

Here's the entire fix:
Code: Select all
.Clear{width:100%;display:inline-block;clear:both;}
.Clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* IE \*/ * html .Clear{ height:1%; } /* End IE */
If you ever have similar problems, just apply the Clear tag to the container div.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #15 (permalink)  
Old Sep 6th, 2006, 10:08
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Weird IE bug?

Actually no, I wasn't using the IE tab. I was right-clicking on the page and selecting 'View this page in IE' which just passes the url to IE proper.

Your original link no longer points to the problem page but is redirected.
Reply With Quote
  #16 (permalink)  
Old Sep 7th, 2006, 14:17
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Weird IE bug?

About IE tab:
Ah... ok then, in that case I'd recommend you get it. It's quite usefull. Let's u see pages through the IE engine within Firefox.

About the redirect:
That's because my client changed the name of the page.... the CMS redirects to the new page automatically

Most important thing is, I found a long term solution to the problem, so I'm happy


And thanks for you help ukgeoff...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
Reply

Tags
weird, bug

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
Thats weird Daniel Webforumz Cafe 28 Feb 13th, 2008 23:47
got a weird PS problem shammy2007 Graphics and 3D 2 Dec 29th, 2007 02:27
goes weird in ie & aol browsers milly Starting Out 2 Nov 8th, 2007 10:08
weird image bug codi JavaScript Forum 0 Jul 2nd, 2006 04:53


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


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