Page 6 of 10 FirstFirst ... 2345678910 LastLast
Results 51 to 60 of 98
  1. #51
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    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

  2. #52
    RedCrisps Guest

    Default

    http://www.igoboy.com/tutorial/

    could of done that with no images using css

  3. #53
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    I think you will find if you look very closely that theres two colours
    So no redcrisps, you couldnt.

  4. #54
    RedCrisps Guest

    Default

    Quote Originally Posted by iGOboy View Post
    I think you will find if you look very closely that theres two colours
    So no redcrisps, you couldnt.
    Actually, you still could.

  5. #55
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Code it for me then big boy.

  6. #56
    RedCrisps Guest

    Default

    Quote Originally Posted by iGOboy View Post
    Code it for me then big boy.
    well i can't see the two colors, make one darker and i will

  7. #57
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Lols okay then. I'll post it on here later.

  8. #58
    RedCrisps Guest

    Default

    Quote Originally Posted by iGOboy View Post
    Lols okay then. I'll post it on here later.
    Stop spamming your thread

  9. #59
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by RedCrisps View Post
    Stop spamming your thread
    As far as I'm concerned I'm just proving a point. Your the one spamming it

  10. #60
    RedCrisps Guest

    Default

    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>
    there we go ;]

Page 6 of 10 FirstFirst ... 2345678910 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •