Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-25 Thread muskokee
Thank-you. I understand what he meant now! On 1/25/07, james shannon <[EMAIL PROTECTED]> wrote: > > I'd imagine Andy meant that IE won't internally be able validate it > (because it "sees through" the comments to something that's invalid) > -- thus IE will degrade to quirks mode and a lot of othe

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-25 Thread muskokee
Hmm. When I use the validation tools, the xhtml (strict) validates and the css would validate (except for the "hand" cursor property which doesn't exist) in firefox 2.0, 1e6 and ie7. On 1/25/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > > On 1/25/07, muskoke

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-25 Thread muskokee
Take a look at this page. http://www.cssplay.co.uk/menu/balloons.html This is an excellent css pop-up. On 1/22/07, Jon Hughes <[EMAIL PROTECTED]> wrote: > > > Basically, I want it to pop up when CSS is enabled, but if you don't have > CSS enabled, I want it to go to the new page (as far as I ca

Re: [css-d] Shadows without images

2006-11-19 Thread muskokee
More demos of css-shadows: http://www.cssplay.co.uk/menu/shadow.html http://www.cssplay.co.uk/menu/shadow2.html http://www.cssplay.co.uk/menu/shadow_boxing.html On 11/19/06, Martin Davis < [EMAIL PROTECTED]> wrote: > > http://www.webtoolkit.info/css-drop-shadow.html > > Enjoy, > Martin >

Re: [css-d] float problem...

2006-11-17 Thread muskokee
Try floating the right one to the left as well. They should sit beside each other then. On 11/17/06, Marty Martin < [EMAIL PROTECTED]> wrote: > > I'm having trouble getting div#left and div#right to float correctly. I > want them beside each other but right now they are wrapping under each > oth

[css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread muskokee
(This went to Brian only by accident! Forwarding it to the list..sorry) Hi Brian, In firefox, if you float an element that is not contained within another, it is removed from the flow, kinda like absolute position. Keep the list as position:relative with no floats and the containers will stack u