| Thread | Last Post | Replies |
|
| Bottom borders | 31 Aug 2008 23:51 GMT | 11 |
Something probably simple but I'm still grappling with CSS... I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{
|
| Bold numbers in ordered lists | 29 Aug 2008 22:06 GMT | 49 |
To get bold numbers in ordered lists, one can write ol { font-weight: bold } ol span { font-weight: normal } <ol>
|
| round corner glitch on IE6? | 28 Aug 2008 21:37 GMT | 6 |
the page [url]http://www.0011.com/css/round_corner.html[/url] displays perfectly on IE 7 and Firefox 2 and 3. And it is HTML 4.01 Compliant. For some reason, the bottom center div is a bit downward
|
| How do I specify this style? | 28 Aug 2008 17:41 GMT | 1 |
I have cells that look like <td class="menuLink"><a href="...">...</a></td> In my style sheet, how can I specify a style for the anchor tags? Or do I have to create a new style altogether and write out
|
| CSS classes rendered differently than in-line CSS | 28 Aug 2008 15:14 GMT | 2 |
http://www.frostjedi.com/terra/scripts/demo/trtd.html http://www.frostjedi.com/terra/scripts/demo/trtd2.html Why don't those look the same in Firefox? The latter is the rendering I'd expect for the first one, as well. The only difference is that
|
| Scrollable div, left to right, inner divs | 28 Aug 2008 08:08 GMT | 2 |
I am here our of desperation, having RTFM'd and hacked for hours. What I want is simple. I want a left to right scrollable div, containing other divs. Eg.
|
| position of text on image | 28 Aug 2008 03:41 GMT | 6 |
I guess I am missing something. I tried to put a caption on my photo (on the bottom) but the caption appears to be a bit higher and overshooting the area of the image with a few pix. You can see it on:
|
| Positioning a floated element to bottom | 27 Aug 2008 19:33 GMT | 7 |
I have two divs. The left div is floated left and the right div is floated right. If the left div contains a single line, the left and right divs are on the same line (obviously). But...the left div content is dynamic and its content can occupy two or three lines, When it contains ...
|
| Tag Cloud | 27 Aug 2008 15:56 GMT | 4 |
What is the correct markup and CSS styles to create a Tag Cloud? Should I place each tag inside a list item of an ordered list and style the list item with a different CSS class according to the tag frequency to change its size and color?
|
| performance hit when using overflow:scroll? | 27 Aug 2008 01:42 GMT | 2 |
I haven't done it in a while, but I have on occasion placed a list inside a box of a specific height (in ems of course) to prevent the list from taking over the entire layout. However I noticed a significant slowing at the browser end when doing this, most notably in MSIE, to ...
|
| 4 common methods to overlap 2 images in CSS? any more method? (or else use a program) | 26 Aug 2008 23:41 GMT | 5 |
It seems like there are only 4 methods to overlap 2 images using CSS? There are two images, each with its own URL. Using CSS, there seems to be 2 ways to overlap them (the task is actually to put a "play button" image with size 50 x 50 on top of the bigger image which is a video
|
| Styling "Hidden" Anchors? | 25 Aug 2008 17:11 GMT | 1 |
I have a "hidden" anchor in the body of a doc. By "hidden," I mean that the contained text of the anchor is indistinguishable from the surrounding text, the text contained by its parent/ancestor element, which may or may not be the case if the cursor hovers over the anchor text.
|
| Rant: Microsoft madness | 24 Aug 2008 00:03 GMT | 63 |
This is a rant. If you don't want to read it then don't, simple really. I usually spend my working life buried away in the back ends (fnar) of business systems. Serverside stuff over presentation stuff. I've managed to steer clear of Microsoft stuff for most of my working
|
| a link cannot enclose a div or span? a link that encloses a span will not work well | 23 Aug 2008 04:15 GMT | 6 |
There is a link that encloses a span (or a div), but the link won't work in IE 7 (clicking on video image works, but not on the play button), while it works well in Firefox 2 and 3, and Safari 3. The intention is to make the link clickable on both the play button and
|
| <colgroup><col class="behold"></colgroup> | 22 Aug 2008 17:08 GMT | 39 |
The only browser I have encountered that supports <colgroup><col class="behold"></colgroup> to apply a CSS style to a whole column, is Microsoft Internet Explorer. I have been told it SHOULD NOT do so, since this is not
|