|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can someone tell me how to change this code to where I can position a block of text so that it remains fixed when the page is being scrolled as in this code using an image......
<HEAD> <style type="text/css"> <!-- BODY { background: url(http://www.geocities.com/triker_jon/quote2.jpg) 99cccc no-repeat bottom left fixed } --> </style> </HEAD> ------------------ http://callme.talkwave.net/trikerjon |
|
#2
|
|||
|
|||
|
here ya go:
<DIV STYLE="position:absolute; left:0; top:0; height:100; width:100; border-style:solid">things go here </div> BTW, this is my favorite CSS reference.... http://www.ncdesign.org/html/sindex.htm cheers darwin |
|
#3
|
|||
|
|||
|
Thanks Darwin for your time and efforts but I knew how to use that code, what I'm wanting to do is position a block of text so that when the page is being scrolled it remains in the same place on the screen sorta like the bgproperties="fixed" in the body tag........I appreciate the link though it seems to be a very good source of information.......take care.........John
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by darwin: here ya go: <DIV STYLE="position:absolute; left:0; top:0; height:100; width:100; border-style:solid">things go here </div> BTW, this is my favorite CSS reference.... http://www.ncdesign.org/html/sindex.htm cheers darwin[/quote] |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Help with CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|