?> Dan Grossman

CashCome.com Articles Pages

Home
Articles Index
Site Map

Dan Grossman

?>

Download eBooks and Software

Ringophone.com: Best Selling Ringtone Site
Earn 75% Per Sale! Big Variety Of Great Products To Promote: Ringtones, Mobile Games. Plus Great Software: Flash Web Menu Maker, Wav To Midi Converter, Flash Text Effects, Video Chat Virtual World. Affiliates Join And Start Making Big Money Now!

Curationsoft Marketing Software
Earn 40% On An Easy Sell. Easily Post Content Across The Web Using 8 Different Sources With Drag And Drop. Converts At 3% To Cold Traffic! For Affiliate Tools Visit: Http://curationsoft.com/affiliates

Winslips - Amazing Lottery Application!
Web-based Lottery System. Real Test Results Published On Live Blog. Makes It Easier To Win Your Local Pick 4, Pick 5, Pick 6, And Pick 7 Lotto Game. Perfect For Low-budget Players. Integrated One Ticket System. No Hype, No Bull. Brand-new!


Articles > Web Development

CSS Tricks You Can Use

 by: Dan Grossman

CSS or Cascading Style Sheets allow you to implement a few neat effects on your webpages easily. You can implement these CSS effects on your site by simply copying and pasting the code.

ROLLOVER COLOR TEXT LINKS

Have your text links change color when the mouse passes over them by inserting this code into the HEAD of your document:

<style type="text/css">

<!--

A:hover {color:red}

-->

</style>

LINKS WITH NO UNDERLINE

Remove the underline from any or all of the links on your page by putting this in the HEAD of your document:

<style type="text/css">

<!--

A:link {text-decoration:none}

A:visited {text-decoration:none}

-->

</style>

Or, remove the underline form individual links by forming them like this:

<a href="page.html" style="text-decoration: none">link</a>

LINKS WITH A LINE ABOVE AND BELOW THEM

This is an interesting look that works especially well as a hover attribute for your links, but can also be applied to all of your links. It will show the normal underline and a line above the link:

<style type="text/css">

<!--

A:hover {text-decoration:overline underline}

-->

</style>

HIGHLIGHTED TEXT

Highlight important text on your page or words you want to stand out, easily:

<span style="background-color:yellow">highlighted text</span>

Try adding it to your link hover for a neat effect:

<style type="text/css">

<!--

A:hover {background-color: orange}

-->

</style>

BACKGROUND IMAGE THAT ISNT TILED

This will create a background image that doesn't repeat:

<style type="text/css">

<!--

BODY {background: #ffffff url(bg.gif) no-repeat}

-->

</style>

You can also center it, however it will be centered as the background of the entire document, not centered on the screenful:

<style type="text/css">

<!--

BODY {background: #ffffff url(bg.gif) no-repeat center}

-->

</style>

About The Author

Dan Grossman runs http://www.websitegoodies.com where you can find over 250 hand-picked resources, articles, and tools! Dan also publishes the free weekly "WebDevPortal" newsletter for website owners! Subscribe today and get articles like this every week: subscribe@websitegoodies.com?subject=article-subscribe

?>


News on Web Development

Web Development Firm theREDspace Partners With ModelKarma For Its Global Brand Expansion
Firm Is Helping Build The World’s Largest Online Modeling CommunityNew York, NY (PRWEB) May 24, 2012 ModelKarma, which is aiming to become the world’s largest online community and a virtual agency for both aspiring and established models, has hired web development firm theREDSpace to bring their vision to life.Headquartered in Bedford Nova Scotia, Canada, theREDspace is an interactive ...

Mozilla announces web development initiative
Users can learn web development with provided authoring tools, and existing developers can volunteer to run their own events.

Razoa Releases Preview of New Java Web Application Development Tool
Alpinia accelerates and simplifies the web application development processSan Francisco, CA (PRWEB) May 24, 2012 Razoa, LLC, an enterprise software company based in San Francisco, today launched a preview of its innovative Java web application development tool that greatly simplifies the development of professional web applications. Designed for Java developers, the Windows version of this new ...

Maxthon Advocates for Next Generation of Privacy and Web Development at W3C
SAN FRANCISCO, May 18, 2012 /PRNewswire-Asia/ -- Maxthon ( www.maxthon.com ), a global software and web services company, led a spirited conversation about the need for China's Internet industries to proactively ...

oniric.com
Find Web Designers For Your Business In 3 Easy Steps NOW! Compare Price Quotes & SAVE!!! http://www.WebDesignPriceQuotes.com Web development services for any budget. Utilize our extensive experience in Design & Development, CMS, SEO, E-commerce and more. Get your free consultation and quote today.

transparent