Trent Wyman


Top Navigation

CSS Scripts

Designing an HTML email that renders consistently across the major email clients can be very tedious and time consuming. Support for even simple CSS varies considerably between email clients, and even different versions of the same client. Here...

There are times when browsers render CSS and HTML differently depending on the platform and browser being used. Usually, I can check for cross-browser consistency using only Windows and variety of installed browsers for Windows (Internet Explorer...

On Saturday, September 19th 2009 at Kennesaw State University (Room #SO3031), Trent Wyman will be presenting a Drupalcamp session titled: "Theming Drupal Menus".

The "Theming Drupal Menus" session is intended for...

Below is a quick reference to apply styling to a horizontal rule using CSS.

hr {
margin:0px;
padding:0px;
width:190px;
height:4px;
color:#ff6600;/*-- set color for IE --*/
background-color:#...

I've been waiting a long time for the CSS text-shadow to be supported by Mozilla Firefox. Now with Firefox 3.5, text-shadow effects can...