Re: [css-d] Vertically aligning image and text

2005-09-30 Thread Uwe Kaiser
On 30.09.2005 04:55, JJ wrote: I need to display a map legend. This consists of a vertical list of images with a text explanation (never more than a few words) immediately to the right of each image. What is best way to display the image (26px tall) and then the text (about 12px tall) on the

Re: [css-d] Vertically aligning image and text

2005-09-30 Thread Kelly Miller
JJ wrote: I need to display a map legend. This consists of a vertical list of images with a text explanation (never more than a few words) immediately to the right of each image. What is best way to display the image (26px tall) and then the text (about 12px tall) on the same line, with the

[css-d] Anyone know of a good usability list

2005-09-30 Thread Aaron Roberson
I am looking for a list that is as good as this one but for usability issues. Anyone know of such a list? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

Re: [css-d] Site check: Onlinetools.org redesign

2005-09-30 Thread Christian Montoya
Understood, but FOUC is kind of undesirable on this site, considering that the content is meant to be hidden on page load. It makes one wonder, where did the content go? On 9/30/05, David Hucklesby <[EMAIL PROTECTED]> wrote: > > On Thu, 29 Sep 2005 13:44:36 -0400, Christian Montoya wrote: > (re: h

Re: [css-d] Site check: Onlinetools.org redesign

2005-09-30 Thread David Hucklesby
On Thu, 29 Sep 2005 13:44:36 -0400, Christian Montoya wrote: (re: http://onlinetools.org/indx.php) > Wow, more problems... > > testing Opera 8, first of all, huge FOUC (flash of unstyled content). > Should fix that. > Fixing FOUC in Opera may be an exercise in frustration. Opera is my default brow

[css-d] Re: IE Gaps under horiz navs drivin me cwazy

2005-09-30 Thread casmussen
>Clint wrote: Hey folks, Im havin a bear of a time trying to remove two approx 5px gaps >under my navcontainers (top nav and bottom) >here is the dev page: >http://aenonfiredesign.com/clients/pce/templates/exam.php >both of the unwanted gaps are below each nav. I see the gap in IE and Firefox 1

[css-d] Ul Question

2005-09-30 Thread Julie Davis
Hello All! I have a UL in my stylesheet that I have placed the following style on: #rightcontent2 ul{ line-height:20px; list-style-type:square; list-style-position:inherit; margin-left:0px; padding-left:15px; } For some reason when it displays in

Re: [css-d] User Defined Print CSS

2005-09-30 Thread Paul Debban
On 9/30/05, Shane <[EMAIL PROTECTED]> wrote: > ...Is is possible to have multiple user selectable print > stylesheets such as a "content only" and a "full page layout"? ... In my opinion, the most robust method of accomplishing this would be to set a session variable on your server and serve the a

Re: [css-d] User Defined Print CSS

2005-09-30 Thread Christian Heilmann
> I have a client that is interested in having a "print preferences page" on > his company website. Is is possible to have multiple user selectable print > stylesheets such as a "content only" and a "full page layout"? Or possibly > have a single print stylesheet that has classes you can change vis

Re: [css-d] Vertically aligning image and text

2005-09-30 Thread Donna Casey
JJ wrote: What is best way to display the image (26px tall) and then the text (about 12px tall) on the same line, with the text vertically aligned at the middle of each image? .listbox li { clear: both; padding-top: .5em; list-style-type: none; line-height: 56px

[css-d] IE6 drop down menu flicker

2005-09-30 Thread Kara Taylor
I'm experiencing the IE6 Flicker bug on a drop down menu. The background image is set on the submenu's ul element, and IE6 users with the cache set to check for newer versions "every visit to the page" are flickering away. I used Dean Edwards' server fix http://dean.edwards.name/my/flicker.ht

[css-d] User Defined Print CSS

2005-09-30 Thread Shane
I have a client that is interested in having a "print preferences page" on his company website. Is is possible to have multiple user selectable print stylesheets such as a "content only" and a "full page layout"? Or possibly have a single print stylesheet that has classes you can change visibility

Re: [css-d] columns of lists

2005-09-30 Thread Steve Clay
Friday, September 30, 2005, 9:59:50 AM, Kristina Floyd wrote: > the column headings need to be level with each other. > > I can not touch the markup. You'll need to add classes to the 4 top level LIs via Javascript, then something like: .li1, .li2, .li3, .

Re: [css-d] Floating rounded boxes

2005-09-30 Thread Richard Brown
Hi Ulf That was perfect - thanks for sorting it out. Please see http://resource.cregy.net for the finished result. Enjoy your weekend. On 30 Sep 2005, at 12:43, Ulf Mayer wrote: Set the div.raised floated. float: left; after floating you need to clear them again maybe with a or you set the

[css-d] columns of lists

2005-09-30 Thread Kristina Floyd
Dear List I am trying to create a two column list, that displays the sitemap. The content is being generated by a CMS and I have no control over the number of items in each list, but the column headings need to be level with each other.

Re: [css-d] Safari - Layer appears sometimes, not others

2005-09-30 Thread Tom Livingston
On Fri, 30 Sep 2005 03:48:57 -0400, Travis Nep Smith <[EMAIL PROTECTED]> wrote: Safari wouldn't unhide a layer using JavaScript, if the parent layer was still set to be hidden Sounds logical to me. It's in a container that's hidden, so it's hidden. -- Tom Livingston Senior Multimedia Artis

Re: [css-d] inline elements, border-bottom and IE 6

2005-09-30 Thread Steve Clay
Friday, September 30, 2005, 4:26:56 AM, victor NOAGBODJI wrote: > Souldn't border-bottom be applied to inline element since IE 5??=20 > It doesn't seem to work with IE 6.0 there Missing border problems in IE => try triggering hasLayout. On inline elements, try display:inline-block (serve just to I

Re: [css-d] pre

2005-09-30 Thread David Laakso
Gunlaug Sørtun wrote: David Laakso wrote: For (lte) IE6: pre {overflow-y: visible;} ...should work for you too.. regards Georg Added to overflow-y: visible; in cc's. Helps a lot. Thanks, Georg. ~d -- David Laakso http://www.dlaakso.com ___

[css-d] Floating rounded boxes

2005-09-30 Thread Richard Brown
Hi All I am using Stu Nicholls rounded corner designs. I am placing two boxes inside another. Please see: http://resource.cregy.net/ The css is embedded. What I would like to be able to do is to shift the two boxes so that they are alongside each other, not under each other. Is this possibl

Re: [css-d] Explanation of Spans

2005-09-30 Thread ilduca69
Il giorno 30/set/05, alle ore 05:14, Jeff Rechten ha scritto: I have been sing CSS for the last year and I feel fairly versed in getting some rather complex sites up and validated. One thing I never really wrapped my head around just yet is what circumstances you would use a style and what it

Re: [css-d] Vertically aligning image and text

2005-09-30 Thread Philippe Wittenbergh
On 30 Sep 2005, at 11:55 am, JJ wrote: I need to display a map legend. This consists of a vertical list of images with a text explanation (never more than a few words) immediately to the right of each image. What is best way to display the image (26px tall) and then the text (about 12px tal

[css-d] inline elements, border-bottom and IE 6

2005-09-30 Thread victor NOAGBODJI
hello, Souldn't border-bottom be applied to inline element since IE 5??=20 It doesn't seem to work with IE 6.0 there (I don't have IE 5to try the = code). // code (excerpt) #header a { color: #6c6c6c; text-decoration: none; border-bottom: 1px = solid #6c6c6c; } ... rencontres ...

Re: [css-d] Safari - Layer appears sometimes, not others

2005-09-30 Thread Travis Nep Smith
Turns out it was a nested layer bug -- Safari wouldn't unhide a layer using JavaScript, if the parent layer was still set to be hidden. To get around it, I unnested the layers. Thanks for the idea to change the close link, too. TTFN Travis At 2005/09/27, Christian Heilmann Said unto me: My