Well I was going to use a style like gradient but I thought it would confuse users with knowing where in the middle to slice it![]()

Well I was going to use a style like gradient but I thought it would confuse users with knowing where in the middle to slice it![]()
http://www.igoboy.com/tutorial/
could of done that with no images using css
I think you will find if you look very closely that theres two colours
So no redcrisps, you couldnt.
Code it for me then big boy.
Lols okay then. I'll post it on here later.
there we go ;]HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>RedCrisps, CSS Marquee</title> <style type="text/css"> body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; } body { background-color: #000000; margin: 0px; } .box { background-color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; width: 50%; } </style> </head> <body> <center> <div class="box"><marquee>Marquee</marquee></div> </center> </body> </html>
Want to hide these adverts? Register an account for free!