View Full Version : Site Map


dudepet39
03-03-2005, 09:28 PM
Ok, I was thinking about making a Site Map, for my site. I was looking at other site maps on other sites ya know. Just to get an idea of how it would set upon the page. And I came across the Microsoft Site Map here:

http://www.microsoft.com/library/toolbar/3.0/sitemap/en-us.mspx

I wanted to know..how do they get that kind of line or it looks like a gradient or something. They goes down like this:

| -Downloads
| La de da
|
| -Games
| La de da da daaa...
|
|
|
|
|
|
|

The think in blue us what I would like. Like a line going straight down by my text on the right. How would I accomplish this, and what would the HTML OR CSS Code for this be? Thank you a lot :).

-Brandon

Red_
03-04-2005, 01:12 AM
Looks like a "vertical rule", which is usually just a div or table with a border on only one side.

The code would be something like: <div style="border-left:1px solid #000000;width:#px;height:#px;">

dudepet39
03-04-2005, 01:52 AM
Thank you thank you thank yoouuu..:D. It works :).

-Brandon

Red_
03-04-2005, 05:00 AM
No problem :) You're very welcome.