![]() |
Removal of table border? (just ONE side) Possible?
Hello all...just a quick question, does anyone know how to remove a border from an HTML table? I mean one side of the table's border, like the bottom border for instance...can this be done in HTML, Javascript, CSS, or at all?
If someone could give me a link, some info, or let me know that it's not possible at all...I'd really appreciate it. :) Thanks, c-lo |
|
I'm sorry Jace, maybe there's something more to that page than I noticed, but I'm pretty sure that just shows how to remove the entire border using CSS...I just need ONE SIDE removed (if that's possible.)
Thanks anyway though, c-lo |
Code:
<TABLE style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 659px; BORDER-BOTTOM: #000000 1px solid"> |
You can make it invisible (as above) it but you can't actually leave one side open.
|
Oh wow...it is possible. I really wasn't expecting that.
Thanks for the help, fellas! later c-lo |
learn something new everyday, i didnt think it was possible either
|
The beauty of CSS :)
You can do it with almost anything... form input boxes, <div>'s, <p>, etc... mostly everything :) |
css is leet
|
Quote:
|
Right. That's prfectly doable. :thumbsup
|
All times are GMT -7. The time now is 02:47 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123