Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-22 Thread Erik Visser
Philip Taylor schreef op 22-05-15 om 10:59: No. In simpler words, as the widths of the individual columns add to exactly 100%, it is not at all clear to me when one or more of those columns might appear /underneath/ another column rather than alongside (ignoring rounding issues). Talking abou

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-22 Thread Philip Taylor
Erik Visser wrote: > Philip Taylor schreef op 22-05-15 om 10:28: > >> Given that the latter three add to exactly 100%, and ignoring rounding >> issues, in what circumstances (if any) would you expect them to exploit >> their floatability ? > > I am not a native English speaker. (guess you alre

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-22 Thread Erik Visser
Philip Taylor schreef op 22-05-15 om 10:28: Given that the latter three add to exactly 100%, and ignoring rounding issues, in what circumstances (if any) would you expect them to exploit their floatability ? I am not a native English speaker. (guess yoiu already noticesd) So to be shure. If i

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-22 Thread Philip Taylor
Erik Visser wrote: > The current main structure is 3 columns (percentage based) in a wrapper. > Completed with a header and footer. Main css for the columns: > > #wrap{width:100%; height:auto; float:left; margin:1.25rem 0 1rem 0;} > #left{width:20%; height:auto; float:left; margin:0 0 0 0.6rem;

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-22 Thread Erik Visser
Georg schreef op 21-05-15 om 17:46: You do not have to make your page responsive on wide screens, in order to make it fit narrow screens. I suggest you manipulate the original design through a series of mediaqueries, to make it work on narrower screens. That is: a "mobile last" approach that ma

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Greg Gamble
Visser Sent: Thursday, May 21, 2015 2:32 AM To: css-d@lists.css-discuss.org Subject: [css-d] making a site responsive - first step: making it all fluid Hi all, Thanks so for help and tips on making a site responsive. This is the site i have to make a responsive version for: http://www.utrechtsyo

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Georg
Den 21.05.2015 05:31, skrev Erik Visser: Hi all, Thanks so for help and tips on making a site responsive. This is the site i have to make a responsive version for: http://www.utrechtsyogacentrum.nl Hi Erik, You do not have to make your page responsive on wide screens, in order to make it f

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Philip Taylor
Erik Visser wrote: > This is the result so far: http://beta.utrechtsyogacentrum.nl > > How does this look on your different systems? > > Any comments are welcome. Not good as the window narrows : the left navigation aids overlap both the vertical dashed divider line and the text to the right

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Tom Livingston
Small screen has issues still. I assume you know this. iPhone 6+: http://tomliv.com/css-d/IMG_0162.PNG On Thu, May 21, 2015 at 5:31 AM, Erik Visser wrote: > Hi all, > > Thanks so for help and tips on making a site responsive. > > This is the site i have to make a responsive version for: > http:

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread MiB
21 maj 2015 kl. 11:31 skrev Erik Visser : > This is the result so far: http://beta.utrechtsyogacentrum.nl > > How does this look on your different systems? Looks sort of alright on the computer. That the left column overlaps into the main column at more narrow widths, like on a modern iPhone is

[css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Erik Visser
Hi all, Thanks so for help and tips on making a site responsive. This is the site i have to make a responsive version for: http://www.utrechtsyogacentrum.nl Reading all information provided i thought making the existing site completely fluid would be a good first step. This is the result s