![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
This css will work for Firefox : body { background:white url('Images/background test.gif') bottom right no-repeat fixed; /*firefox works*/ } And this css works for IE. body { background:white url('../Images/background test.gif') bottom right no-repeat fixed; /*IE6 works*/ } Is this just one of those things? It would be nice to know which browser is doing it right though. |
#2
| |||
| |||
|
|
I don't know if there's a way around it, but it looks like IE is the one doing it right: For CSS style sheets, the base URI is that of the style sheet, not that of the source document. |
#3
| |||
| |||
|
|
2) Put background/list style/etc.. images in the css directory, which feels semi-natural I suppose since they are directly linked to style. |
![]() |
| Thread Tools | |
| Display Modes | |
| |