| Thread | Last Post | Replies |
|
| nested tables? | 31 Mar 2007 17:10 GMT | 3 |
Say I have a table of products that I sell. There are four columns - part_number, item_name, item_picture, item_price. The problem is that I want to group some items in this table together. For example, say one of the items I sold was a hose by a particular
|
| Checkbox multi column alignment | 31 Mar 2007 14:06 GMT | 11 |
I have a check box with let's say 20 elements. I would like to have it align as 4 columns, 5 rows. Without using a table and using understandable CSS is there any way to make the check boxes align as I would like?
|
| IE7 max-width oddity -- any known solution? | 31 Mar 2007 12:53 GMT | 8 |
After finding a page on an existing site that was not being displayed correctly by IE7, I have boiled the problem down to the following simple example: http://bsb.me.uk/tmp/bug.html
|
| how do I get my div wrapper to expand? | 30 Mar 2007 20:05 GMT | 5 |
In need of some enlightenment here, I'm trying to get my wrapper div to expand to accommodate height-wise, to whatever content is placed in it, no luck yet and I realize it's probably something simple, I just don't see it yet. I have the following:
|
| anchor bg image not displaying properly when URL wraps in IE6 | 30 Mar 2007 18:56 GMT | 3 |
I am trying to insert a background image into URLs that link to pages outside our intranet and thus when clicked open a new window. The image used is the common one seen on many sites, the little overlapping windows. This code:
|
| Image in TH-Elem | 30 Mar 2007 18:04 GMT | 4 |
I'm trying to put an image into a table header via a css-style: th.order1 { background-image: url(asc.png) top right no-repeat padding-right: 5px; }
|
| Tags Organization | 30 Mar 2007 18:00 GMT | 2 |
Can I have <h1>, <p> and <span> tags inside a <p> tag? What should be the best tag to encapsulate all other tags? <div>? What are the limitations of using <p> and <span> in this? Where can I find some information on this?
|
| achieve a nicer hover-effect for images | 30 Mar 2007 15:05 GMT | 1 |
Dear Pros, How can I achieve a nicer hover-effect for the image "tomasio.design" on the bottom-right of my webpage? I am using the class ".footer a:hover" for a CSS-based mouseover-effect but this causes an ugly
|
| Doctype question from amateur | 30 Mar 2007 00:47 GMT | 20 |
I'm trying to clean up my website, and it's in pretty good shape now, but I've gotten confused reading about Doctypes. My site is http://www.simi-therapy.com and my CSS is
|
| When are alternate stylesheets invoked? | 29 Mar 2007 19:03 GMT | 9 |
I need some browser implementation clarification. In the below example, the alternate stylesheet could be invoked by user agents that support alternate stylesheets or by script. Are there any browsers that don't recognize "alternate stylesheet" as a
|
| Internet Explorer and overflow: hidden with images | 29 Mar 2007 18:20 GMT | 5 |
I'm making a Javascript program that uses overflow:hidden on a containing div to crop an image. This page (temporarily) shows an example of what I mean: http://www.people.fas.harvard.edu/~night/crossroads/
|
| Problems with Borders using CSS | 29 Mar 2007 13:42 GMT | 14 |
I am validating my webpages for HTML 4.01 Transitional. I have the problem that I cannot remove a border on a small graphic on my page. I have researched various websites for the correct CSS code but none seems to work.
|
| works with IE but not Firefox | 28 Mar 2007 21:35 GMT | 23 |
I used css for a page, it worked but only in IE not in firefox. What DOCTYPE whould I use for firefox. the external stylesheet contains the following: body {
|
| Control font color | 26 Mar 2007 17:44 GMT | 5 |
Simple question: how better set font color in script? <script type="text/javascript"> <!-- //Secify scroller contents
|
| * html>body hack? | 26 Mar 2007 17:18 GMT | 2 |
I came across this CSS while researching CSS only (no tables) layouts: * html>body .clearfix { display: inline-block; width: 100%;
|