[css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Gabriele Romanato
point FF3 mac to http://mimicry.css-zibaldone.com/ and surf the site. you shouldn't see no scrollbar, due to the MSThemeCompatible metatag. credits: Bruno Fassino, my genius! xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English)

Re: [css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Philippe Wittenbergh
On Jul 17, 2008, at 4:18 PM, Gabriele Romanato wrote: point FF3 mac to http://mimicry.css-zibaldone.com/ and surf the site. you shouldn't see no scrollbar, due to the MSThemeCompatible metatag. credits: Bruno Fassino, my genius! Known issue:

[css-d] border-radius artifacts in WebKit

2008-07-17 Thread Lensco
Hi list, today I came across some odd rendering issue with border-radius in WebKit. Check this: http://lensco.be/test/border-radius/ On the light backgrounds especially, there are these little artifacts in the corners. It's a bit nitpicking, but I prefer Firefox 3's rendering here. Is this issue

Re: [css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Marshal Horn
Weird, it didn't show a horizontal scrollbar on Flock. Doesn't Flock have exactly the same rendering engine as Firefox? On Thu, Jul 17, 2008 at 12:13 AM, Philippe Wittenbergh [EMAIL PROTECTED] wrote: On Jul 17, 2008, at 4:18 PM, Gabriele Romanato wrote: point FF3 mac to

Re: [css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Ed Seedhouse
On Thu, Jul 17, 2008 at 10:21 AM, Marshal Horn [EMAIL PROTECTED] wrote: Weird, it didn't show a horizontal scrollbar on Flock. Doesn't Flock have exactly the same rendering engine as Firefox? FF3 has a new version of the rendering engine, and I believe Flock still uses the one from FF2. --

[css-d] List Separator Issue on Hover

2008-07-17 Thread Chris Akins
If you look here you'll see that I have graphic separators on my left and right navigation lists which look just like I want. http://www.springfieldmo.gov/newsite/jello.html Does anyone know the correct approach, or if it's possible without an additional image, to correct for the comment below?

[css-d] Firefox: absolute positioning ignored in generated content?

2008-07-17 Thread Mark Lundquist
Ahoy, me droogs... I have a this site layout that works in Safari, but fails in FF3; see here: http://dev.everettvet.wd-2.net/hospital It looks like Firefox is just blowing off my absolute positioning properties on those images. Any idea how to make it bee-have? (as for IE...

[css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? here's the CSS: #footerlinks ul{ margin-left: 0; padding-left: 0; display: inline; } #footer

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Matijs
Not directly, you could give line-height a go and fiddle with padding to get stuff the way you want it. On Thu, Jul 17, 2008 at 11:43 PM, Kelly Moore [EMAIL PROTECTED] wrote: So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a

Re: [css-d] List Separator Issue on Hover

2008-07-17 Thread Marshal Horn
On Thu, Jul 17, 2008 at 12:23 PM, Chris Akins [EMAIL PROTECTED] wrote: If you look here you'll see that I have graphic separators on my left and right navigation lists which look just like I want. http://www.springfieldmo.gov/newsite/jello.html Does anyone know the correct approach, or if

Re: [css-d] List Separator Issue on Hover

2008-07-17 Thread Adam Ducker
Chris Akins wrote: If you look here you'll see that I have graphic separators on my left and right navigation lists which look just like I want. ... It looks odd that in the left column the bottom line disappears when mousing over an item. Chris: Can't you just simplify the line image

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Marshal Horn
You could just not have a border there, and instead use a background-image with y-repeat. On Thu, Jul 17, 2008 at 2:10 PM, Matijs [EMAIL PROTECTED] wrote: Not directly, you could give line-height a go and fiddle with padding to get stuff the way you want it. On Thu, Jul 17, 2008 at 11:43

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Adam Ducker
Kelly Moore wrote: So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? Pipes are always too tall for me too. One solution I've used in the past is to put

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Michael Geary
From: Kelly Moore So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? From: Adam Ducker Pipes are always too tall for me too. One solution I've used

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Adam Ducker
Kelly Moore wrote: The span and font trick works, but now the pipes are not vertically aligned properly. How to set the position? If you set position: relative; on the SPAN and top: -3px; or top: 3px; depending on what's wrong, that should be okay unless there's an issue with overflow:

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
On Thu, Jul 17, 2008 at 4:05 PM, Adam Ducker [EMAIL PROTECTED] wrote: Kelly Moore wrote: The span and font trick works, but now the pipes are not vertically aligned properly. How to set the position? If you set position: relative; on the SPAN and top: -3px; or top: 3px; depending on what's

Re: [css-d] Firefox: absolute positioning ignored in generated content?

2008-07-17 Thread Philippe Wittenbergh
On Jul 18, 2008, at 6:42 AM, Mark Lundquist wrote: I have a this site layout that works in Safari, but fails in FF3; see here: http://dev.everettvet.wd-2.net/hospital It looks like Firefox is just blowing off my absolute positioning properties on those images. Any idea how to

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Bill Brown
Kelly Moore wrote: So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? Kelly-- Are you looking for something like this? HTML: ul id=footerlinks lia

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Bill Brown
Kelly Moore wrote: So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? Sorry, Pasted wrong code... This is the CSS I /meant/ to paste: #footerlinks {

Re: [css-d] Firefox: absolute positioning ignored in generated content?

2008-07-17 Thread Mark Lundquist
On Jul 17, 2008, at 4:31 PM, Philippe Wittenbergh wrote: Firefox doesn't support absolute positioning on generated content, because CSS2 didn'treally allow it. (That changed in CSS 2.1, but has not been implemented yet ) Well... crap. Looks like I have to resort to some kludgery. (as for