Preserved Topic: How to design this table effect? Please help? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 03-20-2002 10:05
Hi I would like some help from some HTML god who can tell me how the light blue edges around the entire dark blue table was drawn on this web site? : |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-20-2002 12:09
well, that's not exactly pure html, it's CSS: |
Nervous Wreck (II) Inmate From: |
posted 03-20-2002 14:30
Hi and thx for the reply. Yes that is a way to do just that effect. However if I take out the css stylesheet then the border still remains. I think they are using 1pixel wide blank gif enclosed within TD with diff. background. The prob I cannot understand is how they have td running around the entire table...? |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-20-2002 14:43
Yes, you can achieve a similar effect without css: code: <table bgcolor="#000000" cellpadding="1">
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-20-2002 14:47
If you want more control over the border, you can always make a table with nine cells, put a corner image in each corner, a repeatable side image as the background for the edge cells, and put your content in the center cell. |
Maniac (V) Inmate From: there...no..there..... |
posted 03-20-2002 18:39
code: <table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#828A92">
|
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 03-21-2002 05:13 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 03-21-2002 08:01 |
Maniac (V) Inmate From: there...no..there..... |
posted 03-21-2002 14:57
Ugly and DAMN can they get confusing! |
Maniac (V) Mad Scientist From: New California |
posted 03-22-2002 01:22
Did someone mention a border that works in NN4 and everything else? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-25-2002 22:20
~sheds a quiet tear at the sheer number of nested tables on display on this table~ |
Bipolar (III) Inmate From: midair |
posted 04-11-2002 01:13
Ha! Emperor.. I have used ...many...5 or more ..nested tables on pages on my site..skyetyger.com.. but I prefer CSS now..anyone is free to study/copy the code on my site..if you like tables..the fabric of whatever is still intact..I think..??? checking.. |
Bipolar (III) Inmate From: midair |
posted 04-11-2002 01:22
http://www.skyetyger.com/list.html |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-11-2002 02:05
too many too many too many nested tables |
Bipolar (III) Inmate From: midair |
posted 04-11-2002 19:41
Every table, border or sliced image on my site can be done simply and easily in CSS. I have not switched the pages to CSS..too lazy but I no longer use tables.. and as the browsers become more compliant and the computers upgraded it will be much easier to do cross browser CSS pages |