Subscribe via RSS or Social
Subscribe via Email
Categories
Popular Articles
Random Poll
Loading ...Tags
Advertising Affiliates AI Anti-virus Apple Business Endeavors Business Ethics Chat Communication Community Computers Contests / Giveaways craigslist Credit Card Companies CSS CSS3 Education Email Facebook Fax Film Finding Work Firefox Flash Fonts / Typography Freebies Freelancers Geek Gmail Google Google Plus Government Graphic Design How-to HTML HTML5 Illustrator IM InfoByte Internet Explorer iPod Legal LinkedIn Logo Design Mac Making Money Online Marketing Microsoft Movies My External Writings MySpace Nerd Netflix PageRank PayPal People Phones Photoshop Piracy Politics Polls Privacy Programming Psychology Readability Rescued from evilHow Saving Money SCAM / SPAM Alert Script / Code Search Engines SEO Simulator Site Message Social Networking Software Technology The Future of the Internet Tools TV Twitter Vimeo Web Web 2.0 Web 3.0 Web Browsers Web Design Web Hosting Windows WordPress WordPress Plugins WordPress Themes Writing XHTML Yahoo YouTube

Tag Archives: HTML

Super Basic HTML Guide
I tend to forget the beginners with my writing. So I’m going to take it way back momentarily to the basics. How to Create a Text Link Code <a href="http://website.com/">Check...I tend ...continue
How to Create Circles with CSS
Making circles with CSS3 is very simple, but not very well supported with older browsers. If your design depends on circles you should definitely use background images instead. However, if....cmenu{width:100px;height:100px;display:block;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-khtml-border-radius:50px;background:#000;font-size:20px;color:#fff;line-height:100px;text-decoration:none;text-align:center} .cmenu:hover{color:#fff;text-decoration:none;background:#333} ...continue
Posted in CSS, CSS3, How-to, HTML, Script / Code, Web Design, XHTML Also tagged CSS, CSS3, How-to, Script / Code, Web Design, XHTML 17 Comments
Pure CSS Minimalist Image Hover Rollover
Demo: Code (Only Use ONE of the CSS Methods Below): CSS Sprites (New Method) .hov{display:block;width:245px;height:195px;background:url(images/hover.png)} .hov:hover{background-position:0 -195px} For this to work, simply stack the normal state image on top of....hov{display:block;width:245px;height:195px;background:url(http://calmestghost.com/images/FreshBlue.png)} .hov:hover{display:block;width:245px;height:195px;background:url(http://calmestghost.com/images/FreshGreen.png)} Demo:Code ...continue
Posted in CSS, Freebies, HTML, Script / Code, Web Design Also tagged CSS, Freebies, Script / Code, Web Design 2 Comments



