| Thread | Last Post | Replies |
|
| CSS2.1 pdf Specification | 04 Jul 2008 23:29 GMT | 1 |
I am looking for a pdf version of CSS2.1 Specification Thanks
 Signature Jean Pierre Daviau
|
| How to center 1 to n floating div boxes on a page? | 03 Jul 2008 02:22 GMT | 7 |
I’m trying to create a page, so that if one has a widescreen monitor, they will be able to see as many centered divs on a row as possible. So I’m floating these div boxes left so they are not stacking vertically, but horizontally. The problem is, they don’t center. Do
|
| FF: using a style within an include file not working properly | 03 Jul 2008 00:41 GMT | 2 |
hello. i'm using ASP and my index page is including a header file, and that header file uses some styles defined in an external stylesheet. the problem i'm running into is that in firefox, the styles aren't being applied at all, whereas in IE, they are. so, to
|
| Using @print to avoid multiple style sheets | 02 Jul 2008 22:43 GMT | 10 |
I do not want to load two style sheets for screen and print media. I'm having difficulty grasping the use of the @print statement, or its syntax. Would someone please provide a simple explanation. For example...
|
| Trying to persuade CSS images to line up horizontally | 02 Jul 2008 18:36 GMT | 20 |
I'm a CSS novice trying unsuccessfully to make three thumbnail images display horizontally instead of vertically. I suspect I'm missing something really stupid but I'll take the flak if someone could kindly point me in the right direction (using words that the vicar's wife
|
| Cascade effect using ul for image gallery | 01 Jul 2008 09:19 GMT | 2 |
I have a _very_ rough copy of a small image gallery that I am working on at this address: http://www.andrews-corner.org/temp/screenshots.html There is an odd cascading effect that has me completely baffled. The
|
| How to get text input box to fill remaining space? | 01 Jul 2008 08:18 GMT | 11 |
Hi, I have some simple HTML like this: <div id="container" style="width:100%;"> <input type="text" > <input type="button" style="float:right;" value="Click here...">
|