| Thread | Last Post | Replies |
|
| adding commas to quote elements | 31 Oct 2004 20:23 GMT | 9 |
<style type="text/css"> q:after{content:',"'} </style> <q>This will be the shame of CSS</q> claimed Marek Mänd and added that
|
| An XHTML multiple class info site... | 31 Oct 2004 08:18 GMT | 1 |
Anyone know where I can see the correct use of div's with multiple classes specified. I thought I'd read a Tantek responce showing this somewhere and now I can't seem to get back there... not sure what to search on... everything I search
|
| New interactive style sheet demo | 30 Oct 2004 16:58 GMT | 3 |
I just wrote an interactive style sheet builder in order to help novices understand style sheets. I would be appreciative if folks could try it out and offer any comments. The URL for the builder is http://server.com/Misc/HTML/style-sheet-builder.cgi .
|
| centering two divs | 30 Oct 2004 16:00 GMT | 15 |
How do I center two side by side divs ? I've been writing css pages for a while but there's one thing tha still eludes me. I can center a div with margin auto.
|
| Two boxes with diffrent Styles for <a href> | 30 Oct 2004 14:47 GMT | 3 |
(Soory for my english ;-) ) I have create a style like this: a:link { text-decoration:none; font-weight:bold; color:red; } a:visited { text-decoration:none; font-weight:bold; color:#ff0033;}
|
| Two simple questions about divs and css | 30 Oct 2004 11:52 GMT | 3 |
Both of these apply to using IE 6.0 or Netscape 7.x: First question: I am trying to set up a simple horizontal menu as a red strip across the browser window. Here is the relevant part of the css I'm using:
|
| what makes a div expand ? | 30 Oct 2004 11:35 GMT | 7 |
This page shows 3 divs side by side surrounded by a wrapper, but the wrapper thinks there's nothing in it, so its collapsed at the top. How do I get the wrapper to expand around the divs ? http://www.cardini.tv/test/test.htm
|
| Document won't validated correctly | 29 Oct 2004 18:04 GMT | 3 |
This is my first time using the CSS validator.(http://jigsaw.w3.org) I created an external style sheet and validated the html document, but I'm not sure why I'm getting these errors. What is a parse tree? If anyone can help I would appreciate it. Below is the info that I have from
|
| Are there additive styles? | 29 Oct 2004 17:56 GMT | 7 |
Is there a way to make style classes that are additive without the use of additional elements? .Header { font-weight:bold;
|
| XML, Frames and CSS | 29 Oct 2004 14:11 GMT | 2 |
I would like to move a frame based website to a non-framed based site using CSS. The problem relates to having an equivalent of frames and targets and moving them to CSS.
|
| Frameset border property | 29 Oct 2004 13:43 GMT | 8 |
hi at all, can I include into a css file some frame and frameset propertyes like border=0? How?
|
| Center one span inside another - Redux | 29 Oct 2004 13:18 GMT | 2 |
Why would this work: <html> <head> <title>Page 1</title>
|
| Dynamic Web Forms | 29 Oct 2004 07:58 GMT | 9 |
I've created a form with several input fields. At the beginning of my form I use a set of radio buttons to determine how to validate the form as well as determine what fields are required. Because the form is so lengthy, I would like to aid users by including visual clues as to ...
|
| How do I select the BODY tag in a specific FRAME in a FRAMESET | 29 Oct 2004 03:52 GMT | 12 |
Is there a way to write a CSS selector to point to the body tag in a specific frame? The frameset HTML looks like this. I only want to select the BODY tag in the frame named "navbar" and then apply styles to that element.
|
| problem with a margin when putting and image in a unorderd list | 28 Oct 2004 20:16 GMT | 6 |
I hope somebody can help me. Please look at the following page to see what's it about. http://www.tilburg.nl/development/_moz-ul-li-img-margin-problem.htm The problem doesn't seem to exist in Opera. Only in Mozilla and IE??
|