| Thread | Last Post | Replies |
|
| table gutter spacing in CSS | 30 Apr 2006 18:40 GMT | 10 |
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way to do that in CSS without having to code in extra dummy columns in HTML to create ...
|
| Oh no, yet another "tables to CSS" question!! Please advise | 30 Apr 2006 03:22 GMT | 9 |
A client requested a layout that has links in sections, displayed something like http://www.kidsinaction.org.uk/table.html, which is a mock-up, laid out with a table. Specifically, he wants the layout to adapt to the browser window, which the table version does. If you change
|
| Why does IE add a pixel of white space around my links? | 28 Apr 2006 22:15 GMT | 28 |
Here I am again with another "why does IE do that" question!! Please have a look at http://www.kidsinaction.org.uk/fd/homepage.html and see if you can work out why IE adds a one pixel white space on the left and right side of the links with the light-green backgrounds. It
|
| Firefox large table borders | 28 Apr 2006 19:33 GMT | 4 |
I have a page that contains a table that is quite large, about 150 rows. In this table are other small tables. I have a problem where the vertical border of the large table does not show until about the last 10 rows or so where the style kicks in in the middle of a row. It is ok
|
| text-align: "." fails... | 28 Apr 2006 11:40 GMT | 5 |
I've tried *many* variations of the following: <TABLE> <TR><TD STYLE='text-align: "."; font-family: Courier'>0.12</TD></TR> <TR><TD STYLE='text-align: "."; font-family: Courier'>10.1</TD></TR>
|
| How do I get the floated elements to be centred? | 27 Apr 2006 17:16 GMT | 17 |
If you look at http://www.kidsinaction.org.uk/Thumbs.html you will see a simplified version of a page that could be used to display thumbnail images of various products. Now, due to the floating, the thumbnails go across the page until the
|
| Image Problem? | 27 Apr 2006 10:31 GMT | 6 |
I am using a 3-column layout with a full-width banner area at top. I need to put a jpeg in the top serve as the header. The placeholder for the image shows in the upper left corner in IE6, FF, & Netscape, but the image doesn't show in any
|
| table and col width with input type="text" | 27 Apr 2006 06:17 GMT | 1 |
I'm attempting to size a table and its proving to be difficult, when the <td> contain input type="text" It seems any width spec using
|
| border-top in IE and FireFox | 27 Apr 2006 00:38 GMT | 5 |
I would like a table with alternating color rows, a border between rows, and a border around the entire table. I want no borders between cells. -------------------------------------------------------
|
| How do I do this | 26 Apr 2006 18:36 GMT | 4 |
I want one <div> beside the next no space I want them to be like boxes lined up like these equal signs ============================== How do I do that with CSS, I read about something I thought was "inline" but
|
| postion: fixed | 26 Apr 2006 17:21 GMT | 3 |
I know that IE does not support position: fixed, yet I have seen elements that seem to float down on a IE browser. Where can I go to learn how to make elements appear to be postion: fixed on IE?
|
| 2 Column Layout using Floats | 26 Apr 2006 08:12 GMT | 3 |
I've got a 2-column tableless layout and I'm using floats to render the columns. Here are the basic style definitions for the 2 columns: #left_col { width: 59%;
|
| image problem | 26 Apr 2006 07:38 GMT | 17 |
I've got a problem again, pesky css. I have a rounded box for a login. Its a wrapper div containing three divs stacked on top of each other. In IE its fine, but in FF the divs are seperated. I've tried IMG{display:block}, I've tried IMG{vertical align:bottom}. I've set margins to ...
|
| Noob Q: dynamic parameters and conditional styles? | 25 Apr 2006 15:53 GMT | 4 |
I have a dynamically generated HTML document that includes a table of numbers. In this table, I want every number greater than some numerical parameter MAX_VAL (also dynamically generated) to be rendered as "> " followed by the string form of MAX_VAL. For
|
| Scrollable Tables | 25 Apr 2006 14:50 GMT | 3 |
I would like to make the tbody section of a table scrollable, while leaving the headers and footers in set places. I see that firefox does a reasonable job of this (simply by setting tbody{overflow: scroll}, but I would like to do this in IE6.
|