| Thread | Last Post | Replies |
|
| Incorrect alignment of text in div - Mac only | 31 Mar 2004 18:12 GMT | 1 |
This site (http://www.boatinginternational.com.au/index3.htm) renders ok in most browsers I've checked, except the Mac where the main content text is placed well to the right of where it should be and overlaps the right border.
|
| text-align and child elements | 31 Mar 2004 15:47 GMT | 6 |
~ I checked the css specs, and I'm not really sure what the answer is on this, but as I understand it, text-align is supposed to align not *just* text, but also child elements of the current element, correct? E.g. If I have a nested div-in-a-div, and the outer div has
|
| WANTED: Examples of usable/accessible news sites | 31 Mar 2004 10:01 GMT | 9 |
Hey all... I work at a local newspaper. On a whim last night I decided to see which of the major metro daily papers listed at NewsLink (http://newslink.org/metnews.html) used accessible HTML/CSS code without
|
| Colors for background | 31 Mar 2004 05:01 GMT | 5 |
How can I find out what colors I can put in a .CSS file that would be appropriate. I realize I can put in any HEX value. I want to know what the keywords are, ie blue works great.
|
| Image links, and the Fahrner Image Replacement technique | 31 Mar 2004 04:58 GMT | 4 |
I have the following HTML: <div id="header"> <h1> <a href="http://www.kent.ac.uk/">University of Kent</a>
|
| div width tight with contents like table | 30 Mar 2004 22:03 GMT | 3 |
Does anybody know how to set width on div or other box model to fit tight with the contents? IE will fit to contents width, NN7 cuts off content. ex.
|
| List element titles with CSS | 30 Mar 2004 20:56 GMT | 4 |
I'm having trouble coming up with a good way of implementing the following example such that the markup makes sense and the formatting is done via CSS: SOME TITLE
|
| Default margin inserted by IE | 30 Mar 2004 17:50 GMT | 6 |
For my home page, I want to use one stylesheet, "home.css" for all browsers except Netscape. For Netscape, I will use a stylesheet called "homenet.css". Is this possible and if so, how? Thanks, CMA
|
| order of style elements matters? Why? | 30 Mar 2004 16:51 GMT | 1 |
Given the below: <style> .style1 {
|
| make an element fit the page horizontally | 30 Mar 2004 16:46 GMT | 2 |
Say I have a column with a background color, and I want that element to fill the height of the entire page, regardless of its contents. This would be the css equivalent of creating a table with one cell and giving it the (illegal) height="100%" attribute.
|
| Vertically aligning contents of the BODY? | 29 Mar 2004 23:25 GMT | 5 |
Hello, I am looking for a cross-browser way of vertically aligning everything on my HTML page. I have tried "style='vertical-align:middle'" as an attribute of the BODY tag but that didn't seem to work on either browser. Any suggestions are most
|
| vertical align of images without knowing its dimensions | 29 Mar 2004 20:03 GMT | 4 |
I'm trying to align an image vertically in a div using xhtml and css. I don't know the dimensions of the image to display since the code is generated automatically. I'm searching for a generic solution, not depending on specific pixel-values.
|
| Request for feedback on my web site | 29 Mar 2004 18:34 GMT | 18 |
All - I've put some effort into a particular web site with respect to attempting to design it well with CSS. It's certainly not a masterpiece, but I think I've done a fair job for a first attempt. I'd appreciate some
|
| display:none and javascript not working in IE6 | 29 Mar 2004 17:48 GMT | 10 |
I am using display:none on a DIV and using javascript to turn the DIV on and off. It is working OK in Mozilla and Opera but IE6 refuses to display a floated image that is in the DIV. Can anyone suggest a workaround to this?
|
| box problem only on IE5? | 29 Mar 2004 14:47 GMT | 4 |
Having read a lot about boxes, hacks and IE 5 / IE5.5, I see boxes lurking everywhere. But before I declare my problem to be a box-problem, may I ask: is IE 6 (windows) having the same problems reading padding? For if it isn't, my problem must be something else.
|