rejunker
Member
Posted 2 years ago #
Hello :D
ok i got a nice darkred background on my css style now i want a little picture lets say a bottle on the bottom right corner but it has to float with scrolling so can anyone tell me a code for this :D
im a noob if it comes to css coding ^_^
Search for position: absolute;
Peter
...but it has to float with scrolling ...
Depending on how you read this: if it needs to scroll with the rest of the page, then position: absolute;, if it has to stay in the same place: position: fixed;
Peter