Re: [css-d] IE6 and down issue

2007-04-13 Thread Gunlaug Sørtun
Donna Jones wrote: http://www.westendwebs.net/pulse-ie-issue/picks.html Adding/changing to... #content {margin: 0; float: right;} #insidewrapper {width: 100%; overflow: hidden;} * html #insidewrapper {overflow: visible;} ...will extend pixel-perfection into the IE6 down world. regards

Re: [css-d] Nested @import in IE

2007-04-13 Thread cFA
On 4/12/07, Zoe ASHER [EMAIL PROTECTED] wrote: Hi all, Has anyone ever experienced a problem with having style applied in IE when '@import's have been nested 4 levels deep? I've just tried to do this, and can't view the styles which are at the deepest level of nesting in IE6. Firefox works

Re: [css-d] Nested @import in IE

2007-04-13 Thread Ingo Chao
cFA wrote: On 4/12/07, Zoe ASHER [EMAIL PROTECTED] wrote: Hi all, Has anyone ever experienced a problem with having style applied in IE when '@import's have been nested 4 levels deep? I've just tried to do this, and can't view the styles which are at the deepest level of nesting in IE6.

[css-d] Comments on a summary of what happens in Quirks Mode?

2007-04-13 Thread Jukka K. Korpela
I have tried to summarize the effects of Quirks Mode, since the summaries and notes that I found were rather limited. Would someone like to comment on what's missing? What happens in Quirks Mode? http://www.cs.tut.fi/~jkorpela/quirks-mode.html -- Jukka Yucca Korpela,

[css-d] research on styling links

2007-04-13 Thread Kelley Greenman
Hi, In my experience, and from advice on this list, I have typically found that, with complicated designs where you have several types of link design designs (background images and colors, borders, etc), including navigational links with complex dropdown hierarchies, that your best bet is to

[css-d] How to remove usemap link borders with css ?

2007-04-13 Thread Susan T (cocomomi)
Hello I need to do a quick fix on a tables based site before I move it to css format and unfortunately when I did that there are link borders on several of the table cells that have usemaps links in them. I tried to add link styles to eliminate them but the borders still appear in firefox and

[css-d] Semi-transparent PNGs as background images in IE6 - documentation wanted

2007-04-13 Thread Peter-Paul Koch
Hello, Yesterday I talked to a web developer who passed me a technique for using semi-transparent PNGs as background images even in IE6 and lower. The technique works, up to a point. See my test page at http://www.quirksmode.org/css/png/png.html . I already had a private conversation with

[css-d] Please ignore: How to remove usemap link borders with css ?

2007-04-13 Thread Susan T (cocomomi)
please ignore my previous message. I have figured out what was happening with the image borders. just needed to add border=0 Thank you in advance, Suisun On Apr 13, 2007, at 7:09 AM, Susan T (cocomomi) wrote: Hello I need to do a quick fix on a tables based site before I move it to css

Re: [css-d] IE6 and down issue

2007-04-13 Thread Donna Jones
http://www.westendwebs.net/pulse-ie-issue/picks.html Adding/changing to... #content {margin: 0; float: right;} #insidewrapper {width: 100%; overflow: hidden;} * html #insidewrapper {overflow: visible;} ...will extend pixel-perfection into the IE6 down world. Georg: Thank you! My

Re: [css-d] Please ignore: How to remove usemap link borders with css ?

2007-04-13 Thread Bradley Wright
On 13 Apr 2007, at 12:44, Susan T (cocomomi) wrote: please ignore my previous message. I have figured out what was happening with the image borders. just needed to add border=0 This CSS rule should do the same thing: img {border:0;} And takes up far less file size than adding that

Re: [css-d] Semi-transparent PNGs as background images in IE6 - documentation wanted

2007-04-13 Thread Martin Heiden
Peter! You'll probably already know this page: http://msdn.microsoft.com/workshop/author/filter/reference/filters/alphaimageloader.asp The element to which this filter shall be applied must have layout.[1] The filter will not create an background-image. The filter image lies

Re: [css-d] Semi-transparent PNGs as background images in IE6 - documentation wanted

2007-04-13 Thread Ingo Chao
Peter-Paul Koch wrote: Hello, Yesterday I talked to a web developer who passed me a technique for using semi-transparent PNGs as background images even in IE6 and lower. The technique works, up to a point. See my test page at http://www.quirksmode.org/css/png/png.html . I already had a

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
Does anybody have any ideas what is happening here? This is really driving me crazy trying to figure this out as it does not seem to fit with any of the usual IE 'features'. Thanks -- Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 9:57 AM To:

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Dave Goodchild
Could be the IE double-margin bug? Try adding display:inline to the floated element... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
No, I tried that one earlier and did it again just to make sure. Even with the 'display: inline' added to the floated box, the margin in between the two boxes is still 4px instead of 1px. Thanks -- Jeff From: Dave Goodchild [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 8:40 AM

[css-d] menu troubles

2007-04-13 Thread Jake Churchill
I have a problem that I've run into before and my company had to outsource it to a CSS Guru (Sandra Clark). While I truly appreciated her help the last time, I want to work through this myself. I have a page with a navigation menu across the top with a single level dropdown and a sub-nav

Re: [css-d] menu troubles

2007-04-13 Thread Robert Lane
I don't see a left sidebarIE7 and Firefox __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

Re: [css-d] menu troubles

2007-04-13 Thread Martin Heiden
Jake, on Friday, April 13, 2007 at 16:25 Jake Churchill wrote: I have a page with a navigation menu across the top with a single level dropdown and a sub-nav menu on the left sidebar. My problem (IE only) is that the dropdown from the main navigation menu appears under the side navigation

[css-d] FIXED: menu troubles

2007-04-13 Thread Jake Churchill
I believe I have this fixed. Thank you for the reference to http://www.aplus.co.yu/lab/z-pos/. I relatively positioned the #header and provided a z-index and it seems to work now. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com

Re: [css-d] Nested @import in IE

2007-04-13 Thread Zoe ASHER
Thanks guys! It's good to know that it's not me, but IE who has the problem. Cheers, Zoe -Original Message- From: Ingo Chao [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 3:34 AM To: cFA Cc: Zoe ASHER; [EMAIL PROTECTED] Subject: Re: [css-d] Nested @import in IE cFA wrote: On

Re: [css-d] research on styling links

2007-04-13 Thread Zoe M. Gillenwater
Kelley Greenman wrote: I'm doing research on a problem we're having with links showing up in different font sizes. The CSS someone else wrote for the links relies either on the font size defined in the selector or on the font-size defined by a. E.g., selector a {font-size: 12px;}. From

[css-d] Any CSS GURUs?

2007-04-13 Thread Gigaboy20
I'm looking to hire an insanely smart css wizard who can hack theri way into doing almost anything with css. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread jeffrey morin
On 4/13/07, Jeff Chastain [EMAIL PROTECTED] wrote: Does anybody have any ideas what is happening here? This is really driving me crazy trying to figure this out as it does not seem to fit with any of the usual IE 'features'. Thanks -- Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
Well, what I have ended up doing is floating everything left. The example here is part of the page that is just 2 columns (the header), but below that is a three column layout. If I float everything left, giving all blocks a defined width, everything appears to work. As this is a fixed width

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Gunlaug Sørtun
Jeff Chastain wrote: No, I tried that one earlier and did it again just to make sure. Even with the 'display: inline' added to the floated box, the margin in between the two boxes is still 4px instead of 1px. Sounds like you have moved the '3px jog bug'[1] onto a non-floated container, in

Re: [css-d] Any CSS GURUs?

2007-04-13 Thread Jim Nannery
Morning Gigaboy20 You wrote I'm looking to hire an insanely smart css wizard who can hack theri way into doing almost anything with css. You might want to review the list policies [1], especially the section that says: No solicitations of employment or requests for applications. There are

Re: [css-d] Nested @import in IE

2007-04-13 Thread Zoe M. Gillenwater
Ingo Chao wrote: cFA wrote: On 4/12/07, Zoe ASHER [EMAIL PROTECTED] wrote: Has anyone ever experienced a problem with having style applied in IE when '@import's have been nested 4 levels deep? I've just tried to do this, and can't view the styles which are at the deepest level of

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Zoe M. Gillenwater
Jeff Chastain wrote: Well, what I have ended up doing is floating everything left. The example here is part of the page that is just 2 columns (the header), but below that is a three column layout. If I float everything left, giving all blocks a defined width, everything appears to work. As

Re: [css-d] Nested @import in IE

2007-04-13 Thread cFA
I didn't see any FOUC, but I can confirm that the bug still exists in IE 7. It would be helpful, however, if we weren't comparing black to gray, but, say, black to yellow, or something more obvious. Otherwise, a very nice testcase, Clint. a different Zoe (not used to that...) -- Zoe

[css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread ibn Ezra
Afternoon, Have been playing around with creating a TOC for an image gallery by placing the anchors and h2-headlines inside an ordered list... as in: (ol (li (h2 (a. Used CSS to place the thumbnail images into the background of the individual list items -- and again to place a

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Teressa Terry
Well, I think you can put the text itself inside a span tag set to display:block and give it padding on top to force it below the images. Teressa Graphic Web Designer Opactive *-Original Message- *From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On *Behalf Of ibn Ezra *Sent: Friday,

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread ibn Ezra
Thanks... that moves the text down nicely. Funny that your solution never crossed of my mind! The only drawback is that it creates a large (invisible) link area beneath each image which could potentially compete with content in a different layout (a second row of gallery images for

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Lori Lay
ibn Ezra wrote: Thanks... that moves the text down nicely. Funny that your solution never crossed of my mind! The only drawback is that it creates a large (invisible) link area beneath each image which could potentially compete with content in a different layout (a second row of

Re: [css-d] Arguing with IE6

2007-04-13 Thread Kelley Minars
Thank you so much for the help. The nav and the body all work fine now. I'm going to have to play some with the hover thing though. But again, thank you very very much. :-) Kelley On 4/12/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Kelley Minars wrote: Hello everyone. This is my first post,

[css-d] Problems with IE 6 7

2007-04-13 Thread Tim Offenstein
Posted this once and it bounced. Trying again. I have been asked to look over this site and offer some suggestions regarding its problems. Along with my own suggestions, I thought I would consult the CSS Brain Trust to see what wisdom you can offer. Your input is greatly appreciated. Main

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread ibn Ezra
Very nice... thanks! So much to learn; never realised that span tags could be enclosed within the anchor tags. Could be very handy for quite a few future experiments! domo arigato! -iE . ibn Ezra mailto: [EMAIL PROTECTED]

[css-d] 3 column displays incorrectly in IE6

2007-04-13 Thread KS
Hi, The page below displays incorrectly in IE6. I've been trying to get the middle column to line up horizontally with the thumbnail images in the left column. You can see how it should look in Firefox or in FF on a Mac for that matter. Any help would be greatly appreciated. Page:

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread ibn Ezra
Works great with the latest versions of IE, Firefox, Safari and Opera and without additional mark-up! Don't have IE 6 handy to see what happens (already know the transparent png rollover won't work). http://richmondesign.com/fsm_portfolio/index4.php toda raba! -iE

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Lori Lay
ibn Ezra wrote: Works great with the latest versions of IE, Firefox, Safari and Opera and without additional mark-up! Don't have IE 6 handy to see what happens (already know the transparent png rollover won't work). http://richmondesign.com/fsm_portfolio/index4.php toda raba! -iE

Re: [css-d] Comments on a summary of what happens in Quirks Mode?

2007-04-13 Thread Bruno Fassino
Jukka K. Korpela wrote: I have tried to summarize the effects of Quirks Mode, since the summaries and notes that I found were rather limited. Would someone like to comment on what's missing? What happens in Quirks Mode? http://www.cs.tut.fi/~jkorpela/quirks-mode.html Speaking of IE7, and

[css-d] Stop me before I add content!! - A browser check, an advice check - General Testing

2007-04-13 Thread Christopher Blake
Hi all. http://www.3pointdesign.com/ http://www.3pointdesign.com/styles/one.css This is eventually going to be the home of my new site. After months of redesigning and changing my mind I have got something that I am happy with. Before I start adding too much content, could people please

Re: [css-d] Checking your proposed site

2007-04-13 Thread Christopher Blake
On 13 Apr 2007, at 23:44, Jim Chaffin wrote: First the pros: 1. Interesting method for drop down menus! Enlarging text size doesn't destroy them! I got this system from Project 7 having spent ages learning lots of different techniques. Because someone else has written the css a lot

Re: [css-d] Stop me before I add content!! - A browser check, an advice check - General Testing

2007-04-13 Thread Joanne
In IE7 Firefox, the first row of boxes lines up, but the bottom two rows don't. Not sure if you wanted them all to line up. Your rounded corners box where the navigation is just shows white and not your background diagonal image. JOanne

Re: [css-d] Semi-transparent PNGs as background images in IE6

2007-04-13 Thread Roger Gordon
Therefore my question is: can anyone point me to a page that explains the use of semi-transparent PNGs as background images in IE6 and lower through the MS-proprietary filter:progid:DXImageTransform.Microsoft .AlphaImageLoader declaration? Has anyone yet taken the logical step of writing a

Re: [css-d] Horizontal navigation. Unwanted space between list padding reaching out of container.

2007-04-13 Thread David Hucklesby
On Fri, 13 Apr 2007 02:53:39 +0100, Christopher Blake wrote: http://www.3pointdesign.com/index2.html http://www.3pointdesign.com/styles/one.css Hi all, I am trying to clear the space between the buttons. I also don't like the way the padding is going above the ul. It would be great if

Re: [css-d] Problems with IE 6 7

2007-04-13 Thread David Hucklesby
On Fri, 13 Apr 2007 15:24:41 -0500, Tim Offenstein wrote: I have been asked to look over this site and offer some suggestions regarding its problems. Along with my own suggestions, I thought I would consult the CSS Brain Trust to see what wisdom you can offer. Your input is greatly

Re: [css-d] Stop me before I add content!! - A browser check, an advice check - General Testing

2007-04-13 Thread David Hucklesby
On Fri, 13 Apr 2007 22:09:34 +0100, Christopher Blake wrote: Hi all. http://www.3pointdesign.com/ http://www.3pointdesign.com/styles/one.css This is eventually going to be the home of my new site. After months of redesigning and changing my mind I have got something that I am happy with.