OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Centering Vertical Text shouldn't be this difficult...CSS
This page's ID:
26622
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <style type="text/css"> body { margin: 0; padding: 8px; } #nav, #nav ul { list-style: none; margin: 0; padding: 0; } #nav { font: bold small arial, sans-serif; border-bottom: 2px dotted #dcdcdc; } #nav li { display: inline; } #nav a { text-decoration: none; color: black; line-height: 3em; display: block; } #nav ul a { border-top: 2px dotted #dcdcdc; } </style> </head> <body> <ul id="nav"> <li> <big> <a href="#products/" >Products & Services</a> </big> <ul> <li> <a href="#engineering/" >Engineering</a> </li> <li> <a href="#business/" >Business Management</a> </li> <li> <a href="#worldclass/" >Worldclass Software</a> </li> <li> <a href="#networking/" >Networking</a> </li> </ul> </li> </ul> </body> </html>[/code] [small](Edited by [internallink=25202]reisio[/internallink] on 09-11-2005 19:54)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »