> I would have done the rollovers like this:
> http://www.thevisualprocess.com/dev/rollover/

A good one. It may be worthwhile adding a declaration inside one rule set so
that text doesn't poke out under the image when font size is increased. This
can be fixed by adding something like "overflow: hidden;" inside the
following rule set:

ul#nav li a {
    display: block;
    position: relative;
    width: 100px;
    height: 25px;
    background-color: #eee;
    overflow: hidden;
    }

Also (being incredibly nit picky - which seems to be a trend on the list
tonight) the page you pointed us to has a title of "Untitled Document" as
opposed to the far sexier "Ryan Rollovers".  :)

Russ




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to