| Thread | Last Post | Replies |
|
| Pretty neat drop-down menu | 31 Dec 2004 07:34 GMT | 4 |
Check it out here: http://www.amazon.com pass your mouse over the top tab "SEE ALL 31 Product Categories" and see the nice menu. Is there a way to do it easily with CSS? I checked out the code, and it's huge, and it uses JavaScript.
|
| display:none/block switching, hover probem | 31 Dec 2004 00:14 GMT | 1 |
This is a small table with hover on the table cells. The first cell is setup to switch from div element to input element by use of display:block/none. In IE, onclick the input element is displayed correctly but it disappears if
|
| What's with three letter colours now? | 30 Dec 2004 12:31 GMT | 12 |
as opposed to six letter colours? I'm seeing body {color: #fff; background: #000;} and stuff lately. Is this a new form of abbreviation? BB
|
| Center two side-by-side divs within a container? | 30 Dec 2004 07:43 GMT | 2 |
I'd like to get a couple of divs centered in a container (let's say the container is a td, but it could also be a div). Here's what I have now (div2 and div3 are floated left): +---------------------------+
|
| css layout - extra spacing between ie6 divs | 30 Dec 2004 07:14 GMT | 6 |
please check out http://www.geocities.com/operationsengineer1/test2.htm how come there is spacing between my logoheader and the tabs? i'm also seeing ie6 input an extra 1em of vertical spacing between divs
|
| Overflow bug in Safari and Opera? | 30 Dec 2004 05:17 GMT | 5 |
While working on <http://www.lotzofmusic.com/> I ran into some issues with overflow (the decorative fishes). It seems to me the construction is sound, yet Safari ignores the overflow:hidden. At first glance it appeared that this is related to the fact that the
|
| css layout (ff1 and ie6) | 29 Dec 2004 23:02 GMT | 2 |
please check out... http://www.geocities.com/operationsengineer1/test.htm 1. how come ff1 and ie6 render the transition between my tabs differently? ie6 puts the tabs on top of the blue div while ff1 drops
|
| Fixed width for <li> | 29 Dec 2004 07:46 GMT | 4 |
I haven't been able to define a fixed width (well, I chose a 20% width) for the li element used in the navigation menu: http://www.auriance.com/docs/auriance/ Style sheet here:
|
| css alternate list background problem | 28 Dec 2004 21:50 GMT | 11 |
not sure what i'm doing developing on xmas... but i guess we all have our own demons! -lol- i'm using the following css to style my horizontal menu... /* STYLE HORIZONTAL MENU */
|
| multiple classes - strange behaviour | 27 Dec 2004 16:59 GMT | 3 |
On this page, http://firasd.org/scrapbook/dropbox/2004/12/mclasses.html Why do the first two divs take the properties of the .section class but not the float or width properties?
|
| thumbnail gallery (again?) | 27 Dec 2004 10:51 GMT | 3 |
http://www.nenya.be/test/art/photo/gallery01.htm I'm sure the question has been asked (and answered before!), but I can't find an example of what I want to do. The page I mentioned shows a thumbnail gallery with the thumb horizontally
|
| How to float text around image | 27 Dec 2004 07:54 GMT | 2 |
What I would like is to float some text around the image where the text starts align on the left or right of the image aligned to the top of the image and then wrap around the image. I have tried using the .imgright {float: right;} or .imgleft {float: left;} in my draft css. I ...
|
| Linking stylesheets | 26 Dec 2004 13:47 GMT | 3 |
I came across this site: <URL:http://clearnova.com/index.html> which does not work in any browser other than IE on Windows. I think it's because of the way the stylesheets are referenced (I've added line
|
| div background image not showing | 25 Dec 2004 06:43 GMT | 5 |
was trying to update my horizontal nav menu with a background image. i tried everything and couldn't get it to work. while searching for solutions, i came across this tutorial: http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml
|
| oh dear (was ugly wrap breaks) | 25 Dec 2004 01:33 GMT | 2 |
I changed the CSS style sheet and the XHTML on 149 pages. It looked fine in MSIE (famous last words) but now it doesn't work in FireFox. Why didn't the "clear: all;" work in the breadcrumb? A separate problem is the background of the hidden skip link. If I leave it
|