![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
With "xdisplay:block;" (that is nothing) all browsers (well Ie6, MZ, Ff Op in Win2k) showed the table as expected. When "display:block;" is set the tables in Opera only, have a 1 or 2 px border added to the cells. |
#4
| |||
| |||
|
|
If you want a table element to be rendered as a table then it should be set to display:table, since this is the default it's superfluous. Setting the table element (or tr/td) to display:block will change the element to behave like for example a div. Other UAs don't handle this correctly, Opera does. |
#5
| |||
| |||
|
|
If you want a table element to be rendered as a table then it should be set to display:table, since this is the default it's superfluous. Setting the table element (or tr/td) to display:block will change the element to behave like for example a div. Other UAs don't handle this correctly, Opera does. In this case it was superfluous anyway (see http://www.netwiz.com.au/home.html) , but why is adding a border, when the style sets the borders to 0px, the correct way of doing it? |
#6
| |||
| |||
|
|
You're not making any sense, what do borders have to do with this? And why did you set display:block on the table/tr/td elements in the first place? Well... ....because the display of borders IS the problem. Try viewing |
#7
| |||
| |||
|
|
In this case it was superfluous anyway (see http://www.netwiz.com.au/home.html) |
#8
| |||
| |||
|
|
"David Morris" DONTSPAMdlmorris-ATDONTSPAMATnetwiz-...t.use.this.bit> wrote: In this case it was superfluous anyway (see http://www.netwiz.com.au/home.html) Btw, the stylesheet used there is packed with superfluous code. I hope you didn't actually write that yourself, if you did then you really need to learn css, start here: http://w3.org |
#9
| |||
| |||
|
|
I probably have lots to learn,... however, the central panel was generated by a tool, which also produces the external stylesheet used by the rest of the pages on the site. I agree, that there are lots of redundant aspects to their stylesheet, but I have to tell you that for single source production of html, help, htmlhelp, word, javahelp and the rest, Authorit! is unbeatable. So it is trade of between speed and useability for me. See http://www.author-it.com/. I have made considerable modifications to their output, so see also: http://www.netwiz.com.au/tools_for_authorit.html. |
#10
| |||
| |||
|
|
Good luck with it, and stop complaining when a proper browser like Opera actually executes the CSS as it should. |
![]() |
| Thread Tools | |
| Display Modes | |
| |