[css-d] Absolute positioning hidden

2006-04-27 Thread Stuart Swan
Hi List,

I'm having a hard time trying to figure this one out, the below link takes
you to the problem:

URL: http://www.nailzone.co.uk/dev/training.php

CSS: http://www.nailzone.co.uk/dev/css/styles.css

I am trying to position a header image at the top lefthand corner of the
pink box but it seems to be hidden for some reason.

http://www.nailzone.co.uk/dev/images/screenshot.gif is a screenshot of how
i'd like it to appear, the ID in question is #headingFloat at the bottom of
the CSS file.

Any ideas, I've tried messing with the z-index etc. but this does not help,
I'm still a newbie to all this! ;-)

Any help much appreciated,

Stuart
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Absolute positioning hidden

2006-04-27 Thread Stuart Swan
On 4/28/06, Bill Brown [EMAIL PROTECTED] wrote:
 Hi Stuart,

 Adding z-index: 1000 to the #headingFloat style block fixed it for me on
 Firefox/WinXp and IE/WinXP. What OS are you using?

 Bill Brown
 Webmaster, MacNimble.com


Hi Bill,

Just put the z-index to 1000 and it worked a treat, many thanks, was
using much lower figures than this before. Need to read up on this I
think. Thanks.

Stuart
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/