Re: [css-d] IE absolute and relative height problem

2008-10-20 Thread Alex Cole
Sorry, the above is a XHTML DTD, use this one instead: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; -- Regards, Thierry | http://www.TJKDesign.com Gunlaug Sørtun wrote: Declaring 'overflow: hidden' on .inner doesn't work

Re: [css-d] IE-7: background not getting centered

2008-10-20 Thread Gintautas Simkus
Glitch in IE/6.0, too-- logo and validation image no shows. .layout { overflow-y:hidden; - :: add to hold to contain width and prevent h-scroll bar in IE. } #logo { background-image: url( logo_fin.png ); - :: IE/6 has difficulty with all six of

Re: [css-d] ADMIN: ALT Attribute not showing up in IE

2008-10-20 Thread Eric A. Meyer
At 2:13 PM -0700 10/19/08, Thierry Koblentz wrote: PS: this will be my last post in this thread as we're off-topic here Yep. Thread's over. Thanks. -- Eric A. Meyer (http://meyerweb.com/eric/), List Chaperone CSS is much too interesting and elegant to be not taken seriously. --

Re: [css-d] IE-7: background not getting centered

2008-10-20 Thread David Laakso
Gintautas Simkus wrote: It looks like IE-6 doesn't go well with absolute positions. Though position: relative didn't work for me, either one of IE's or FF wouldn't render properly. Now I want to shout out a few strong words, but whatever. Anyway this got me thinking, what can you accomplish

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Chris Akins
Well - the clear:both mentioned above worked fairly well on everything except IE 6 or 7. What else should I have expected? :-) It blew the rest of the page to smithereens in those browsers. So I'm at a loss to know how to really get the content centered and still not have a bunch of dead space

[css-d] Odd Jumping Behavior on Hover - IE Only of Course

2008-10-20 Thread Chris Akins
On these pages: www.springfieldmo.gov/newSite/sfd/galleries/photo1/index.html http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html In IE as soon as I over over any of the links (photo thumbnails or text) in the content area, the content all shifts left several pixels,

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Chris Akins Sent: Monday, October 20, 2008 1:52 PM To: David Laakso Cc: [css-d] List Subject: Re: [css-d] Text-Align:Center Not Completely Centered Well - the clear:both mentioned above

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread David Laakso
Chris Akins wrote: Well - the clear:both mentioned above worked fairly well on everything except IE 6 or 7. What else should I have expected? :-) It blew the rest of the page to smithereens in those browsers. So I'm at a loss to know how to really get the content centered and still not

Re: [css-d] IE-7: background not getting centered

2008-10-20 Thread Gintautas Simkus
I think I am done now. Took me whole day though. The tricks I used: 1) Pyramid top worked from the beginning in all browsers but IE 6, so I simply overridden alternate positioning for IE 6 (in which I used relative instead of absolute) with general positioning which as I've said works in all

[css-d] What CSS is behind the List Item (LI) in an Unordered List (UL)

2008-10-20 Thread David G
What CSS is behind the List Item (LI) in an Unordered List (UL) that makes the bullet hang out AND makes the text just after the bullet line up with the text below it? What I'm playing with right now is div.parent { margin-left: 20px; }

Re: [css-d] Odd Jumping Behavior on Hover - IE Only of Course

2008-10-20 Thread Alex Cole
Hi Chris, Could you possibly be more accurate under what conditions this happens? I just checked with IE6 and IE8 (as well as FF and Opera) and none of them seem to display anything like the behaviour you are describing. Alex Cole Date: Mon, 20 Oct 2008 15:58:35 -0500 From: [EMAIL

Re: [css-d] Odd Jumping Behavior on Hover - IE Only of Course

2008-10-20 Thread Gunlaug Sørtun
Chris Akins wrote: www.springfieldmo.gov/newSite/sfd/galleries/photo1/index.html http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html In IE as soon as I over over any of the links (photo thumbnails or text) in the content area, the content all shifts left

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Chris Akins
On 10/18/08 at 2:10pThierry suggested this-- Try this: .trC {position:absolute;right:0;} Did you try his suggestion? Either way, please bottom post. Thanks. Yes I had tried it. Position:absolute works everywhere except IE 6. So, perhaps my best bet is to go with it and add another

[css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-20 Thread Elli Vizcaino
Hi All, Was just wondering if anyone knew of any good sliding door techniques or anything else that would allow me to create scalable buttons in the major browsers: IE6, IE7, FF, Safari. The technique would have to work with any combination of elements such as: button span which is what I'm

Re: [css-d] Odd Jumping Behavior on Hover - IE Only of Course

2008-10-20 Thread Chris Akins
On Mon, Oct 20, 2008 at 5:06 PM, Alex Cole [EMAIL PROTECTED] wrote: Hi Chris, Could you possibly be more accurate under what conditions this happens? I just checked with IE6 and IE8 (as well as FF and Opera) and none of them seem to display anything like the behaviour you are describing.

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-20 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Elli Vizcaino Sent: Monday, October 20, 2008 5:56 PM To: CSS Discuss Subject: [css-d] Scalable CSS Buttons That Work in All Browsers Hi All, Was just wondering if anyone knew of any

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-20 Thread Bill Brown
Thierry Koblentz wrote: Hi All, Was just wondering if anyone knew of any good sliding door techniques or anything else that would allow me to create scalable buttons in the major browsers: IE6, IE7, FF, Safari. [snip] I have this page up:

[css-d] Freeway Pro by Softpress

2008-10-20 Thread Josh Orlean
I'm taking a course in XHTML and CSS. A friend who wants to avoid learning these programs told me about Freeway Pro. She seems to think that it is a viable replacement for learning the programs. If anyone has experience with Freeway Pro or knows anything about it, I would be interested in getting

[css-d] the problem of image anchor

2008-10-20 Thread ray
Hi, all Please check this page:http://fouragency.co.uk/test.html Could somebody tell me why there are gaps between the images? I checked the anchors and img elements, their padding, borders and margins are all zero. I'm very confused, please help me out. Thanks in advance.

Re: [css-d] Freeway Pro by Softpress

2008-10-20 Thread Alyda Gilmore
From: Josh Orlean [EMAIL PROTECTED] Date: Mon, 20 Oct 2008 23:01:17 -0400 To: css-d@lists.css-discuss.org Subject: [css-d] Freeway Pro by Softpress I'm taking a course in XHTML and CSS. A friend who wants to avoid learning these programs told me about Freeway Pro. She seems to think that

Re: [css-d] the problem of image anchor

2008-10-20 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of ray Sent: Monday, October 20, 2008 8:31 PM To: css-d@lists.css-discuss.org Subject: [css-d] the problem of image anchor Hi, all Please check this page:http://fouragency.co.uk/test.html