![]() |
Html Gurus....howz this done?
I see these tables on Yahoo - and I'm trying to make a table like that. I can come very close....but can't seem to copy it exactly. What is the secret? I'm using Dreamweaver -
I like how the borders of these tables are very thin - they are thinner than I can make them with html. Look at the box with Brittany's pic - how do you make those thin borders with html? I downloaded the page and brought it up in Dreamweaver - but couldn't make heads or tails out of it??? *discuss* http://www.deancapture.com/images/table.gif |
its a type of border style
|
give me a sec...
|
Code:
<table width="446" height="168" border="0" cellpadding="1" cellspacing="1" bgcolor="#DB6FFF"> |
Look in Yahoo's css file, its the border-top, bottom, right left etc styles
|
why don't you view source to get an idea of how it's done?
|
it's funny... I was just messing with that box
You have to look at Yahoo's CSS file.
There's a load of junk you need to ignore, but the URL is: Yahoo CSS for Brittney thin box dealie After wading through all the irrelevant stuff, it seems like this is the most important stuff... Code:
<div class="modulecontainer sidebar"> The id, v, and class, r, are as follows in my CSS file: Code:
#v {color:#edc;height:1.5em;border:1px solid #FDBA05;z-index:5;margin-bottom:-1px} My slick, thin border boxes. It is all done with CSS. |
Thanks guys :thumbsup
|
That's pretty cool, thanks for posting
|
Quote:
Thanks, |
All times are GMT -7. The time now is 07:56 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123