[css-d] navigation menu issues

2005-06-21 Thread saul
. Saul Straussman __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] li:hover does not work in IE

2005-06-22 Thread saul
Thank you to everyone for the assist. I'm working on a couple of the suggestions. Saul On Jun 22, 2005, at 1:19 PM, Justin Smith wrote: saul wrote: Hello, I'm trying to use the :hover pseudo element for a list, and it works great in Firefox and Safari but not at all in IE (all Macintosh

[css-d] Window IE flow problem

2005-06-23 Thread saul
(at least from the screen shots some friends have sent me). It appears to bump down to below the left column content. Can an IE Windows CSS guru/guress tell me what's happening. I'm on a Mac. CSS is in the document. http://www.inventionshow.com/development/layout.html Thanks, Saul Straussman

Re: [css-d] Window IE flow problem

2005-06-28 Thread saul
Hi Holly, Thank you for taking the time. I've implemented those suggestions and am waiting on a couple of friends with XP machines to tell me if IE gets it right. cheers, Saul On Jun 24, 2005, at 6:25 PM, Holly Bergevin wrote: From: saul [EMAIL PROTECTED] Date: Thu, 23 Jun 2005 09:53:44

[css-d] CSS navigation needs some assistance

2005-07-07 Thread saul
line to the right of the navigation element. I cannot fathom what I did to create that. Though I hope some can. The page can be found here: http://www.inventionshow.com/development/newProductScout/ newProductScoutPage.html Thanks in advance for any help. Saul

Re: [css-d] Safari/Mac Testing?

2005-07-07 Thread saul
and Safari 2. However, Safari is only available in OSX. HTH Saul On Jul 7, 2005, at 10:08 PM, Jon Trelfa wrote: I'm Mac-ignorant I know that I can use Konqueror in Linux to test what websites will look like in Safari...but it's my understanding that it only covers more recent versions of Safari

[css-d] IE issues

2005-07-13 Thread saul
/newProductScout/ newProductScoutPage.html Any assistance would be appreciated. Saul __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

Re: [css-d] IE issues

2005-07-13 Thread saul
Knew about the lack of support for Mac IE. Didn't know it's not in Tiger. I'm more concerned with Win IE users experiences since they have such a huge market share (particularly in the US). Thanks, Saul On Jul 13, 2005, at 11:21 AM, Gerry Creighton wrote: Mac IE is no longer supported

Re: [css-d] Trouble with a LI navigation

2005-07-13 Thread saul
you might want to make current a class instead of an id and get rid of the 'id=active'. if you need the color swap, put it in the 'current' style #leftnav li.current { list-style-image: url(test.gif); color: #B57F35;} I believe IE has issues with multiple id's. hth Saul

[css-d] three-column layout question

2005-07-14 Thread saul
Hello, I'm having a bear of a time getting the three columns to function correctly. I've looked at a number of suggested ways to achieve this, but cannot get it to work correctly. Any assistance would be appreciated. http://inventionshow.com/development/home.html Thanks, Saul

Re: [css-d] three-column layout question

2005-07-14 Thread saul
Yeah, that's what I'm trying to achieve. I've seen a number of sites that have done it and looked at their CSS (including those in the WIKI). They use inner- and outer Containers. I just can't seem to get them set up properly. Saul On Jul 14, 2005, at 5:07 PM, jason zietz wrote: Saul

Re: [css-d] three-column layout question

2005-07-14 Thread saul
Thank you everyone for the links and the article. Yeah, the code is a bit confusing. I've sort of cobbled it together from articles and tutorials. Next step is simplification. Saul On Jul 14, 2005, at 7:32 PM, David Laakso wrote: saul wrote: Hello, I'm having a bear of a time getting

Re: [css-d] IE help. Please

2005-07-21 Thread saul
Sorry about that. The link is http://www.inventionshow.com/development/newProductScout/ newProductScoutPageB.html There was a space in the last posting. Saul On Jul 21, 2005, at 12:54 PM, David Laakso wrote: saul wrote: http://www.inventionshow.com/development/newProductScout

Re: [css-d] A little more IE help - 3-col layout

2005-07-22 Thread saul
saul wrote: Hello, I'm still having a bit of a problem getting IE/Win to flow this 3-col page correctly. (It works fine in FF 1.X and Safari 1.2) It is based on the ALA negative margins article and augmented with some tweaks courtesy of David Laakso (with much appreciation). However

[css-d] navigation list and other issues

2005-06-20 Thread saul straussman
at the top of the inner container div. It does so in IE5.2 but not Safari or Firefox. Any assistance would be greatly appreciated. The CSS is in the page, which is at http://www.inventionshow.com/development/layout.html Thanks. Saul Straussman