On Wed, Dec 10, 2008 at 05:10:45PM -0700, Geoff Hoffman wrote:
> Sorry for the long post, but I've been thinking about this for over a
> year now, and it's been asked many times before without a viable answer
> that is actually reliably workable in a production environment.
>
> The bottom line is
Jukka K. Korpela wrote:
> Gunlaug Sørtun wrote:
>
>> Angela French wrote:
>>
>>> Is there no way to get "in between" sizes?
>> Not on today's screens where a pixel is a screen-pixel.
>
> Modern technology often makes subpixels available. It is unclear how they
> should relate to the pixel concep
Angel Martin Alganza wrote:
> On Wed, Dec 10, 2008 at 05:10:45PM -0700, Geoff Hoffman wrote:
>> Sorry for the long post, but I've been thinking about this for over a
>> year now, and it's been asked many times before without a viable answer
>> that is actually reliably workable in a production envi
Angel Martin Alganza a écrit :
> On Wed, Dec 10, 2008 at 05:10:45PM -0700, Geoff Hoffman wrote:
>
>> Sorry for the long post, but I've been thinking about this for over a
>> year now, and it's been asked many times before without a viable answer
>> that is actually reliably workable in a product
Hi Éric, everybody,
On Thu, Dec 11, 2008 at 11:53:49AM +0100, Éric Vesque wrote:
> Your solution seems to work only in Opera, other browsers don't like ids
> begining by numbers.
It was such a quick thing that I didn't bother to check it out in any
other browser than the one I use most of the ti
Angel Martin Alganza a écrit :
> Hi Éric, everybody,
>
>
> Thanks for that. But what have you added the div for? ul is already
> an html element one can style with CSS.
>
> Cheers,
> Ángel
>
>
I took the first of my te
On Wed, 10 Dec 2008 15:48:47 +0530, Mustafa Quilon wrote:
| Hi,
|
| I wanted to know what would be the best(semantic) approach to mark-up/style
| lists that appear in columns. I've uploaded an example image[1].
|
| I would normally code it as follows:
|
|
|
|
|
|
| and float them
Floating of the li's will make it very hard for you to preserve a grid
layout using this approach. You will rarely will see content with the
same height in the first two rows, if at all. Try adding a to
the a12 li.
-Kev
2008/12/11 Angel Martin Alganza <[EMAIL PROTECTED]>:
> On Wed, Dec 10, 200
Kevin Warrington a écrit :
> Floating of the li's will make it very hard for you to preserve a grid
> layout using this approach. You will rarely will see content with the
> same height in the first two rows, if at all. Try adding a to
> the a12 li.
>
> -Kev
>
This can be done by styling the
Kevin Warrington a écrit :
> Floating of the li's will make it very hard for you to preserve a grid
> layout using this approach. You will rarely will see content with the
> same height in the first two rows, if at all. Try adding a to
> the a12 li.
>
> -Kev
>
>
Ooops.
I've answered too quick
> This can be done by styling the li's where you want the new "line" to begin,
> as shown here : http://www.banturle.com/divers/grille3x3.html
That is true, but keeping in mind that the content within these li's
will be variable, do you really want to be applying clears based on li
height, as oppo
Hi Rasal,
Thanks for the links. I finished designing it using different lists for each
column and floating them left. It works great but I'm not happy with it.
I'll be trying this solution[1] tomorrow. I thought of this method too but
wasn't sure of browser compatibility. The articles give me a f
Kevin Warrington a écrit :
>> This can be done by styling the li's where you want the new "line" to begin,
>> as shown here : http://www.banturle.com/divers/grille3x3.html
>>
>
> That is true, but keeping in mind that the content within these li's
> will be variable, do you really want to be a
> Well, for semantic reasons, I use tables only for tabular data.
> Sure, a table design may "look" perfect, but what about users with text
> readers?
I do agree that tables should only be used in extreme cases where
there is really no other alternative. However, some of the CSS design
choices yo
Is there a way to control embedded CSS that in an iFrame? I am able to add
hooks to control the CSS for the iFrame but I want to be able to control
the CSS hooks in the iFrame. How is this achieved if at all? Thanks.
Shaf
__
c
Angela French wrote:
> Which bug please? I know that the design starts to fall apart, but want
> to make sure I'm seeing what you are alluding to.
>
>
>
>> http://checkoutacollege.com/.
>>
>>
>>
>>
>> Angela French
>>
>>
>>
>
>
>
> It's a known bug when setting font-size in em..
After using the stripped-down suckerfish CSS + very light JS for IE6 for
the past few years, I've started using the Suckerfish jQuery menu solution (
http://users.tpg.com.au/j_birch/plugins/superfish/) primarily because it is
based on the Suckerfish menus, uses very clean XHTML/CSS, and provides a
[EMAIL PROTECTED] wrote:
> Is there a way to control embedded CSS that in an iFrame? I am able to add
> hooks to control the CSS for the iFrame but I want to be able to control
> the CSS hooks in the iFrame. How is this achieved if at all? Thanks.
As far as I know CSS will not cascade down into iF
Angela French wrote:
> On this page: http://checkoutacollege.com/ I am trying to apply a
> background color in back of the Ready/Set/Go buttons (of the same color)
> so that if the images are turned off, the text can still be read. (I'd
> like to just get rid of the beveled images before long!).
I think this is a question that keeps being posted and subscribers on here
are offering great help. Anyone out there that needs assistance on CSS
menus please bookmark this site as it will give you great guidance. Stu
Nicholls keeps it simple to follow and has a good archive of CSS
experiments. I a
From: "Tim Arnold"
> After using the stripped-down suckerfish CSS + very light JS for IE6 for
> the past few years, I've started using the Suckerfish jQuery menu solution
> (
> http://users.tpg.com.au/j_birch/plugins/superfish/) primarily because it
> is
> based on the Suckerfish menus, uses v
Angela French wrote:
> On this page: http://checkoutacollege.com/ I am trying to apply a
> background color in back of the Ready/Set/Go buttons (of the same
color)
> so that if the images are turned off, the text can still be read.
(I'd
> like to just get rid of the beveled images before long!).
On Thu, Dec 11, 2008 at 12:26 PM, Adam Ducker wrote:
> s...@ssyed.com wrote:
>> Is there a way to control embedded CSS that in an iFrame? I am able to add
>> hooks to control the CSS for the iFrame but I want to be able to control
>> the CSS hooks in the iFrame. How is this achieved if at all? Tha
On Thu, 11 Dec 2008 12:23:15 +0100, Angel Martin Alganza wrote:
> Hi Éric, everybody,
>
> On Thu, Dec 11, 2008 at 11:53:49AM +0100, Éric Vesque wrote:
>
>> Your solution seems to work only in Opera, other browsers don't like ids
>> begining by
>> numbers.
>>
> It was such a quick thing that I didn
On Thu, 11 Dec 2008 10:53:34 +0100, Angel Martin Alganza wrote:
>
> Doesn't something as extremely simple and so fast to code as this example
> I've just put
> together meet that?
>
> http://mendel.ugr.es/~ama/tmp/3x3.html
>
Oops. In my reply, the DOCTYPE should read:
Sorry.
Cordially,
Davi
I have some styles defined for a page via the following within the
tag:
That external style sheet contains the following definition:
p { font-size: small; font-family: verdana, arial, helvetica, sans-serif; }
For just a portion of the HTML on that page I would like to redefine P to:
p { font-s
On Thu, Dec 11, 2008 at 12:20:10PM -0800, David Hucklesby wrote:
> Your solution is very close, Angel. Some very minor tweaks got it working
> this end in all my browsers -
As I already said, it was a couple of minutes typing to just show that
what the OP claimed he was trying for years (even aski
Jim Albert wrote:
> Is there a way to redefine P but only for a portion of the HTML of a
> page?
If you mean something like...
p { font-size: small; font-family: verdana, arial, helvetica, sans-serif; }
#sidebar p {font-size: x-small;}
...then that's how all paragraphs are given 'small' font-si
Angela French wrote:
> Benjamin - I am trying your approach to just style my h2 with a
> background color. It is definitely get there, but it makes the height of
> the color block too "tall", putting extra padding in below the actual h2
> text. Since one can't make negative padding, it seems setti
Gunlaug Sørtun wrote:
> Jim Albert wrote:
>> Is there a way to redefine P but only for a portion of the HTML of a
>> page?
>
> If you mean something like...
>
> p { font-size: small; font-family: verdana, arial, helvetica, sans-serif; }
> #sidebar p {font-size: x-small;}
>
> ...then that's how
Jim Albert wrote:
> Am I getting close with the following:
>
> div.tinyp p { font-size: x-small; font-family:
> verdana,arial,helvetica,sans-serif; }
>
> And then use it as such: I hope this html will
> use the div "tinyp" class
It should work.
The best would be if you presented us with a lin
Gunlaug Sørtun wrote:
> Jim Albert wrote:
>
>> Am I getting close with the following:
>>
>> div.tinyp p { font-size: x-small; font-family:
>> verdana,arial,helvetica,sans-serif; }
>>
>> And then use it as such: I hope this html will
>> use the div "tinyp" class
>
> It should work.
>
> The best
I need to eliminate all embedded styles from my site, but it would be tedious
to do it manually. I'm using Dreamweaver CSS3 and don't see a way for DW to do
it. Can anyone point me to an easier way than manual?
Thanks,
Elaine
Hi Elaine,
I am pretty sure Dreamweaver has no RegExp Support - at least it had none in
the old Version I used some years ago...
I would advise you to grap yourselfe a Copy of an Texteditor which has
RegExp support for "Search & Replace" actions. A free one is "Notepad ++".
Open up a file and go
Hi, Alex,
I have appointments tomorrow, so I'll work on this over the weekend - thanks
for the good directions. I have about 350 pages to check, whew.
Elaine
--- On Thu, 12/11/08, A. Beutl wrote:
From: A. Beutl
Subject: Re: [css-d] how to check for embedded styles when using external style
35 matches
Mail list logo