Re: [css-d] Navigation Woes

2006-03-11 Thread Richard Brown
Dear All Many thanks to Don and Els! I have played with the ideas a bit further and have now ended up with this. I feel the site is beginning to take shape and provides an excellent building platform. I am a bit worried that the header nav still drops down. Could folks check this for me

[css-d] reducing left margins/indent in lists

2006-03-11 Thread WV Mike
Greetings, At a screen rez of 800x600 the menu list will wrap the longest lines in IE 6. I would like to reduce the left margin/indent for the menu list to try to eliminate this but I can get no further. http://mbreiding.us/2006/menu_new2/mine.html Any ideas?? Thanks, -Mike

Re: [css-d] Clearing in IE6

2006-03-11 Thread Chris Ovenden
I can't replicate it either - IE6.0.2900.2180.xpsp_sp2_rtm.040803-2158 - but it might be worth changing the height: 1% fix to height:1px. The percent version is known to cause problems in some situations. Chris On 3/10/06, Bruce MacKay [EMAIL PROTECTED] wrote: Hi folks, Some IE 6 users of one

Re: [css-d] Template checks and an annoying little IE6 problem

2006-03-11 Thread Gunlaug Sørtun
J Hodge wrote: This project is almost wrapped up, but I was hoping that I could get some input regarding how it displays in the various browsers. I'm particularly interested in how it displays for Mac and *nix. http://mercury.walagata.com/w/freecyclemwo/6152750.html

[css-d] Print styles problem

2006-03-11 Thread Charlie Clark
Dear list, I have been struggling with setting up a print style sheet for a website and preventing some sections from printing. This is top of my stylesheet: style type=text/css #navigation, #header, #picture, #impressum { display: none; } I would expect that this would prevent any content

Re: [css-d] Website critique

2006-03-11 Thread Donna Jones
Keith Cox wrote: Would appreciate any comments or suggestions on any aspect of my (first) website design, I have tested using the most popular browsers on my Mac, but only IE5, Firefox 1.04 and Opera 8 on windows. http://website1.keithcoxdesign.com Thanks all! Hi Keith: very nice. one

[css-d] Bulletproof Web Design - Rounded Box

2006-03-11 Thread [EMAIL PROTECTED]
I am trying to replicate the rounded (edged) box technique from an example in Bulletproof Web Design, chapter 5. With minor changes I have a vertically expandable box working -- www.dottedi.biz/codesamples/expandable-rounded-fixed.html However I can't get the horizonally flexible example to

Re: [css-d] Navigation Woes

2006-03-11 Thread Holly Bergevin
From: Richard Brown [EMAIL PROTECTED] I am a bit worried that the header nav still drops down. Could folks check this for me please? http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/coachworks/ style.css The problem you're having in IE is that you've

[css-d] How to limit table cell height (GMail style)

2006-03-11 Thread Jesper Rønn-Jensen
Hope you can help me with this. I want to limit a table cell height to only one line of text. My example below does not work - any height on td is simply ignored if content is long. Problem here (according to for instance http://annevankesteren.nl/2004/01/css-tables ) is that CSS specification

[css-d] RH column flickers in IE/Win (repost)

2006-03-11 Thread 2geedesign
Hi Website address is http://www.abglazing.co.uk/ CSS is http://www.abglazing.co.uk/stylesheets/main-style.css I have designed a liquid two column layout with the navbar contained in the RH column. In IE6/Win the right hand column flickers as you navigate around the site. This doesn't

Re: [css-d] How to limit table cell height (GMail style)

2006-03-11 Thread Michael Clayton
So my question is: How is this solved in for instance GMail where content i only one line high (and additional overflowing content is hidden). Please share your thoughts on this, and if you could point me to any information on how to solve this. I've run into similar problems, and my solution

Re: [css-d] RH column flickers in IE/Win (repost)

2006-03-11 Thread Charlie Clark
On Sat, 11 Mar 2006 17:54:43 +0100, 2geedesign [EMAIL PROTECTED] wrote: Hi Website address is http://www.abglazing.co.uk/ CSS is http://www.abglazing.co.uk/stylesheets/main-style.css I have designed a liquid two column layout with the navbar contained in the RH column. In IE6/Win the

Re: [css-d] Bulletproof Web Design - Rounded Box

2006-03-11 Thread francky
[EMAIL PROTECTED] wrote: I am trying to replicate the rounded (edged) box technique from an example in Bulletproof Web Design, chapter 5. With minor changes I have a vertically expandable box working -- www.dottedi.biz/codesamples/expandable-rounded-fixed.html However I can't get the

Re: [css-d] RH Column flickers in IE

2006-03-11 Thread Holly Bergevin
From: 2geedesign [EMAIL PROTECTED] Hi Website address is http://www.abglazing.co.uk/ CSS is http://www.abglazing.co.uk/stylesheets/main-style.css In IE6/Win the right hand column flickers as you navigate around the site. This doesn't happen in FF or Netscape. Cause and solution would be very

Re: [css-d] How to limit table cell height (GMail style)

2006-03-11 Thread Jesper Rønn-Jensen
On 3/11/06, Michael Clayton [EMAIL PROTECTED] wrote: I've run into similar problems, and my solution has been to put a div inside the td Thank you very much for your feedback. I really appreciate it. Just one thing might prevent me from using your trick: The table in this particular case is

Re: [css-d] reducing left margins/indent in lists

2006-03-11 Thread ~davidLaakso
WV Mike wrote: Greetings, At a screen rez of 800x600 the menu list will wrap the longest lines in IE 6. I would like to reduce the left margin/indent for the menu list to try to eliminate this but I can get no further. http://mbreiding.us/2006/menu_new2/mine.html Any ideas?? No.

Re: [css-d] RH column flickers in IE/Win (repost)

2006-03-11 Thread Design Groups
Something I have found - and I don't know why this is - but if you remove the background-position from your #wrapper div in your stylesheet, the flicker will stop. For some reason - even if your page is set to reload every visit, in IE, if you have the background position set, it'll make the

Re: [css-d] RH column flickers in IE/Win (repost)

2006-03-11 Thread 2geedesign
Hi Shelly Thanks for your response but I can't remove the background-position since the design is based upon using faux columns and so is needed to accurately position the background image. Cheers Ian - Original Message - From: Design Groups [EMAIL PROTECTED] To:

Re: [css-d] reducing left margins/indent in lists

2006-03-11 Thread Roger Roelofs
Mike, On Mar 11, 2006, at 8:12 AM, WV Mike wrote: At a screen rez of 800x600 the menu list will wrap the longest lines in IE 6. I would like to reduce the left margin/indent for the menu list to try to eliminate this but I can get no further. http://mbreiding.us/2006/menu_new2/mine.html

[css-d] tools for determining results of the cascade

2006-03-11 Thread David McFarland
I'm trying to find CSS tools that help you determine the results of inheritance and the cascade for elements on a Web page. So far, I've only found a few tools that help with this: --Dreamweaver 8: CSS Styles Panel can 1. list all styles that are inherited by an element 2. determine the

Re: [css-d] Print styles problem

2006-03-11 Thread Charlie Clark
On Sat, 11 Mar 2006 21:36:41 +0100, Roger Roelofs [EMAIL PROTECTED] wrote: I would expect that this would prevent any content in the sections #navigation, #header, #picture, #impressum from printing and this is exactly how Opera 8.5 works. Both Firefox 1.5 and IE 6.0, however, print the

Re: [css-d] Bulletproof Web Design - Rounded Box

2006-03-11 Thread francky
francky wrote: [...] Without looking at your code, I think I've something for every kind of flexible box: http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm A small combined image should be enough. Have a look and see what you can use! Now had a look at your code:

[css-d] Site Check

2006-03-11 Thread Martin Petrov
www.speakingofresults.com My first web site using WordPress. The rich text editor is suitable for the client who isn't very technical oriented. But the code produced by the editor is ugly. My main concern is that the site is optimized for 1024x768, and with smaller resolutions the center column

Re: [css-d] Site Check

2006-03-11 Thread francky
Martin Petrov wrote: www.speakingofresults.com http://www.speakingofresults.com/ My first web site using WordPress. The rich text editor is suitable for the client who isn't very technical oriented. But the code produced by the editor is ugly. My main concern is that the site is optimized for

Re: [css-d] tools for determining results of the cascade

2006-03-11 Thread Jim Nannery
Afternoon David You wrote I'm trying to find CSS tools that help you determine the results of inheritance and the cascade for elements on a Web page. So far, I've only found a few tools that help with this: --Dreamweaver 8: CSS Styles Panel can 1. list all styles that are inherited by an

Re: [css-d] Site Check

2006-03-11 Thread ~davidLaakso
Martin Petrov wrote: www.speakingofresults.com [...] My main concern is that the site is optimized for 1024x768, and with smaller resolutions the center column is resized and the three photos doesn't stay on the same line. [...] Thank you! I regret there are problems. Embracing the

[css-d] Help with Search Bar Sizing

2006-03-11 Thread Chris Williams
I'm trying to get a search bar at the top of each page. But I don't want it to take over the world... I want a relatively small entry field with a reasonably sized search button just to the right of the text entry box. This will live on the right side, with my breadcrumbs on the left. So I

Re: [css-d] Help with Search Bar Sizing

2006-03-11 Thread Gunlaug Sørtun
Chris Williams wrote: ... So I have a trivial form with an input type of text, and an input type of submit with Search on it. Easy stuff, and functionally it works fine. Then why is this so dang hard to position/size correctly? :) Probably because you're not supposed to be able to do much

Re: [css-d] Help with Search Bar Sizing

2006-03-11 Thread Chris Williams
Doh sound of hand hitting forehead... of course, I forgot to check the wiki first. Sorry... -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] For more information... http://css-discuss.incutio.com/?page=FormElements

Re: [css-d] Site Check - speaki

2006-03-11 Thread Felix Miata
On 06/03/11 17:40 Martin Petrov apparently typed: www.speakingofresults.com My main concern is that the site is optimized for 1024x768, and with smaller resolutions the center column is resized and the three photos doesn't stay on the same line. Could you please tell me if you use 1024x768

Re: [css-d] Print styles problem

2006-03-11 Thread Roger Roelofs
Charlie, On Mar 11, 2006, at 4:30 PM, Charlie Clark wrote: On Sat, 11 Mar 2006 21:36:41 +0100, Roger Roelofs [EMAIL PROTECTED] wrote: I would expect that this would prevent any content in the sections #navigation, #header, #picture, #impressum from printing and this is exactly how Opera

Re: [css-d] tools for determining results of the cascade

2006-03-11 Thread francky
Jim Nannery wrote: Afternoon David You wrote [...] I'm trying to find CSS tools that help you determine the results of inheritance and the cascade for elements on a Web page. So far, I've only found a few tools that help with this: --Dreamweaver 8: CSS Styles Panel [...] --Style Master from

Re: [css-d] Site Check

2006-03-11 Thread Christian Montoya
On 3/11/06, Martin Petrov [EMAIL PROTECTED] wrote: www.speakingofresults.com My first web site using WordPress. The rich text editor is suitable for the client who isn't very technical oriented. But the code produced by the editor is ugly. What do you find wrong with the code? There are

[css-d] IE6 Multiple Class Bug - Order of Declaration Seems to Matter?

2006-03-11 Thread Byronsbyte
Greetings all, I think I've run into a another problematic behavior with IE6's classed divs. It's the Multiple Class bug but this behavior is new to me. What I observed was that IE seems to have a precise hierarchy for classed divs (which is all good and well) but it creates all kinds of

Re: [css-d] IE6 Multiple Class Bug - Order of Declaration Seems toMatter?

2006-03-11 Thread Els
[EMAIL PROTECTED] wrote: I think I've run into a another problematic behavior with IE6's classed divs. It's the Multiple Class bug but this behavior is new to me. #innerWrapper /* the div unclassed */ width:770px; /* child of innerWrapper */ #innerWrapper.HOGAR /* 1st