Re: [css-d] Fixed footer behavior in mobile Safari

2009-02-27 Thread Gunlaug Sørtun
phidlerw...@gmail.com wrote: > I think I've got a new site, professionalvideoprofiles.com , fairly > well in hand. But I checked it on my iPod Touch's Safari browser, and > the footer (position:fixed and bottom:0) scrolls up with the page, > and obscures the text beneath. Mobile Safari doesn't s

[css-d] Fixed footer behavior in mobile Safari

2009-02-27 Thread phidlerwerf
Here's a can of worms I'm reluctant to peer into... I think I've got a new site, professionalvideoprofiles.com , fairly well in hand. But I checked it on my iPod Touch's Safari browser, and the footer (position:fixed and bottom:0) scrolls up with the page, and obscures the text beneath. CSS

Re: [css-d] First element of list hiding for some reason

2009-02-27 Thread Philippe Wittenbergh
On Feb 28, 2009, at 1:31 PM, Thierry Koblentz wrote: >>> Something funny is going on here. I can't see it either. I swear >>> that I >>> have never been to your site, nor ever remember ad-blocking or even > visiting >>> a site that had that logo on it. (I can see it if I put the .png >>> loc

Re: [css-d] First element of list hiding for some reason

2009-02-27 Thread Thierry Koblentz
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css- > discuss.org] On Behalf Of Holly Bergevin > Sent: Friday, February 27, 2009 6:06 PM > To: css discuss; ewingpatria...@gmail.com > Subject: Re: [css-d] First element of list hiding for some rea

Re: [css-d] First element of list hiding for some reason

2009-02-27 Thread Holly Bergevin
From: Keith DiSarno >Something funny is going on here. I can't see it either. I swear that I >have never been to your site, nor ever remember ad-blocking or even visiting >a site that had that logo on it. (I can see it if I put the .png location in >the address bar.) > >Yet, to my amazement, it

Re: [css-d] css-d Digest, Vol 75, Issue 27

2009-02-27 Thread peter . twiggs
I am currently out of the office and will return on Monday the 2nd of March. If you have any urgent queries please contact Steve Lee on 0113 391 2929. Regards Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css-di

Re: [css-d] css list

2009-02-27 Thread Gunlaug Sørtun
Eric Katz wrote: > 2009/2/27 Gunlaug Sørtun >> BTW: why are you using an in those lists? I can't see any >> reason whatsoever for headlines to be used there, but maybe you >> have one..? >> > I guess they don't have to be there ^_^ I wanted it set up so the > 'genres' were an h3 in relevanc

Re: [css-d] css list

2009-02-27 Thread Eric Katz
2009/2/27 Gunlaug Sørtun > Eric Katz wrote: > >> So I think I have really screwed up some stuff right now, i can't >> either of my lists formatted properly the way I want them to be in >> the Products by Genre Window here: >> http://team-identity.org/akathletics/newcode/ >> > > Same as for the pa

Re: [css-d] Is a missing ";" OK?

2009-02-27 Thread Thierry Koblentz
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css- > discuss.org] On Behalf Of Ian Piper > Sent: Friday, February 27, 2009 7:30 AM > To: css-d css-d > Subject: [css-d] Is a missing ";" OK? > > Hi all, > > I am building on a style sheet for a

Re: [css-d] First element of list hiding for some reason

2009-02-27 Thread Keith DiSarno
Wed, Feb 25, 2009 at 7:00 PM, JR Heard wrote: > Els: > > You are a fantastic person. Looks like that was the root cause after > all - I can now see AdBrite again. I owe you a beer. > > -JR > > Something funny is going on here. I can't see it either. I swear that I have never been to your site,

Re: [css-d] css list

2009-02-27 Thread Gunlaug Sørtun
Eric Katz wrote: > So I think I have really screwed up some stuff right now, i can't > either of my lists formatted properly the way I want them to be in > the Products by Genre Window here: > http://team-identity.org/akathletics/newcode/ Same as for the part above: IE7 and older need a hack to r

Re: [css-d] css list

2009-02-27 Thread Eric Katz
So I think I fixed everything and validated via HTML 4.01 strict and CSS 2.1 http://validator.w3.org/check?uri=http://team-identity.org/akathletics/newcode/ http://jigsaw.w3.org/css-validator/validator?uri=http://team-identity.org/akathletics/newcode/ And it still is having display issues, firefo

Re: [css-d] css list

2009-02-27 Thread David Laakso
Eric Katz wrote: > Because I am a noob and forget to reply to all, what do you mean by > Validate? Correct the markup errors: Wikipedia on validation:

Re: [css-d] Stack level in IE (problem with position:absolute andz-index)

2009-02-27 Thread Francois Jordaan
Hi Els, > If you give Item 2 z-index:-1, it looks like it works. > Not tested for possible side-effects when more content is involved. I whooped with joy ...briefly. This is a miraculous fix in *some* cases (where there is a predictable number of items), but in my case, unfortunately all the sibl

Re: [css-d] css list

2009-02-27 Thread MEM
>> I'm using the >> >> #specific-products li:before { >> content: "»"; >> } >> >> and >> >> #genres li:after { >> content: "|"; >> >> } >> >> to add the additional double arrows and pipes i want for the lists but they >> appear way off line, i feel like this is probably because of the line-

Re: [css-d] css list

2009-02-27 Thread Shawn Lawler
Eric Katz wrote: > Because I am a noob and forget to reply to all, what do you mean by > Validate? :( > http://validator.w3.org/ or if you're using Firefox, grab the Web Developer Toolbar addon https://addons.mozilla.org/en-US/firefox/addon/60 and after adding it to FF, load up your page and

Re: [css-d] css list

2009-02-27 Thread Eric Katz
Because I am a noob and forget to reply to all, what do you mean by Validate? :( 2009/2/27 Eric Katz > I'm using the > > #specific-products li:before { > content: "»"; > } > > and > > #genres li:after { > content: "|"; > > } > > to add the additional double arrows and pipes i want for t

Re: [css-d] css list

2009-02-27 Thread David Laakso
Eric Katz wrote: > So I think I have really screwed up some stuff right now, i can't either of > my lists formatted properly the way I want them to be in the Products by > Genre Window here: > http://team-identity.org/akathletics/newcode/ > > > Any ideas. > > Attack the obvious first while we

Re: [css-d] Stack level in IE (problem with position:absolute andz-index)

2009-02-27 Thread Els
Francois Jordaan wrote: > This IE quirk seems to catch me on nearly every project: > > http://paper.isotoma.com/examples/_test-position.html > > It comes down to the stacking model. All I remember from last time I > struggled with this is it's well-nigh impossible to work around. I > really, reall

Re: [css-d] changing languages for a phrase

2009-02-27 Thread Dan Gayle
> Is it possible to > do it like this je ne sais quoi and have a > style on an external style sheet link > > .french { > lang : fr; > font-style: italic; > } You can use attribute selectors though: *[LANG=fr] { font-style: italic; } Will not work, obviously, in some of our geriatric browsers. Bu

Re: [css-d] changing languages for a phrase

2009-02-27 Thread Sandy
>> Is this the correct syntax for the language declaration > lang="fr">je ne sais quoi > > > Yes. > >> Does the language declaration has to be in a span? Is it possible to >> do it like this je ne sais quoi and have a >> style on an external style sheet link > > > Any element will do. > >

[css-d] css list

2009-02-27 Thread Eric Katz
So I think I have really screwed up some stuff right now, i can't either of my lists formatted properly the way I want them to be in the Products by Genre Window here: http://team-identity.org/akathletics/newcode/ The lists of genres and the products are supposed to look something like this: http:

Re: [css-d] changing languages for a phrase

2009-02-27 Thread Jukka K. Korpela
Sandy wrote: > I am working on a French/English site and each side has words in the > other language. I want to make sure that screen readers switch > languages for those isolated phrases. That's a noble goal, but it's a matter of HTML markup (using the lang or xml:lang attribute or both). There

[css-d] Stack level in IE (problem with position:absolute and z-index)

2009-02-27 Thread Francois Jordaan
This IE quirk seems to catch me on nearly every project: http://paper.isotoma.com/examples/_test-position.html It comes down to the stacking model. All I remember from last time I struggled with this is it's well-nigh impossible to work around. I really, really want Item 3 to be above Item 2, but

Re: [css-d] changing languages for a phrase

2009-02-27 Thread Gunlaug Sørtun
Sandy wrote: > Is this the correct syntax for the language declaration lang="fr">je ne sais quoi Yes. > Does the language declaration has to be in a span? Is it possible to > do it like this je ne sais quoi and have > a style on an external style sheet link Any element will do. In the style

Re: [css-d] Table with expanding detail rows

2009-02-27 Thread snak detek+0r
Dimpie, the only way to have a that is non-conforming in terms of widths or number of cells is to use tons of colspans. a picure's worth a thousand words: http://tinyurl.com/bf7uys s are shown in turquoise. desired end-user cells in white. actual cell (column) divisions required are shown by

[css-d] changing languages for a phrase

2009-02-27 Thread Sandy
I am working on a French/English site and each side has words in the other language. I want to make sure that screen readers switch languages for those isolated phrases. Is this the correct syntax for the language declaration je ne sais quoi Does the language declaration has to be in a span? Is

Re: [css-d] Is a missing ";" OK?

2009-02-27 Thread Nick Fitzsimons
Hi, According to CSS 2.1 section 4.1.8, "Declarations and properties" the semicolon is used to separate multiple declarations for the same selector. As the last declaration in a declaration block isn't followed by anything from which it needs

Re: [css-d] css-d Digest, Vol 75, Issue 26

2009-02-27 Thread peter . twiggs
I am currently out of the office and will return on Monday the 2nd of March. If you have any urgent queries please contact Steve Lee on 0113 391 2929. Regards Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css-di

Re: [css-d] Is a missing ";" OK?

2009-02-27 Thread Els
Ian Piper wrote: > I had always thought that the terminating ";" was mandatory. Can > someone advise me? It is not mandatory on the last rule in a set, but it is on the other ones, needed as separation between rules. It is advisable to use them on all of them though, so that if you add another

[css-d] Is a missing ";" OK?

2009-02-27 Thread Ian Piper
Hi all, I am building on a style sheet for a Drupal website. I have noticed that in the styles.css file for the theme many of the styles have no ";" at the end of the line. This seems mostly to be where there is more than one line between the braces, like so: #primarylinks a:hover { backgr

[css-d] Table with expanding detail rows

2009-02-27 Thread dimpie
Hi, In a table I have detailrows which appear when you click on a regular row in the table. The amount of table cells in the detail row is not equal to the amount of table cells in the regular rows. Besides that I want to give the tablecells in the detail row different widths than the tablecells