![]() Preserved Topic: How to design this table effect? Please help? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
![]() 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) |
![]() well, that's not exactly pure html, it's CSS: |
Nervous Wreck (II) Inmate From: |
![]() 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) |
![]() Yes, you can achieve a similar effect without css: code: <table bgcolor="#000000" cellpadding="1">
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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..... |
![]() code: <table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#828A92">
|
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Maniac (V) Inmate From: there...no..there..... |
![]() Ugly and DAMN can they get confusing! |
Maniac (V) Mad Scientist From: New California |
![]() Did someone mention a border that works in NN4 and everything else? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() ~sheds a quiet tear at the sheer number of nested tables on display on this table~ |
Bipolar (III) Inmate From: midair |
![]() 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 |
![]() http://www.skyetyger.com/list.html |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() too many too many too many nested tables |
Bipolar (III) Inmate From: midair |
![]() 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 |