[css-d] Born again CSS

2007-05-31 Thread Luc
Good morning list, After over 1 year of not messing with CSS i'm picking up CSS-design again and i'm stunned of how much i already forgot. I'm doing a mockup at the moment involving floats and they go crazy on me. On resizing the viewport the center float jumps down ... is there a kind

Re: [css-d] Born again CSS

2007-06-03 Thread Gate Wizard
On 5/31/07, Luc <[EMAIL PROTECTED]> wrote: > > Good morning list, > > After over 1 year of not messing with CSS i'm picking up CSS-design > again and i'm stunned of how much i already forgot. I'm doing a > mockup at the moment involving floats and they go crazy on me. > > On resizing the viewport t

Re: [css-d] Born again CSS

2007-06-04 Thread Luc
Good evening Gate, It was foretold that on 3/6/2007 @ 13:58:54 GMT-0400 (which was 14:58:54 where I live) Gate Wizard would write: > have you tried: http://css-discuss.incutio.com/?page=FloatLayouts Yup, even tried the solution given by Sarah but to no avail ... still having the same problem

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
What is the desired outcome when the screen gets small? A) The screen gets a horizontal scrollbar when a certain minimum width is reached? B) The elements overlap each other? And also, what happens if the screen resolution is very large. What is the intended results? Glen On 6/4/07, Luc <[EMAI

Re: [css-d] Born again CSS

2007-06-04 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 15:33:09 GMT-0700 (which was 19:33:09 where I live) Glen Lipka would write: Hi Glen, > What is the desired outcome when the screen gets small? sorry if i didn't make myself clear (and sorry for all on the list) > A) The screen gets a ho

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
How about something like this? http://www.commadot.com/jquery/min-width.htm Although, I feel like this is a little ugly. Look at the code with a table: http://www.commadot.com/jquery/min-width-table.htm Doesn't that seem easier to manage? Glen On 6/4/07, Luc <[EMAIL PROTECTED]> wrote: > > Go

Re: [css-d] Born again CSS

2007-06-04 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:18:55 GMT-0700 (which was 21:18:55 where I live) Glen Lipka would write: > How about something like this? > http://www.commadot.com/jquery/min-width.htm That's the thing i'm after Glenn!! > Look at the code with a table: > http:

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
Oh, good. Also, check out some of the CSS Layouts around the web. They help. Its impossible to memorize all this stuff. Example: http://www.cssplay.co.uk/layouts/3cols2.html# Glen On 6/4/07, Luc <[EMAIL PROTECTED]> wrote: > > Good evening Glen, > It was foretold that on 4/6/2007 @ 17:18:55 GMT-0

Re: [css-d] Born again CSS

2007-06-05 Thread Sarah Atkinson
It looks fine here. What size monitor are you using? Maybe you need to resize some things I'm using a very large and wide monitor. But if I size the window down a little then the image with the truck jumps to the next line. Also you might want to play around with your margins and paddings a littl

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: > Oh, good. oops... forgot the link http://www.dzinelabs.com/projects/MP/Pages/test2 Css embedded -- Best regards, Luc _ http:/

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: > Oh, good. Well, it seems i was a bit to hastyunfortunately the div called #round goes to pieces when i resize the viewport: it looses the rounding edg

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Sarah, It was foretold that on 5/6/2007 @ 10:04:46 GMT-0400 (which was 11:04:46 where I live) Sarah Atkinson would write: > What size monitor are you using? I'm using 1440 x 900. But thanks to Glen, things are falling into place, except the round div: that looses its round e

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: > Oh, good. Well, i made some progress: adding the following code to the #round made the left side behave as it should behave, i.o.w. the round side keeps rou