|
|||||||
| Graphics Discussion and technical support for creating and editing graphics for the web. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi
i'm new here^^ i can't get the Positioning a Background: The Watermark to work at all.. what i get is a blank page i copied and pasted the code from the goodies page and placed it under the <head> section after the </title> like this: <html> <head><title>my html</title> <STYLE TYPE="text/css"> BODY {background-image: D:\new html\roses.jpg; background-repeat: no-repeat; background-position: 200px 200px;} </STYLE> </head> did i do it right? how can i get it to work? |
|
#2
|
||||
|
||||
|
Oddly enough, the answer to this and any other CSS1 question can be found in the CSS1 specification. See http://www.w3.org/TR/REC-CSS1#color-...und-properties.
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#3
|
||||
|
||||
|
background-image: D:\new html\roses.jpg should probably be background-image: url("file:///D:\new html\roses.jpg");
(file:/// is need if the file is on your HDD, I asume that's what you have and it's not that you are using a microsoft server, which I think lets you use URLs like that)
__________________
http://www.rickbull.co.uk/ Help get full alpha-transparency in Internet Explorer - probably won't help, but worth a try
|
|
#4
|
|||
|
|||
|
got it working ..
thanks! |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|