Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dave12345

macrumors regular
Original poster
Oct 19, 2008
216
0
Hi Guys - I've built a website in iweb - I've set all the page background and browser background colour to slightly off white - however when I view the website in safari there's a strip of white across the bottom of the page - then if I resize the browser window it updates to the off white colour I have selected... firefox works fine.

does anyone else have a problem with browser background like this ?


Cheers
 
It would be easier if you provided a link. Also, so you know, there is a web design & development forum here.
 
Sounds to me like your divs and/or CSS might be acting up a little. However, without being able to look at the problem, I couldn't say. And simply resizing the browser window shouldn't reset the code, and so I can't see how that's solving the problem.

Screenshots? Link?
 
I'm using Safari 4 and not seeing the white strip. What version are you using when you see it?
 
thanks for the help guys ... i'm using safari 4 beta on mac - it happened on the previous version of safari also - here's a screen grab of what i'm talking about ... if i resize the window the white strip disappears.

Thanks
 

Attachments

  • Picture 1.png
    Picture 1.png
    35.5 KB · Views: 107
Well, I at least figured out why I couldn't see it. You can only see that strip if your browser is viewing area is taller than the entire height of the web page. I'm on a MacBook so have a short screen and didn't notice it as I have to scroll the page. Unfortunately that doesn't help much in solving it.

I also notice if you view the frame of the page that has the content, it doesn't have the issue. So I guess the problem lies somewhere within iWeb's use of frames and painting the background past the end of the page.
 
This is why Dreamweaver was made

Dont try to take iWeb beyond child level website design.
It just becomes a nightmare and isn't worth the stress.
 
This is why Dreamweaver was made

Dont try to take iWeb beyond child level website design.
It just becomes a nightmare and isn't worth the stress.

Exactly. Don't even get me started on how iWeb sites render under IE, or under any Windows browser. Horrible, just horrible.

Don
 
FOUC problem?

Hi dave12345,

It seems to me that you're running into a FOUC problem... http://jonaquino.blogspot.com/2007/02/workaround-for-safari-fouc-bug.html

I've been able to partially solve it using inline styles for the <body> tag:

Code:
<title>XXXXX</title>
<style type="text/css">
body {
	background-color: #000;
}
</style>

[I](other CSS / head code below)[/I]

I'm still trying to sort out to solve a white flash that users get when a page within a frameset is loaded.

Hope it helps,

Tomi
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.