 |
 |
Fixed background
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2001
Location: .CL
Status:
Offline
|
|
I've always used the:
bgproperties = "fixed"
code to set the background graphic of a webpage to remain static when scrolling. But i realized that that this code is no good for OmniWeb (my browser of choice). I wonder if there is another code that may be more "universal" and work for this porpouse in OmniWeb.
Any ideas?
thanks,
[ 01-18-2002: Message edited by: ARENA ]
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status:
Offline
|
|
Originally posted by ARENA:
<STRONG>I've always used the:
bgproperties = "fixed"
code to set the background graphic of a webpage to remain static when scrolling. But i realized that that this code is no good for OmniWeb (my browser of choice). I wonder if there is another code that may be more "universal" and work for this porpouse in OmniWeb.
Any ideas?
thanks,
[ 01-18-2002: Message edited by: ARENA ]</STRONG>
It's not good news, I'm afraid.
I tried this:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>body { background: url(la7430-<font color = blue>001.</font>jpg) no-repeat fixed }</font>[/code]
And it works in IE but not OmniWeb. You'll probably have to wait until v5 before it fully understands CSS and behaves the way it should.
|
|
Computer thez nohhh...
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2001
Location: .CL
Status:
Offline
|
|
Ok, thnx anyway.
I'll email the OmniGroup to see if they can give another tag to make it work.
|
|
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Jul 2001
Location: Orange County, CA
Status:
Offline
|
|
It's definitely an OW issue.
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jan 2002
Location: japan
Status:
Offline
|
|
try using the proper css syntax - it still might not work with ow but its better practise.
{ background-image: url(whatever); background-repeat: no-repeat; background-attachment: fixed; background-position: wherever;}
|
|
http://www.yongfook.com
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |