| Thread | Last Post | Replies |
|
| width: enough;? | 31 Jan 2004 23:12 GMT | 8 |
I can't seem to figure out how to specify that the width of a block should be "enough". For example, I've got a form on a page. With styles, I've given the form a background and a border. It takes up 100% of the width of the viewport. If the labels and controls are narrow, I've got ...
|
| Need help with pseudo-table | 31 Jan 2004 22:59 GMT | 1 |
See: http://mapage.noos.fr/dardelf3/tintin/page3bits.html The series of picts in the first row have no style no table, they just arrange themselves nicely depending on the window width available.
|
| Absolute positioning--what am I missing | 31 Jan 2004 19:08 GMT | 14 |
What am I not understanding about the definition of { position: absolute; }? "The box's position (and possibly size) is specified with the 'left', 'right', 'top', and 'bottom' properties. These properties specify offsets with respect to the box's containing block."
|
| XHTML, JavaScript, and CSS incompatability | 31 Jan 2004 16:56 GMT | 10 |
I am trying to develop very standards-compliant content using XHTML and CSS. I am using CSS positioning and thus need to only include my stylesheet on browsers I have tested to make sure they display correctly. The page is readable without the CSS though the formatting
|
| handling multi browser font sizes | 31 Jan 2004 16:44 GMT | 113 |
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..."
|
| IE 5.5, 6 only OR everything BUT those | 31 Jan 2004 16:25 GMT | 15 |
I've got a form used to enter items to be listed in a web-based catalog. In the past, I've instructed the users to enter I and B tags (this goes back a while) into the textareas to get italics and bold face in the catalog.
|
| form with only hidden elements creates whitespace : ( | 31 Jan 2004 16:15 GMT | 1 |
Hello, I'm pretty sure this is the right place to post and I hope someone can help me. I'm more of a cgi scripter, so I'm not 100% familiar with stylesheets but I know enough to get by. The problem I am having is this: I have a table with two colums. I the
|
| Collapsing <p> spacing in a table in Firebird | 31 Jan 2004 15:19 GMT | 10 |
I'm displaying some stats in a table and I'd been putting the text into a <p> tag inside the <td>s: <td> <p>Note 1: See column x for foo...</p>
|
| Frame-like fixed column? | 31 Jan 2004 12:29 GMT | 6 |
Masters: On two or three-column layouts, one column often has a list of links. Scrolling the page hides them. I'm aware there's supposed to be the ability to fix the column (frame-like).
|
| text justification: bottom? | 30 Jan 2004 20:51 GMT | 2 |
i have a <div> with a couple of <p> inside it. the div is given a border and a fixed size. how would i get the <p> to sit at the bottom of the <div> box? what i've read is that "vertical-align: bottom" is an inline only property
|
| cross-platform CSS | 30 Jan 2004 19:50 GMT | 15 |
I use a PC almost exclusively, and I was recently very surprised at the difference in my page when viewed in IE for the Mac (sorry, I couldn't figure out how to get the version...it was OS9 if that helps). Is there any tool out there that offers some kind of Mac browser ...
|
| Opera and No Repeat | 30 Jan 2004 19:50 GMT | 7 |
I've created a page and have a table with a no repeating background. Works in all but Opera. Any ideas? Here's the style sheet:
|
| class and id | 30 Jan 2004 17:53 GMT | 4 |
I'm afraid I'm bursting with questions this week. Here's another: Is it possible to give an element a class AND an id? I'm thinking of a situation where I might want to give
|
| bottom padding or margin in ul? | 30 Jan 2004 11:50 GMT | 19 |
I have an unordered list as menu and want some space at the bottom, underneath the last <li>. I have tried: setting bottom-margin to ul
|
| How to eliminate the line breaks that occur with headers | 30 Jan 2004 03:50 GMT | 2 |
Everywhere I have used <h#> ... </h#>, with or without a class=.. I get an effective double line break, with or without CSS. What I want to do is to switch text colors, size, and positioning (left, center, right) and keep the text on the same line (unless I put in a <br>
|