Re: [css-d] strange problem with float in IE6 - one problem left

2008-12-17 Thread Gunlaug Sørtun
Martijn Adler wrote: > Okay, what Georg advised me to do worked, but on one page the problem > remains: http://www.fdesign.eu/opSicilie-css/NL/service.html The > text in the third row is pushed downwards in IE6. The row looks like > all of the others, so why won't the solutions Georg gave me work

[css-d] strange problem with float in IE6 - one problem left

2008-12-17 Thread Martijn Adler
Okay, what Georg advised me to do worked, but on one page the problem remains: http://www.fdesign.eu/opSicilie-css/NL/service.html The text in the third row is pushed downwards in IE6. The row looks like all of the others, so why won't the solutions Georg gave me work on this particular paragrap

[css-d] help with box losing dimensions

2008-12-17 Thread Simon
Hi, I'm trying to use a carousel object, and we have the "hard bit working" the catch.. the box is losing it's dimensions.. We can fix it by adding a fixed height/width as here, but I'd much rather have it be flexible, as we don't know the height.. please help Fixed height code is here: .views

Re: [css-d] alignment question

2008-12-17 Thread Vladislav Vladimirov
>> If I have a container div that is 400px high and I place another div >> inside it that is only 200px high and want the next one to sit at the >> bottom of its parent container, what css property should I use? I tried >> vertical-alignment:bottom, and vertica;-alignment:baseline in the parent >

Re: [css-d] alignment question

2008-12-17 Thread Benjamin Hawkes-Lewis
Angela French wrote: > If I have a container div that is 400px high and I place another div > inside it that is only 200px high and want the next one to sit at the > bottom of its parent container, what css property should I use? I tried > vertical-alignment:bottom, and vertica;-alignment:baselin

[css-d] IE6 not playing nice with spry or my search box

2008-12-17 Thread Scott Thigpen
Could someone help me wout with some IE6 problems. On this page http://www.sthig.com/unisource/ My drop down menus are shift all the way to the left of the page (I'm using Dreamweaver's spry to make my menus) and my search box has expanded vertically even though I've instructed it to be smaller.

Re: [css-d] vertical Suckerfish menu in a table column

2008-12-17 Thread Al Sparber
From: "Joseph Sims" > Here's my issue: > I'm trying to fix a client's rollover dropdown menus, 'cause they are made > with some awful GoLive Plug-in that uses javascript and inline CSS to > throw these images and menus on top of a table with z-index and absolute > positioning. I don't want to

[css-d] vertical Suckerfish menu in a table column

2008-12-17 Thread Joseph Sims
Hello all, I'm brand new to the list, it's a pleasure to have you all as a resource. Here's my issue: I'm trying to fix a client's rollover dropdown menus, 'cause they are made with some awful GoLive Plug-in that uses javascript and inline CSS to throw these images and menus on top of a table

Re: [css-d] spry giving me grief

2008-12-17 Thread Jack Timmons
On Wed, Dec 17, 2008 at 1:50 PM, Scott Thigpen wrote: > Hi, me again... > > I rarely use spry but a client is insisting on a drop down menu. So I'm > trying to implement one through Dreamweaver's spry. All is well but I've > run into a styling issue. > > If you go here http://www.sthig.com/uniso

Re: [css-d] spry giving me grief

2008-12-17 Thread Benjamin Hawkes-Lewis
Scott Thigpen wrote: > I rarely use spry but a client is insisting on a drop down menu. So I'm > trying to implement one through Dreamweaver's spry. All is well but I've > run into a styling issue. > > If you go here http://www.sthig.com/unisource/ and then mouse over "green > discussions" you'l

[css-d] spry giving me grief

2008-12-17 Thread Scott Thigpen
Hi, me again... I rarely use spry but a client is insisting on a drop down menu. So I'm trying to implement one through Dreamweaver's spry. All is well but I've run into a styling issue. If you go here http://www.sthig.com/unisource/ and then mouse over "green discussions" you'll see that the d

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
> > And validate. > > ___ Roger that, David. The errant was left over from the actual page which served as the source of the problem. A simple matter of copy/paste/haste :) -R -- Non scholae sed vitae discimus =

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
Gunlaug Sørtun wrote: > table.dl caption { > margin: 0; > padding: 2em 0 0 3em; > } > > ...gives the same result in IEwin/FF/Op/Safari/Chrome, so obviously > WebKit has a problem with margins on captions. > > regards > Georg > As always, Georg, thank you for your insight and answer. I'm a

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread David Laakso
Ray Leventhal wrote: > http://www.swhidesigns.com/test.html > > > In FF (2&3) and IE (only tested in WinIE7.x) the caption appears as > expected and desired. > > In Safari and therefore in Chrome as well, the caption is spaced well > above the table to which it is attached. > > So, my question is

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Gunlaug Sørtun
Ray Leventhal wrote: > http://www.swhidesigns.com/test.html > How can Safari/Chrome be made to display the caption as expected (as > appears in FF/IEWin) table.dl caption { margin: 0; padding: 2em 0 0 3em; } ...gives the same result in IEwin/FF/Op/Safari/Chrome, so obviously WebKit has a probl

Re: [css-d] IE ul & li float problem

2008-12-17 Thread David Laakso
Cristian Palmas wrote: > Hi list, > > I'm in trouble to find a solution for IE7 and IE6 with list floating. > You can see the example at > http://csstest.cristianpalmas.it/list-floating/index.html > > I cannot find a way to make IE behave like the compliant browsers, even if > using display: inline

Re: [css-d] height of an element in ie/6.0

2008-12-17 Thread David Laakso
Gunlaug Sørtun wrote: > As Philippe kindly pointed out off-list... > >> * html html body #suspense {height:150px;} > > ...copying verbatim can sometimes lead to strange constructions, as IE > is now given 2 root-element. > > One of those 'html' must be deleted... > > * html body #suspense {height:1

Re: [css-d] IE ul & li float problem

2008-12-17 Thread Mustafa Quilon
These might help you get started: - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discus

[css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
I've a question about the differing ways that 'caption' is displayed given this test case: http://www.swhidesigns.com/test.html css: http://www.swhidesigns.com/styles/test.css In FF (2&3) and IE (only tested in WinIE7.x) the caption appears as expected and desired. In Safari and therefore in

[css-d] IE ul & li float problem

2008-12-17 Thread Cristian Palmas
Hi list, I'm in trouble to find a solution for IE7 and IE6 with list floating. You can see the example at http://csstest.cristianpalmas.it/list-floating/index.html I cannot find a way to make IE behave like the compliant browsers, even if using display: inline or inline-block. Any idea? Thanks in

Re: [css-d] strange problem with float in IE6

2008-12-17 Thread Martijn Adler
Thank you very much Georg, it worked like a charm!! Martin __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- h

Re: [css-d] height of an element in ie/6.0

2008-12-17 Thread Mustafa Quilon
Thanks for the prompt reply :) - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/polic