![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Biff wrote: Jukka K. Korpela wrote: Biff wrote: I think Yukka must be working from an undisclosed location. Try using my real name or my nickname, not a spelling you invented, and maybe I'll stop calling you Biff. Maybe you should look at your own sig line: Yucca, http://www.cs.tut.fi/~jkorpela/ And where do you see the name you used? |
|
As you are not paying attention and you are posting messages with no on-topic content, and as you avoid the on-topic point I made, you get close to ranking as a nuisance. |
|
ObCSS: Note that CSS specifications do not in any way define _how_ the presentational HTML markup that might be "honored" is to be interpreted in CSS terms. |
#12
| |||
| |||
|
|
Biff wrote: I think Yukka must be working from an undisclosed location. Try using my real name or my nickname, not a spelling you invented, and maybe I'll stop calling you Biff. |
#13
| |||
| |||
|
|
On 2009-07-03, Jukka K. Korpela wrote: Biff wrote: I think Yukka must be working from an undisclosed location. Try using my real name or my nickname, not a spelling you invented, and maybe I'll stop calling you Biff. Which is your real name? The one in the From: line (Yukka) or the one in your sig (Yucca)? |
#14
| |||
| |||
|
|
Chris F.A. Johnson schreef: On 2009-07-03, Jukka K. Korpela wrote: Biff wrote: I think Yukka must be working from an undisclosed location. Try using my real name or my nickname, not a spelling you invented, and maybe I'll stop calling you Biff. Which is your real name? The one in the From: line (Yukka) or the one in your sig (Yucca)? You might want to buy a box of tissues to clean your screen. Who knows the ins and outs of Finnish? Why can't Yucca just say |
#15
| |||
| |||
|
|
Who knows the ins and outs of Finnish? |
#16
| |||
| |||
|
|
Ben C wrote: What can you do with the border attribute that you can't do with CSS? What I said - generate borders in browser-dependent, undocumented manner. |
#17
| |||
| |||
|
|
Biff wrote: Jukka K. Korpela wrote: Biff wrote: I think Yukka must be working from an undisclosed location. Try using my real name or my nickname, not a spelling you invented, and maybe I'll stop calling you Biff. Maybe you should look at your own sig line: Yucca, http://www.cs.tut.fi/~jkorpela/ And where do you see the name you used? As you are not paying attention and you are posting messages with no on-topic content, and as you avoid the on-topic point I made, you get close to ranking as a nuisance. ObCSS: Note that CSS specifications do not in any way define _how_ the presentational HTML markup that might be "honored" is to be interpreted in CSS terms. |
#18
| |||
| |||
|
|
On 2009-07-03, Jukka K. Korpela <jkorpela (AT) cs (DOT) tut.fi> wrote: Ben C wrote: What can you do with the border attribute that you can't do with CSS? What I said - generate borders in browser-dependent, undocumented manner. Do you have an example? I would be interested to know. |
#19
| |||
| |||
|
|
dorayme wrote: table border="1" - - .planets {border: 1px solid #000} That sets a border around the whole table only, which is different from the effect of the HTML attribute. |
|
If you want the cells themselves to have borders, one way is no border to table itself but: table {border-collapse: collapse} td {border: 1px solid #000;} This generates yet another type of bordering. Quite possibly better than the HTML way, but nominally the OP asked for a replacement of <table border="1">. There is no replacement, as the effect of the HTML construct depends on the browser in a manner that cannot (and probably need not) be reproduced in CSS. |
#20
| |||
| |||
|
|
Gazing into my crystal ball I observed Ben C <spamspam (AT) spam (DOT) eggs writing in news:slrnh4std0.3b7.spamspam (AT) bowser (DOT) marioworld: On 2009-07-03, Jukka K. Korpela <jkorpela (AT) cs (DOT) tut.fi> wrote: Ben C wrote: What can you do with the border attribute that you can't do with CSS? What I said - generate borders in browser-dependent, undocumented manner. Do you have an example? I would be interested to know. Here you go: http://www.cavalcade-of-coding.info/usenet/tablecssborder.html Different browsers do different things. I didn't fire up Firefox or Chrome or Safari or K-Meleon, but you can see the difference even between Opera and IE. |
![]() |
| Thread Tools | |
| Display Modes | |
| |