i made a web site in dreamweaver and i want to put a scriptand include in it an advertise script and when i scroll down the page that advertise ads follow downdo you know how i do this?
thanks
i made a web site in dreamweaver and i want to put a scriptand include in it an advertise script and when i scroll down the page that advertise ads follow downdo you know how i do this?
thanks
Here, you should beable to change this into your wants:
Code:<html> <head> <style type="text/css"> #div1 { position:fixed; width: 200px; height: 200px; border: 1px solid black; background: lightgreen; } * html #div1{ position: absolute; background: bahh; } </style> </head> <body> <div id="div1"></div> </body> </html>
Jeremy | jfein.net
Bookmarks