Re: [css-d] help with margin-top IE versus FF

2008-11-12 Thread Angela French
I solved it by applying float:left to the bottom div. Not sure why it fixed it, but I'm not going to argue with it! -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 6:03 PM To: Angela French Cc: css-d@lists.css-discuss.org Subject: Re: [css

Re: [css-d] help with margin-top IE versus FF

2008-11-12 Thread Gunlaug Sørtun
Angela French wrote: > I solved it by applying float:left to the bottom div. Not sure why > it fixed it, but I'm not going to argue with it! Educated guess: you experienced a "collapsing margins" case... ...which 'float: left/right' on th

[css-d] eliminate horizontal scrollbars

2008-11-12 Thread Ce Ce
Is there a way to eliminate horizontal scroll bars besides widening the content area (or decreasing the inner contents)? Thanks for any info on this! Cecelia __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

[css-d] css picture gallery with IE

2008-11-12 Thread Patrik Jansson
Hi, I've been working on a site, which has several small image galleries of different buildings. Bigger image shows when thumbnail is hovered over. In FF and Safari the bigger images show nicely on the right side of the thumbnails with top of the image aligned with the top of the thumbnails. In

[css-d] funny css font issue

2008-11-12 Thread Scott Haneda
I have a simple site, here is the source: http://www.w3.org/TR/html4/loose.dtd";> Untitled body { margin: 0; font-family: Baskerville, "Heisi Mincho W3", Symbol, serif; } .wrapper {

[css-d] Off Topic -Fony Dropdown List - How?

2008-11-12 Thread Lou Hernsen
What should I be looking at to have my website offer a drop down list (or ANY list) of fonts available on the users computer so they can choose a font they want to see on my website? Javascript? PHP? is there a certain name for this? Thanks Lou

[css-d] Flash swf covers DW sprymenu drop downs

2008-11-12 Thread Barbara Oplinger
Hello, This is my first time with an inquiry. On October 2nd members Jimmy and Lourens had an exchange regarding this issue. Lourens suggested using SWFObject and this apparently solved Jimmy's problem. I too have this problem (on all browsers) and tried the wmode="transparent" parameter

Re: [css-d] Flash swf covers DW sprymenu drop downs

2008-11-12 Thread Barbara Oplinger
sorry, here's the link if it helps to see: http://www.natureinthecity.org/Nic_Css_Dev/community.html .. Barbara __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] funny css font issue

2008-11-12 Thread Philippe Wittenbergh
On Nov 13, 2008, at 8:33 AM, Scott Haneda wrote: > I have a simple site, here is the source: > ... > body { > margin: 0; > font-family: Baskerville, "Heisi Mincho W3", Symbol, serif; > } > > .wrapper { > border: 0px solid red; >

Re: [css-d] Off Topic -Fony Dropdown List - How?

2008-11-12 Thread Holly Bergevin
From: "Lou Hernsen" <[EMAIL PROTECTED]> >What should I be looking at to have my website offer a drop down list (or >ANY list) of fonts available on the users computer so they can choose a font >they want to see on my website? Javascript? PHP? is there a certain name for >this? To allow a user to

[css-d] drop-down with "active" state on main menu

2008-11-12 Thread Karl Jacobs
Howdy all, I'm doing the standard sons-of-suckerfish menu (and have been using it a while) but with a new site I'm being requested to have an "active" state where the current section is highlighted in the main nav. Of course, it works fine in Safari, Firefox, but not IE. I suspect it's somet

Re: [css-d] funny css font issue

2008-11-12 Thread Scott Haneda
On Nov 12, 2008, at 4:10 PM, Philippe Wittenbergh wrote: > > On Nov 13, 2008, at 8:33 AM, Scott Haneda wrote: > >> I have a simple site, here is the source: >> ... >> body { >> margin: 0; >> font-family: Baskerville, "Heisi Mincho W3", Symbol, serif; >> } >>

Re: [css-d] drop-down with "active" state on main menu

2008-11-12 Thread Blake
On Thu, Nov 13, 2008 at 12:04 PM, Karl Jacobs <[EMAIL PROTECTED]> wrote: > Any ideas?.. I don't believe IE supports chaining multiple classes. i.e. #mainnav li.on.sfhover ul I'm not sure if you can remove one of those classes and still keep the functionality that you require. If you need both cl

Re: [css-d] drop-down with "active" state on main menu

2008-11-12 Thread Karl Jacobs
Not working yet... hmmm #top_menu li:hover ul, #top_menu li#on:hover ul, #top_menu li.sfhover ul, #top_menu li#on.sfhover ul { left: auto; } The "on" state won't move the drop-down menu into the proper position still. Anyone got an example using suckerfish with an "active"

[css-d] IE6/7 (standards-mode) dynamic width divs (using percentages and float:left) seem to spill when = 100%?

2008-11-12 Thread Michael Park
Hi there, I've been reading quite a bit about the various IE box model & float-related work-arounds, but I haven't encountered anything yet to my knowledge that addresses or explains the issue that I'm seeing with IE6/7 (thankfully, IE5.x is old enough to be out of the picture for this project).