"Sorry, this page is not available"
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David McGlone
Sent: November-07-10 11:39
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] Quirks compendium?
On Sun, 2010-11-07 at
I know exactly where you are coming from, I was there a couple of years ago.
A couple of bits of good news. (1) it is not as hard as it looks to make
the next steps, and (2) there are hosting companies out there who offer
exactly what you need for very modest fees.
I have had very good experien
Well the first thing that comes to mind is to add a larger margin-left to
#left_main. But the calculation is not obvious as your container is 1024px,
and you have margins and padding of 1em.
Across the floating divs, you have 3x25%x1024px = 768px for the div content,
6x1em for the margins. So yo
for your help,
JYves
____
De : Peter Coates
À : "Philip Taylor (Webmaster, Ret'd)" ; Stéphane
Carnot
Cc : css-d
Envoyé le : Lun 21 juin 2010, 14h 27min 46s
Objet : RE: [css-d] Re : IE8, CSS 2.1 & page-break-inside: avoid problem
It appears th
no
z-index is given, so they are rendered in the order they occur. If you
want, you could say
From: Victor Subervi [mailto:victorsube...@gmail.com]
Sent: June-21-10 10:09 AM
To: Peter Coates
Cc: Climis, Tim; CSS Discuss
Subject: Re: [css-d] An Image On Top Of an Image
O
Wouldn't it be easier to construct the finished image you want, and define
the active area for the "button" with a ?
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Victor Subervi
Sent: June-21-10 8:36 AM
To: Climis, Ti
It appears that you are trying to avoid a page break in a div containing
several s. Your examples appear to work in Opera, but not in IE8. IE8's
support for page-break-inside is best described as "buggy".
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@
al Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Peter Coates
Sent: June-20-10 11:54 AM
To: 'css-d'
Subject: [css-d] liquid design for small screens
On a regular screen, the norm appear to be to define a container div of a
f
On a regular screen, the norm appear to be to define a container div of a
fixed width, put in a float left nav bar, etc, etc.
On a small screen, this really doesn't cut it. I'm trying to make a couple
of style sheets for small screens that have a family likeness to the
"normal" one, but which
You might find something of interest here:
http://24ways.org/2005/swooshy-curly-quotes-without-images
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso
Sent: June-19-10 8:27 PM
To: Brian M. Curran
Cc: css-d
S
Why not use
ul {
list-style-image URL(bullet.gif);
}
I believe that is supported by IE.
Peter
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jay Carlson
Sent: June-15-10 10:13 PM
Cc: 'css-discuss'
Subject: Re: [css-
I like this. Hut shouldn't the expansion also work when the menu item is
selected by keyboard? I tried adding
#navigation li a:active {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
}
But it did not have the effect I expecte
I think you want to have padding-left:10px;width:760; specified for
#divisions. I do not understand why you need to state the width for the ul,
but it makes the page work.
Peter
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On B
You are trying for fluidity and a side bar. Here's a suggestion. How about
a container div width:100%. Then your float:left;width:13% left div, your
float:left;width:72% main div (as now) and your side bar as a
float:left;width:11%. Except the %s don't add up.
Peter
-Original Message-
I'm playing around with CSS3 form elements, which are really rather
delightful (don't you wish that IE6 and 7 would creep off into a corner and
quietly die)
I want to have a visible indicator that a field is valid or invalid (easy
enough) as follows:
CSS:
input:valid + span::after { co
15 matches
Mail list logo