Forum Moderators: not2easy
I'm working on a website and I'm using CSS layers. When the visitor clicks and drags their mouse over text, all of a sudden the whole page is selected! I don't know why this is happening, but I'm thinking maybe that I'm not using layers correctly? I'm sure there is a simple explanation for this, so if you have it, I'd really appreciate it!
I haven't been working with CSS for very long, so apologies for my ignorance!
Thanks for any help!
Paul
[edited by: SuzyUK at 10:43 am (utc) on Mar. 6, 2006]
[edit reason] ooops sorry no URLs : see TOS #13 [WebmasterWorld.com] [/edit]
#page { width: 780px; margin: 0 auto; z-index: 0; }
#background { z-index: 0; position:absolute; }
#site_description { z-index: 0; position:absolute; margin-left:340px; margin-top:45px; background-color:#FFFFFF; width:240px; height:30px; }
#menu_panel { position: absolute; margin-left:40px; margin-top:77px; z-index: 1; }
#left_panel { position: absolute; margin-left:27px; margin-top:140px; width:310px; z-index: 0; }
#right_panel { position: absolute; margin-left:369px; margin-top:140px; width:378px; z-index: 0; }
[edited by: SuzyUK at 10:47 am (utc) on Mar. 6, 2006]