Re: [css-d] CSS + Webkit question - moving elements

2010-06-30 Thread Claude Needham
On Wed, Jun 30, 2010 at 10:47 PM, Fobin wrote: > Hi, > But the big thing is still there. In webkit browsers the top line > moves on hover just a little bit. Except if you hover over the top row > most right picture. Then everything is ok and pictures change > perfectly. Cannot figure out why... A

Re: [css-d] CSS + Webkit question - moving elements

2010-06-30 Thread Fobin
Hi, Thanks for good advices. Forgot to clean the code properly. It now validates and I've also added the dimension to pictures so it wouldn't look like a big mess if it loads slowly. But the big thing is still there. In webkit browsers the top line moves on hover just a little bit. Except if you

[css-d] Extreme CSS typography

2010-06-30 Thread Gabriele Romanato
Hi! Quite exaggerating this time: http://onwebdev.blogspot.com/2010/06/extreme-css-typography.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] IE6 dropdown menu positioning

2010-06-30 Thread David Hucklesby
On 6/30/10 11:36 AM, Jennifer Nickerson wrote: > Hi All, > > Helping a friend out with developing a dropdown menu for a client. > The dropdown menu is positioned correctly in FF, Safari, IE8& 7 with > the help of some relative and absolute positioning along with giving > "#nav ul li a" a negative

Re: [css-d] IE6 dropdown menu positioning

2010-06-30 Thread David Laakso
Jennifer Nickerson wrote: > Helping a friend out with developing a dropdown menu for a client. The > dropdown menu is positioned correctly in FF, Safari, IE8 & 7 with the help > of some relative and absolute positioning along with giving "#nav ul li a" a > negative left margin (so it would sit und

Re: [css-d] css possibilities on a described layout - scrolling one given div

2010-06-30 Thread MEM
> Position: fixed [1] is what you want. Since you do not need to hit IE/6 the > file does not need to be in quirksmode, and no scripting ["IE expressions"] > needed. These are various examples by Anne van Kesteren [2]. This example by > George Sortun is a 3col layout based on Anne van Kesteren [3].

Re: [css-d] CSS + Webkit question - moving elements

2010-06-30 Thread Claude Needham
On Wed, Jun 30, 2010 at 1:56 PM, Fobin wrote: > Hi All, > > I'm trying to figure out why in earth few elements move when I change > them in javascript. Firefox shows it well but webkit browsers there is > little movement with the elements. You can see the site here: > > http://www.solarflare.fi/ja

[css-d] CSS + Webkit question - moving elements

2010-06-30 Thread Fobin
Hi All, I'm trying to figure out why in earth few elements move when I change them in javascript. Firefox shows it well but webkit browsers there is little movement with the elements. You can see the site here: http://www.solarflare.fi/jarjestovaenkoti/ Elements are those pictures of persons. On

[css-d] IE6 dropdown menu positioning

2010-06-30 Thread Jennifer Nickerson
Hi All, Helping a friend out with developing a dropdown menu for a client. The dropdown menu is positioned correctly in FF, Safari, IE8 & 7 with the help of some relative and absolute positioning along with giving "#nav ul li a" a negative left margin (so it would sit underneath the correct top m

Re: [css-d] css possibilities on a described layout - scrolling one given div

2010-06-30 Thread David Laakso
MEM wrote: > I have a layout structure problem in hands that I would love to deal > with, by using CSS but I'm not sure, if it can be done using only css. > And if it can, what will be a nice way for doing so. > > > > On the left side, we will have a menu. > On the right side, we will have a 100% h

Re: [css-d] css possibilities on a described layout - scrolling one given div

2010-06-30 Thread MEM
2010/6/30 Tim Climis : > That's the way i would do it.  It won't work in IE6, since that browser > doesn't support position: fixed.  so if you need it in that browser too, I > think you'll have to go with a script. > > ---Tim In this case, IE6 is not a requirement. Thanks for your opinion. The lay

Re: [css-d] css possibilities on a described layout - scrolling one given div

2010-06-30 Thread Tim Climis
> Probably a fixed position on the left side, and then, the scroll will > "seem" to affect only the right side? > That's the way i would do it. It won't work in IE6, since that browser doesn't support position: fixed. so if you need it in that browser too, I think you'll have to go with a sc

[css-d] css possibilities on a described layout - scrolling one given div

2010-06-30 Thread MEM
Hello all, I have a layout structure problem in hands that I would love to deal with, by using CSS but I'm not sure, if it can be done using only css. And if it can, what will be a nice way for doing so. So, I would like to ask list advice on this. I've seen last David Laakso sugestion on a pa