[css-d] Listings ol and li spacing

2009-06-22 Thread BobSharp
Sorry - typo http://ttphp.open.ac.uk/~bs3578/test1/Week07_05-01.php BobSharp wrote: How would you decrease the inherant spacing between headings on ol: lines and the listings on li: lines ? - Original Message - From: Tim Snadden li...@snadden.com To: Css-Discussion Group

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread Philippe Wittenbergh
On Jun 22, 2009, at 5:51 PM, BobSharp wrote: Sorry - typo http://ttphp.open.ac.uk/~bs3578/test1/Week07_05-01.php Have you tried the obvious solution(s) : play with margins on the h4 and the ol ? e.g. h4 {margin:.5em 0;} ol {padding: 0 0 0 2em; margin: .5em 0;} Philippe --- Philippe

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread Paul Novitski
At 6/22/2009 01:51 AM, BobSharp wrote: http://ttphp.open.ac.uk/~bs3578/test1/Week07_05-01.php BobSharp wrote: How would you decrease the inherant spacing between headings on ol: lines and the listings on li: lines ? To begin, clean up your markup by removing the BReak tags from

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread Tim Snadden
On 22/06/2009, at 9:43 PM, Paul Novitski wrote: 3) LI is by default a block-level element, It's probably worth mentioning that the default display property of 'li' is list-item, not block. That's not to take away from the rest of the advice though.

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread Paul Novitski
At 6/22/2009 03:12 AM, Tim Snadden wrote: On 22/06/2009, at 9:43 PM, Paul Novitski wrote: 3) LI is by default a block-level element, It's probably worth mentioning that the default display property of 'li' is list-item, not block. That's not to take away from the rest of the advice though.

Re: [css-d] Firefox Mac font spacing

2009-06-22 Thread Andrew Frazier
On Thu, 18 Jun 2009 01:06:09 +0100, David Laakso da...@chelseacreekstudio.com wrote: Andrew Frazier wrote: On this page: http://organized.gloderworks.net/indexnew.php (stylesheets here: http://organized.gloderworks.net/stylesheet.css and here:

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread David Laakso
BobSharp wrote: How would you decrease the inherant spacing between headings on ol: lines and the listings on li: lines ? http://ttphp.open.ac.uk/~bs3578/test1/Week08_05-01.php Some methods for setting lists for those who can't read and learn best by example (like

[css-d] 'Local proxy' tool to aid in CSS development of dynamic sites

2009-06-22 Thread Oliver Secluna
Hi, I work for an enterprise-level ecommerce platform and we have separated our site build process into two phases - functionality and look-and-feel (or you could say separate content and style). The html and any javascript is completed as much as possible during the functionality phase, so

[css-d] Can view in Safari but not Firefox

2009-06-22 Thread Ellen Heitman
I know it's hard to determine without seeing the actual site, but I don't have a test site up yet. Just wondering if anyone can see anything immediately wrong with the following CSS, in terms of it appearing in Mozilla. It appears perfectly well in Safari. #timelinebkgd { background:

Re: [css-d] Can view in Safari but not Firefox

2009-06-22 Thread divya manian
On Mon, Jun 22, 2009 at 8:15 AM, Ellen Heitmanellen.heit...@gmail.com wrote: #timelinebkgd { background: url(images/timeline_bkgd.jpg); width: 689px; height:653px; position:absolute; top:24px; left:12px; z-index:5; margin:0 auto; text-align:center; } Any ideas as to what the problem

[css-d] adjusting overall size in css?

2009-06-22 Thread Jenni Beard
Hi all, I'm having yet another problem with the site I'm working on. It seemed perfect, then I was told that the person viewing it could not see the entire site (width) on his computer monitor. I verified that this is not a very old monitor. I probably should try to make the overall

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread Rod Castello
--- On Mon, 6/22/09, Jenni Beard je...@lowcountrybunny.com wrote: From: Jenni Beard je...@lowcountrybunny.com Subject: [css-d] adjusting overall size in css? To: css-d@lists.css-discuss.org Date: Monday, June 22, 2009, 5:02 PM So my question is, is there a way to make the site stay the same size

Re: [css-d] Listings ol and li spacing

2009-06-22 Thread David Laakso
David Laakso wrote: BobSharp wrote: How would you decrease the inherant spacing between headings on ol: lines and the listings on li: lines ? http://ttphp.open.ac.uk/~bs3578/test1/Week08_05-01.php PS Once you get that straightened out, try making your list

[css-d] IE7 bugs

2009-06-22 Thread Joseph Sims
I have a site in the works... http://www.titancom.net/dev/hec/JS/index.html In IE7 the footer won't obey the clear of all floated elements - example:http://www.titancom.net/dev/hec/JS/k13.html . And the left sidebar carries white all the way down the page... obscuring the background that is

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread Felix Miata
On 2009/06/22 13:02 (GMT-0400) Jenni Beard composed: I'm having yet another problem with the site I'm working on. It seemed perfect, then I was told that the person viewing it could not see the entire site (width) on his computer monitor. I verified that this is not a very old monitor. I

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread Ed Seedhouse
On Mon, Jun 22, 2009 at 11:23 AM, Rod Castelloflashju...@sbcglobal.net wrote: So my question is, is there a way to make the site stay the same size on a larger monitor but automatically shrink down on a smaller one? http://fossilbyte.com/1/index.html Well, if you just leave block elements

Re: [css-d] Can view in Safari but not Firefox

2009-06-22 Thread Tim Snadden
On 23/06/2009, at 3:15 AM, Ellen Heitman wrote: I know it's hard to determine without seeing the actual site, but I don't have a test site up yet. Just wondering if anyone can see anything immediately wrong with the following CSS, in terms of it appearing in Mozilla. It appears perfectly

[css-d] Tab layout problem

2009-06-22 Thread John
Hi all, I'm seeing if I can get a tabbed layout to work: http://www.donann.co.uk/new_site/tabs1.html What I've got so far works okay to a certain degree in Firefox/Opera/Safari (IE6 is not okay but I'm not to worried about that at the moment). I've used div's with height 1px to make the

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread David Laakso
Jenni Beard wrote: So my question is, is there a way to make the site stay the same size on a larger monitor but automatically shrink down on a smaller one? http://fossilbyte.com/1/index.html Jenni Yes, it is possible. And relatively easy when using text, and foreground

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread David Hucklesby
Jenni Beard wrote: I'm having yet another problem with the site I'm working on. It seemed perfect, then I was told that the person viewing it could not see the entire site (width) on his computer monitor. I verified that this is not a very old monitor. I probably should try to make

Re: [css-d] Tab layout problem

2009-06-22 Thread Tim Snadden
On 23/06/2009, at 8:23 AM, John wrote: I couldn't Google any information towards a layout like this, any pointers to pages that might help would be greatfully received! Really? I just tried a few searches: 'CSS tabs', 'CSS tabbed interface', 'CSS tabs rounded corners'. It's a very

Re: [css-d] Tab layout problem

2009-06-22 Thread Al Sparber
From: Tim Snadden li...@snadden.com Really? I just tried a few searches: 'CSS tabs', 'CSS tabbed interface', 'CSS tabs rounded corners'. It's a very common design that has been done by many people before. Have another look. Here are a couple of the links that came up.

Re: [css-d] adjusting overall size in css?

2009-06-22 Thread david
David Hucklesby wrote: FWIW - I assist at a computer training workshop. A number of students set the resolution to 800 by 600 to make the text bigger. I imagine that's what they do at home, too. My boss does that on his brand-new Dell business laptop (1440x960 native resolution) even when he