Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
make span tag float over other elements
Old 09-12-2007, 01:29 PM make span tag float over other elements
Super Talker

Posts: 130
Trades: 0
What i'm trying to do is make my span tag float above the email text box that is underneath it. I'm not sure how to go about this, any advice?

PHP Code:
<html>
 <
body>
 <
table>
  <
tr valign='top'>
   <
td>name</td>
   <
td>
    <
input type='text' name='name'>
    <
span style='border-width:1px;border-style:solid;border-color:#000;display:block;z-index:10;' id='name'>
     <
div>test1</div>
     <
div>test2</div>
     <
div>test3</div>
    </
span>
   </
td>
  </
tr>
  <
tr>
   <
td>email</td>
   <
td><input type='text' name='email'></td>
  </
tr>
 </
table>
 </
body>
</
html
__________________
flann

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
flann is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-12-2007, 03:22 PM Re: make span tag float over other elements
maxxximus's Avatar
Extreme Talker

Posts: 219
Name: Rob
Location: UK
Trades: 0
The span tag just needs absolute positioning. Use the Z index to stack multiple AP elements.

<span style="position:absolute; border-width:1px; border-style:solid; border-color:#000; display:block; z-index:10; top: 38px; height: 65px; left: 48px; width: 141px;" id='name'>

maxxximus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to make span tag float over other elements
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09949 seconds with 12 queries