| Thread | Last Post | Replies |
|
| Can I do this liquid layout in CSS? | 31 Jan 2007 23:00 GMT | 3 |
I have struggles to do this in CSS this morning, but I wasn't able to have it to work in most browsers. Here's basically what I want to do in CSS: http://auriance.com/docs/tmp/Untitled-3.html I want to be able to add content to the 3 panes. Any idea?
|
| How to diferenciate IE7 from Opera and Firefox? | 30 Jan 2007 17:51 GMT | 2 |
I tried a html>body hack to differenciate rules for IE7 and Opera/ Firefox, but IE7 is able to read this rule :( How can I differenciate rules for IE7? Thanks,
|
| Controlling line breaks with CSS | 30 Jan 2007 10:38 GMT | 3 |
I have some values that may be listed in a tall, narrow area or may be side-by-side on a single line like: Foo: 1234 Bar: ASDF
|
| CSS with IE 7 | 30 Jan 2007 10:34 GMT | 3 |
My CSS hack displays well in all browser but IE 7. What is different in IE 7 that it displays boxes in overflow? Here is the CSS script: @media all {
|
| Filling the space between two absolute items with CSS | 29 Jan 2007 21:03 GMT | 7 |
I'm new to the positioning aspects of CSS and I'm going crazy trying to do something that seems like it should be fairly easy. I've Googled all over and read CSS tutorials and not found an answer. I want to divide my screen/page into four areas: a header, a footer, a
|
| Problem assigning style to the hs in this block: | 29 Jan 2007 09:58 GMT | 1 |
For some reason the text in h2 tag is displaying as white in IE. http://www.salperalta.com/ <td class="sidebar" id="sidebar-right"> <div class="block block-listing" id="block-listing-0">
|
| Problem assigning style to the h2 tag in this block: | 29 Jan 2007 08:40 GMT | 1 |
For some reason the text in h2 tag is displaying as white in IE. Any suggestions? http://www.salperalta.com/ <td class="sidebar" id="sidebar-right">
|
| External stylesheet works in Firefox, not IE | 29 Jan 2007 06:32 GMT | 6 |
This seemingly happened overnight. http://www.chrisrapking.com The styles that are inline work fine. Anything in the head does not (which, if you notice, includes some styling information plus a link
|
| IE double margin float bug | 28 Jan 2007 08:13 GMT | 2 |
My site http://www.architectqueensland.com is almost certainly running into the IE5/IE6 double margin float bug described at http://www.positioniseverything.net/explorer/doubled-margin.html However I am unsure about the least bad way to get around it.
|
| line wrap indent with CSS | 27 Jan 2007 16:57 GMT | 5 |
We've got some plain text in a DB that we're pulling out and putting it on our website. The problem is it has some lists like this: 1. This text goes on and on forever and eventually
|
| css text layer, centered, but same 'height' -> how can it be done? | 27 Jan 2007 15:57 GMT | 3 |
i have a page that shows a random picture, centered. how do i create a layer that stays centered, but always 300 px down from the top? to make it clear again: i want to place a text layer, x=centered,
|
| Two divs and the old 100% height problem | 27 Jan 2007 14:55 GMT | 1 |
Yes, I've spent hours reading through all the old postings and searched the net - but couldnt find a solution to the 100% height problem with nested divs.
|
| css 2.1 negative width calculations? | 26 Jan 2007 22:48 GMT | 2 |
I am reading CSS 2.1 draft specification: http://www.w3.org/TR/2006/WD-CSS21-20061106/ Part of section 10.3.3 (Block-level, non-replaced elements in normal flow) reads:
|
| prinicpal block boxes (css 2.1) | 26 Jan 2007 21:58 GMT | 6 |
I'm a bit confused about the definition about "Prinicpal Block Boxes" in CSS 2.1 draft specification. ( http://www.w3.org/TR/2006/WD-CSS21-20061106 )
>From the spec: |
| CSS Popup - not javascript | 25 Jan 2007 20:00 GMT | 3 |
I am wanting to open a popup window (preferably using CSS) where there will be just a border, image and a few words which I can click to links from the images and text. The popup would come when you go over an image and/or words and once
|