Re: [css-d] Recommended css font settings

2013-02-23 Thread Koen van der Drift
Check out this article: http://www.smashingmagazine.com/2009/08/20/typographic-design-survey-best-practices-from-the-best-blogs/, it has a lot of useful info. There are also some good articles on the IA website on typography. - Koen. On Feb 23, 2013, at 5:31, John wasteland.t...@gmail.com

Re: [css-d] Recommended css font settings

2013-02-23 Thread Koen van der Drift
Sorry for the confusion, IA is http://informationarchitects.net/ - Koen. On Feb 23, 2013, at 9:39, Charles Miller chuckmil...@new.rr.com wrote: On Feb 23, 2013, at 7:46 AM, Koen van der Drift koenvanderdr...@gmail.com wrote: Check out this article: http://www.smashingmagazine.com/2009

Re: [css-d] Responsive navigation menu as in Wordpress

2013-01-26 Thread Koen van der Drift
not sure what you mean by off canvas approach? - Koen. On Jan 24, 2013, at 19:51, Philippe Wittenbergh e...@l-c-n.com wrote: Le 25 janv. 2013 à 01:22, Koen van der Drift koenvanderdr...@gmail.com a écrit : I am looking to transfer a navigation list into a menu that many Wordpress pages

Re: [css-d] Responsive navigation menu as in Wordpress

2013-01-25 Thread Koen van der Drift
On Jan 24, 2013, at 7:51 PM, Philippe Wittenbergh e...@l-c-n.com wrote: Everybody seems to suggest those select menu solutions. I personally find those horrible to use Have you looked into other design patterns ? For example some of those listed under the 'navigation' heading:

Re: [css-d] Responsive navigation menu as in Wordpress

2013-01-24 Thread Koen van der Drift
://wordpress.org/extend/plugins/responsive-select-menu/ Hakan KIRKAN IT Manager http://miamirealestateinc.com Miami/ FL On Thu, Jan 24, 2013 at 11:22 AM, Koen van der Drift koenvanderdr...@gmail.com wrote: I am looking to transfer a navigation list into a menu that many Wordpress pages have

Re: [css-d] Responsive navigation menu as in Wordpress

2013-01-24 Thread Koen van der Drift
No, what I mean does not have that type of menu. The 'hongkiat' tutorial that Hakan posted is more what I had in mind. - Koen. On Jan 24, 2013, at 12:04, Tom Livingston tom...@gmail.com wrote: This? http://tinynav.viljamis.com/ On Thu, Jan 24, 2013 at 11:37 AM, Koen van der Drift

Re: [css-d] bullets not behaving

2012-12-14 Thread Koen van der Drift
By looking at the screenshot, one can assume they should all be lined up with each other. They are within each section, but there is an offset between some of the sections. - Koen. On Dec 14, 2012, at 9:13, Philip TAYLOR p.tay...@rhul.ac.uk wrote: Barney Carroll wrote: What do you

Re: [css-d] no ul list style with reset.css

2012-11-04 Thread Koen van der Drift
On Sun, Nov 4, 2012 at 9:42 AM, Beth Lee callib...@gmail.com wrote: By using the selector .test ul, you are mistakenly targeting the ul child of some element styled with class test. But you want to target the ul element that itself bears the class test, so the proper selector is ul.test.

Re: [css-d] How to prevent the content to be wider than the header?

2012-10-08 Thread Koen van der Drift
After thinking a bit more about this, what I probably need to use is a media query, that aligns the banner either to the left or in the center based on the screen size. - Koen On Sun, Oct 7, 2012 at 10:56 PM, Jay Tanna jta...@rocketmail.com wrote: I'm building a website using responsive

[css-d] How to prevent the content to be wider than the header?

2012-10-07 Thread Koen van der Drift
I'm building a website using responsive design and HTML5 and would like the content not to exceed the width of the banner in the header. The banner was provided by the client, and I am using the following code to implement it: background: url(../images/banner.png) left no-repeat; Now if

Re: [css-d] nav bar: how to move one item all the way to the right?

2011-07-25 Thread Koen van der Drift
{ postition: absolute; right: 0; } Make sure the padding-right on nav is sufficient. Regards, Chetan Crasta On Sat, Jul 23, 2011 at 6:29 PM, Koen van der Drift koenvanderdr...@gmail.com wrote: Hi, I have a working nab bar and want to move the right most item all the way to the right. I

[css-d] nav bar: how to move one item all the way to the right?

2011-07-23 Thread Koen van der Drift
Hi, I have a working nab bar and want to move the right most item all the way to the right. I tried the following: nav ul li…. [insert links here] lia href=../rightlink.html class=rightitemallright/a/li /ul /nav nav ul { margin: 0;

[css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Koen van der Drift
Hi, I was trying to look at a tutorial about drop down menu's from http://www.htmldog.com (called Son of Suckerfish), but all I get are 403 errors (Forbidden, You don't have permission to access / on this server). Is this website still active, and if not, is there another place where I can find

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Koen van der Drift
It's working here now too. Must have been a glitch. - Koen. On Mon, Jun 27, 2011 at 11:39 AM, Nick Fitzsimons n...@nickfitz.co.uk wrote: On 27 June 2011 15:20, Koen van der Drift koenvanderdr...@gmail.com wrote: I was trying to look at a tutorial about drop down menu's from http

[css-d] text near bottom of div?

2011-06-22 Thread Koen van der Drift
Hi, I have a background image for my header (banner), and would like to put some text in the bottom right corner of the image. I can't figure out how to align the text near the bottom of the picture (or header div). See below for the html and css I am using now. div id=header h1My website/h1