Re: [css-d] IE8b2 missing content bug with list item

2008-08-30 Thread Alan Gresley
Bruno Fassino wrote: > On Fri, Aug 29, 2008 at 6:04 AM, Alan Gresley wrote: > [...] >> Can anyone confirm that this is a bug with markup containing list items? > > Yes, it happens frequently with lists, but I have seen it in pages > without lists as well. > Anyway, even if this problem is not alwa

Re: [css-d] Text positioning

2008-08-30 Thread David Laakso
Kim Brooks Wei wrote: > Hi people, > > I haven't been able to get a couple of my type elements to behave as > they ought to. > > http://blackboxnyc.com/soulsearching/ > > The h1 in topper I couldn't get to vertically center to my logo on > its left, and > I can't get the list items in colrightthi

Re: [css-d] Float issues in IE7

2008-08-30 Thread Gunlaug Sørtun
Peter Ankelein wrote: > That worked perfectly, Georg, thanks! But what is exactly happening > by adding the 5px padding to the right and the -1000px on > margin-bottom? The padding makes all left float a few pixels too wide to fit, so they can't go higher than preceding content-container and the

Re: [css-d] Float issues in IE7

2008-08-30 Thread Peter Ankelein
Peter Ankelein wrote: > http://www.mdsol.com/mug/mug-helsinki/agenda.htm > [...] In IE, however, the text on the left is vertically shifting so > that it loses all association with the content it's related to. >...using the "too wide removed float" method to get all browsers - > including IE -

Re: [css-d] Side menu vs content table

2008-08-30 Thread Gunlaug Sørtun
fede wrote: > I have a great problem with this layout when using Internet explorer. > Here is the code: http://www.fedegrafia.com/forum/test/ > > When you click to expand the single voices of the leftside menu it > pushes the table on the right column to the bottom. Declaring a negative backsi

[css-d] Side menu vs content table

2008-08-30 Thread fede
Hi everybody, I have a great problem with this layout when using Internet explorer. Here is the code: http://www.fedegrafia.com/forum/test/ When you click to expand the single voices of the leftside menu it pushes the table on the right column to the bottom. I have solved this problem in IE7 by

Re: [css-d] Changing color of fonts on resize in FF

2008-08-30 Thread Philippe Wittenbergh
On Aug 30, 2008, at 6:36 PM, Mark Finney wrote: > The page also has some jQuery javascript, and uses some css > transparency but > the problem persists when they are removed... > > Does anyone know of anything that would trigger such behviour? > > Link: http://www.cathaytrade.co.uk/temp/ You d

Re: [css-d] Changing color of fonts on resize in FF

2008-08-30 Thread Gunlaug Sørtun
Mark Finney wrote: > http://www.cathaytrade.co.uk/temp/ > > See the title - Welcome to... And as you resize the page (in FF) > Watch the Small Caps in the right hand col (Menu and Special offers > box) A slight color-shift in all browsers on my screens - no matter how the page/text is resized o

[css-d] Changing color of fonts on resize in FF

2008-08-30 Thread Mark Finney
Dear list... I have a site whose h2 tag that is specified to be yellow in the style sheet is turning blue in ff, also when the page is resized all of the font turns from yellow to blue. The h tags are set as font-variant: small-caps; and some appear with blue letters as the first letter and the co

Re: [css-d] Too Smart for My Float

2008-08-30 Thread Gunlaug Sørtun
Duane Nelson wrote: > Not really...I think my float has outsmart me :-\ I didn't know those humble CSS-floats were intelligent beings ... I must have missed something ;-) > [...] Now my right column has bumped down in IE5 and IE6. My problem > is that I've done so many changes in the FF/IE7 mod