Bryan Hadaway's Blog
Signup for the Best Hosting Around

Tag Archives: HTML

Signup for the Best Hosting Around

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
Posted in HTML, Script / Code, Web Design | Also tagged , Leave a comment

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 , , , , , 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 , , , 2 Comments
Feedback
x close