Weird display problem in IE

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


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 9th, 2006, 11:17
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Question Weird display problem in IE

Hi all,

I'm new to web-dev, and I'm building my first site (for my girlfriend). I'm getting strange effects in IE (no problems in FireFox) where the header frame displays all black, or part of a different frame, and resizing the window sends it haywire!

The site is currently here: http://ccgi.paulyeoman.plus.com/sparkle/

Ignore for the moment the lack of content, etc - there's a ways to go yet.

Does anyone have any idea what is happening here and how to prevent it? Also, the W3C validator dislikes my use of FRAMEBORDER for the frameset, but removing this attribute has no effect on the above problem.

Thanks in advance,

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 9th, 2006, 15:41
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

Any reason you are using frames? I did not see the effect in IE but then I hit refresh I saw the black & then it disappeared. I then got a scroll bar & the header frame locked up on me. And I also see the footer frame in the header frame.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 9th, 2006, 15:59
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

Thanks for having a look Corey.

Well I'm using frames because I want the header, sidebar and footer to remain stationary in the site, as they'll provide standard links to places, and branding in the header. The product area is scrollable.

Any idea why these weird effects are happening in the header though?

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 9th, 2006, 16:33
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

I'm looking at this, too. The code looks pretty good to me so far, although I wouldn't claim to be an expert with frames. Right now it seems to me to be a problem with correctly rendering the .png file from main.html to the home page.

Could you post your css code?

BTW, you can use css to prevent blocks from scrolling Here's one that's humorous and nicely done:

http://cssplay.co.uk/layouts/frame.html

Last edited by masonbarge; Jan 9th, 2006 at 16:43.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 9th, 2006, 17:28
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

Sorry, Paul, I can't even get my editor to render the .png on the main page.

IE is apparently stricter on frames syntax than Netscape.

One idea to try for a fix is to assign z-index: 1; to your header and make sure it has an opaque background and 100% width.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jan 9th, 2006, 17:37
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

On a cursuroy glance, no. Unfortunately I will be out of town for a few days so someone else might know.

You can achieve the same function actually using server side includes. Using these, you can change one page & have all the pages updated accordingly.

If you wanted / needed the scrolling - you could actually use layers. This way, search engines would be able to spider your website a bit better than frames
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jan 25th, 2006, 21:17
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Re: Weird display problem in IE

Thank you both for taking the time to look at this.

I've now fixed it! Masonbarge, I tried your suggestion of the opaque background, by setting it to white, and it now seems to render correctly in IE. The z-index change I tried but it had no effect.

Anyway, it's working for the moment. If you're interested, the relevant CSS portion is this:

Code: Select all
.HeaderBody {
    background-image: url(images/logos/Sparkle_Logo_Text_small.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
    }
Previously there was no background-color specified and that seemed to be the problem. Also the reason for making it a background image was that it was the only way I could find to get the image to the very corner of the screen.

I'll also have a look into the other techniques you suggested (layers, etc). Am I right in thinking that frames are a bit outmoded?

Thanks again,

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jan 27th, 2006, 14:42
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird display problem in IE

Quote:
Originally Posted by Paul.Yeoman
Am I right in thinking that frames are a bit outmoded?

Thanks again,

Paul
I would say so - SEs do not really like them and sometimes they are more of a pain than anything on design / development.

You can create everything you need by using either SSI / CSS and maybe it look like frames or using SSI - change one file for the nav, header, etc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
weird, display, problem

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
got a weird PS problem shammy2007 Graphics and 3D 2 Dec 29th, 2007 02:27
[SOLVED] Weird Problem with Form in IE Jack Franklin PHP Forum 3 Dec 20th, 2007 15:58
Weird menu problem Aardvarked Web Page Design 5 Jun 28th, 2007 12:46
CSS weird block problem IE only - help!!! stridenoble Web Page Design 5 Jun 7th, 2007 16:37
Weird Problem in FireFox Powderhound Web Page Design 11 Sep 20th, 2006 07:10


All times are GMT. The time now is 05:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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