| Thread | Last Post | Replies |
|
| Border extends to undesired elements; incorrect menu display (background image). | 30 Nov 2005 23:33 GMT | 2 |
I'm a web designer who's valiantly struggling, with occasional moments of triumph, to build my first fully CSS site. Hope that you can answer a couple of quick newbie questions. Page: http://adamabrams.com/tnd/spaprofits/hometest.html
|
| CSS and Safari - Help Please | 30 Nov 2005 21:10 GMT | 1 |
I cannot get my new css layout (http://footprints.organique.com/ij-css-only2.html) to render properly in Safari. It's fine in IE/firefox/netscape but all messed up in safari..
|
| Liquid layout with position: fixed | 30 Nov 2005 20:24 GMT | 2 |
What problems are there in using position: fixed; with left: %; and right: %; to do pages that look like a typical boring framed site. A full width header and a footer and the rest of the content between them. A narrow left (and/or right) navigation column, plus a main body ...
|
| Opacity? | 30 Nov 2005 09:14 GMT | 2 |
Can someone point me to a good explanation of how to use opacity? From CSS 3 http://www.w3.org/TR/2003/CR-css3-color-20030514/#opacity which I read to mean just set a decimal value between 0 and 1 I tried using opacity: 0.50; and it appeared to work as expected in
|
| Overflowing text | 30 Nov 2005 06:32 GMT | 3 |
I don't know if I am wording this right.. But I would like to create "frames" with text in them that do not overflow if I increase the font size (using the browser).
|
| formatting form fields | 30 Nov 2005 00:08 GMT | 2 |
I am trying to set some style, simeple ones, for some form fields and I don;t seem to get it working. in css file: .FormField {
|
| No scrolling | 29 Nov 2005 21:23 GMT | 1 |
I have this table that I think should be scrolling but it does not. No scroll bar is shown, all the content is shown <table align="center" border="0" cellspacing="0" cellpadding="0" style="margin-left:0px; margin-top:0px; margin-bottom:0px;
|
| Border not complete in IE6. Small 1px gap. | 29 Nov 2005 21:11 GMT | 23 |
I'm having a weird design issue with IE. The bottom borders on two of my div's stop 1px or 2px short of the right side of the div. In Mozzilla and Opera, these borders go completely to the end. It's almost like there's a 1px padding on the right side, but all my padding is set ...
|
| footer & 3 col absolute layout | 29 Nov 2005 20:40 GMT | 4 |
sorry I realize the topic is well known, anyway is there a way without using javascript to have a footer always under a 3 column layout with Absolute Positioning ? I don' t want to use float 'cause I want to organize content in a
|
| Newbie: Problems with menu background color not extending down page and aligning an image to text | 29 Nov 2005 17:20 GMT | 8 |
I am fairly new to using CSS and have been asked to design a new site from scratch, I want to use a tableless layout with valid XHTML and CSS. I used the strange banana random CSS generator www.strangebanana.com/generator.aspx to come up with a basic layout and
|
| bgimage wont repeat | 28 Nov 2005 23:07 GMT | 2 |
I have an image that I want to repeat across the very top of my page (it's a bar with snow melting) so .topimage
|
| Rollover buttons with IE (including framesets) bug | 28 Nov 2005 21:21 GMT | 6 |
I'm wrestling with CSS variations between Firefox and IE. I'm trying to create rollover buttons in a menu frame. It is working perfectly in Firefox but in IE only the first button is properly highlighted and linked. The second button, has only a partial "hit area" at the top of
|
| Indenting headings and adjacent siblings? | 28 Nov 2005 17:39 GMT | 2 |
I have a complex document that goes several heading levels deep, and it's unreadable with all the headings and paragraphs against the left margin. I'd like to indent H2 elements by 50 pixels, H3 elements by 100 pixels, and so on. The tricky part is that I need to get the
|
| Making tooltips stay longer... | 27 Nov 2005 23:58 GMT | 21 |
Is there a way to make windows tooltips stay up longer than the default 5 seconds using CSS in a web page? I'd prefer to have it stay visible as long as the mouse is over the "whatever." The reason: I've been creating web pages and using various javascripts for the tooltip
|
| 1px gap between divs in IE for win | 27 Nov 2005 01:54 GMT | 5 |
This is my first attempt with CSS and I've run into a little problem when it's viewed in IE 6 for Windows. It looks fine in Firefox, Safari, Opera, and IE on the mac. I've read through tons of postings and tried everything I can think of,
|