Results 1 to 7 of 7

Thread: Simple CSS code

  1. #1
    Registered
    Join Date
    Oct 2005
    Posts
    21

    Simple CSS code

    I'm looking for some simple CSS code to change the colours of website buttons during "mouseover".

  2. #2
    Website Developer
    Join Date
    Oct 2004
    Posts
    1,607
    You want something like:

    A:hover { color:#FF0000; text-decoration:none }

    But, if its buttons, its probably background color you want to change.
    Make more money - Read my Web Publishing Blog

  3. #3
    Future AstonMartin driver r2d2's Avatar
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,608
    Lots of CSS rollover effects here: http://www.pmob.co.uk/

  4. #4
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    Stepping On Wires - the new blog

  5. #5
    Registered
    Join Date
    Oct 2005
    Posts
    21

    Thanks

    Cutter, MarkB, R2D2,

    thanks for your help. I'll give your suggestions a try.

  6. #6
    Registered
    Join Date
    Oct 2005
    Posts
    21

    Site up and running

    R2D2,

    I ended up going with your advice.

    Many thanks.

  7. #7
    Future AstonMartin driver r2d2's Avatar
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,608
    No problem - glad to help. Though obviously it was Paul O'B's site that had the advice

    He runs the CSS forum over at SitePoint: http://www.sitepoint.com/forums/forumdisplay.php?f=53

Similar Threads

  1. Simple Auto-Update Copyright Script
    By Sean in forum Website Programming & Databases
    Replies: 8
    Last Post: 11-24-2005, 08:25 PM
  2. Code Snippets
    By Emancipator in forum Website Programming & Databases
    Replies: 17
    Last Post: 08-19-2005, 07:03 AM
  3. Html code help needed
    By loveinstar in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 04-12-2005, 08:00 PM
  4. How To A Create Simple Bookmark
    By iKwak in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 12-29-2004, 08:58 PM
  5. Interesting Website Code I Found
    By grichards in forum Search Engine Optimization
    Replies: 2
    Last Post: 12-10-2003, 09:02 AM

Bookmarks

Posting Permissions

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