[css-d] absolute, big z-index hidden by, you guessed it, IE

2009-09-26 Thread Chris Blake
http://airora.redrunner.co.uk/node/1 (The spelling mistakes aren't mine.) The logo is too big for it's container, but it's positioned absolute with a massive z-index. IE7 does not like it and I am certain that I feel the same about IE. Oh yeh, it's making a mess of another site I am making

Re: [css-d] absolute, big z-index hidden by, you guessed it, IE

2009-09-26 Thread Chris Blake
On 26/09/2009, at 4:39 PM, Philippe Wittenbergh wrote: On Sep 26, 2009, at 4:31 PM, Chris Blake wrote: http://airora.redrunner.co.uk/node/1 (The spelling mistakes aren't mine.) The logo is too big for it's container, but it's positioned absolute with a massive z-index. IE7 does not

Re: [css-d] absolute, big z-index hidden by, you guessed it, IE

2009-09-26 Thread Philippe Wittenbergh
On Sep 26, 2009, at 4:31 PM, Chris Blake wrote: http://airora.redrunner.co.uk/node/1 (The spelling mistakes aren't mine.) The logo is too big for it's container, but it's positioned absolute with a massive z-index. IE7 does not like it and I am certain that I feel the same about IE. The

Re: [css-d] width issue

2009-09-26 Thread Jukka K. Korpela
MOHAMMED NASEER wrote: can someone tell me, a newbie, why in code (A) the 'width' works, but in code (B) it doesn't : It would be much easier to study the issue if you had posted URLs instead of code fragments. For one thing, nasty things may happen to HTML markup when posted to Usenet

Re: [css-d] width issue

2009-09-26 Thread MOHAMMED NASEER
thanks 4 ur reply but if u could explain to me why in (A) it's applied to a 'span' just like in (B), yet it works - the only difference is that in (B) I've replaced the 'p' tag with a 'fieldset'. I have tried before using 'display: block', causes the radio buttons to display on a different

Re: [css-d] width issue

2009-09-26 Thread HallMarc Websites
signature database 4459 (20090926) __ The message was checked by ESET Smart Security. http://www.eset.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] width issue

2009-09-26 Thread Tim Climis
On Saturday, September 26, 2009 10:25:11 am MOHAMMED NASEER wrote: thanks 4 ur reply but if u could explain to me why in (A) it's applied to a 'span' just like in (B), yet it works - the only difference is that in (B) I've replaced the 'p' tag with a 'fieldset'. That's not the only

Re: [css-d] instead of br clear?

2009-09-26 Thread David Laakso
tedd wrote: At 3:57 PM -0400 9/24/09, Graham, Steve R. wrote: Can someone direct me to the article/info on using a different means to achieve the same effect? http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ This is several years old, and may be

Re: [css-d] Moving hyperlink image when hovering in IE7

2009-09-26 Thread David Laakso
Brian M. Curran wrote: Brian M. Curran wrote: Actually I noticed that I still have a little image movement in Opera. Ugh! ...so many browsers to verify. David Laakso wrote: They are list items, too. Put both of them as list items within the ul. And add this to CSS style sheet

[css-d] width issue

2009-09-26 Thread MOHAMMED NASEER
can someone tell me, a newbie, why in code (A) the 'width' works, but in code (B) it doesn't : (A) : #subForm .label { float: left; width: 230px; /* -- WORKS */ margin-right: 10px; text-align: right; font-weight: bold; clear: left; }

Re: [css-d] width issue

2009-09-26 Thread Philippe Wittenbergh
On Sep 26, 2009, at 11:00 PM, Alan Gresley wrote: ( I would imagine 'fieldset' in B to be a block level element just like 'p' in A, and 'span' in both A and B is inline element - but I don't see why in A it works but in B it doesn't ) Hello, You can not give a width to a span if it is

Re: [css-d] width issue

2009-09-26 Thread Alan Gresley
Philippe Wittenbergh wrote: On Sep 26, 2009, at 11:00 PM, Alan Gresley wrote: ( I would imagine 'fieldset' in B to be a block level element just like 'p' in A, and 'span' in both A and B is inline element - but I don't see why in A it works but in B it doesn't ) Hello, You can not give a