Forum Moderators: not2easy

Message Too Old, No Replies

background image problems

practial browser problems

         

aevea

6:53 pm on Sep 7, 2003 (gmt 0)

10+ Year Member



I'm having some troubles with interactions between linked css, javascript, and a background image; what is the best place to put the image/stylesheet for all (most) browsers to be able to handle it correctly? relative vs. absolute path, etc?

Also should quotes be included in the style? I just checked the css-2 spec and they had this:


BODY { background-image: url("marble.gif") }
P { background-image: none }

but most examples I see here and elsewhere on line don't have quotes.

Nick_W

6:56 pm on Sep 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



With or without I beleive. I always use a root relative path and never seem to have problems...

Nick

aevea

9:02 pm on Sep 7, 2003 (gmt 0)

10+ Year Member



Thanks for the clarification. I just need to keep telling myself not to worry about making things look nice in nn4.