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.
|
|
|
|
|
![]() |
||
Weird display problem in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
|||
|
|||
|
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.
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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. |
|
#5
|
||||
|
||||
|
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. |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
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:
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 |
|
#8
|
|||
|
|||
|
Re: Weird display problem in IE
Quote:
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 |
![]() |
| Tags |
| weird, display, problem |
| Thread Tools | |
|
|
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 |