| Thread | Last Post | Replies |
|
| Style the first col (all TD) using CSS? | 30 Sep 2007 13:03 GMT | 3 |
Hello, I want to style the first column (i.e. all TD in the first col) using CSS? I have tried, e.g. td:first-child { color: red; }
|
| help with image way off to the right | 30 Sep 2007 01:24 GMT | 11 |
I have an image that is supposed to be in a centered div in the center of a page. It looks fine in IE7. But in Firefox, the image is pushed way over to the right. http://www.barmannphotography.com/index1-test.php
|
| simple problem: non-jumping blocks | 29 Sep 2007 22:30 GMT | 7 |
I know this is a simple problem but it bedevils me. I'd like to have a container with two columns with the following properties: 1. Both columns dynamically adjust their width to fit their
|
| Performance of CSS vs HTML | 29 Sep 2007 00:56 GMT | 9 |
I've written a bunch of REXX edit macros to convert JCL, PL/I, REXX and SuperC output into a HTML format that very closely mimics the display of the ISPF editor with "HILITE ON PAREN". Initially I was quite happy that it would just display the data, but
|
| Style Sheet Help | 28 Sep 2007 21:27 GMT | 2 |
I am totally new, never done any CSS (ok a tiny bit) before, so please bear with me.... I have been looking at the following: http://www.brainjar.com/css/positioning/absolutedemo.html
|
| Displaying CSS Styles on Element Mouse Over | 27 Sep 2007 22:11 GMT | 4 |
I am a relative CSS & JavaScript novice and I have a particular problem that is beyond my level of knowledge so I thought I'd tap the collective wisdom of this group. I would like to know if there is a means of writing JavaScript that
|
| Need Help Combining Horizontal and Vertical Lists | 27 Sep 2007 21:56 GMT | 2 |
I am trying to make a horizontal list that counts (downward) and a horizontal list that illustrates the time. Both list should be formatted the same (except for the nomenclature). I seem to be successful with the y axis but, in my horizontal list (time),
|
| Best font selection for a menu? | 27 Sep 2007 13:19 GMT | 28 |
I have a menu displayed on the left pane of my site. This menu has a title, then menu items and sometimes a subtitle that groups the menu items. My question is what collection of font selections would you recommend for this? something not too small but not too big yet fairly ...
|
| CSS question | 27 Sep 2007 07:09 GMT | 7 |
html, body { margin:0; padding:0;
|
| Possible to Change List Bullet Color? | 27 Sep 2007 02:55 GMT | 19 |
I've got an unordered list with a list-style-type of 'square.' The color of this (and the text in the list) is black. Is it possible, via the CSS, to specify the color of this square (i.e. make the bullet red) without changing the color of the text in the list
|
| Can .A{} = .B{} | 26 Sep 2007 22:06 GMT | 2 |
I would like to do something like this .A { .... } .B = .A .C = .A
|
| div#header vs. #header | 26 Sep 2007 19:38 GMT | 31 |
I am retooling my design habits, trying to get rid of some mental artifacts, and trying to "standardize" my starting point "templates" (both html and css). I am also trying to avoid "div-itis." I find myself using selectors like div#header instead of just #header. I know
|
| ie6 float issue driving me crazy | 26 Sep 2007 03:40 GMT | 9 |
Any advice appreciated - I'm floating an image right and the text to the left of the image is being forced down about 5px from the top of the containing area. You can see the issue here: http://www.cbcgroup.com.au/drupal. No issues in ie7 or Firefox - can someone tell me what I'm ...
|
| Div border that looks the same in IE and Firefox? | 26 Sep 2007 01:14 GMT | 10 |
All i want to do is draw a simple rectangle. The rectangle has to be the same size in IE and Firefox. This is how I tried: <div style="position: absolute; z-index: 1; width: 438; height:
|
| horizontal positioning problem | 25 Sep 2007 21:40 GMT | 1 |
The following code does what I want in firefox. In IE it does what IT wants. What needs to be changed? ... it MUST work in IE. Thanks Mike Hattis
|