Replace URL Box with Text / Div / Table, is it possible?... |
Replace URL Box with Text / Div / Table, is it possible?... |
May 26 2006, 05:55 PM
Post
#1
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
I've figured out how to hide my URL box and what not but now I'm trying to figure out what to do with it. I don't really want to add a picture there if I don't have to. I would like to create a text field where the URL text once was. I'm just wondering if anyone knows how to add a new section underneath the URL Box or add a text field where the old one was. (It'd be nice if I could place a drop down contact table list there.) Any help would be great
|
|
|
|
![]() |
May 26 2006, 06:04 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The only way for you to get something there would be for you to learn div positioning and play around and find the coordinates of the url box and place a div there with a drop down list.
|
|
|
|
May 26 2006, 06:08 PM
Post
#3
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
eh... o well guess i'll throw in an image then find a way to throw in a table underneath the url table
|
|
|
|
May 26 2006, 06:12 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You can try:
CODE <div class="myspaceurl">blahblahblah</div> & CODE div.myspaceurl {position:relative; background-image:url); background-position:center; background-repeat:no-repeat; left:-30px; top:-91px; width:300px; height:57px;} add that between stlye tags. Put at the top of interests section.{taken from: here} |
|
|
|
May 26 2006, 06:16 PM
Post
#5
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
yar i used that one :P the thing with it was i had to have a z-index and the margins with left and right get messed up with FF and IE... so i was thinking of trying to find a way to add possibly another table tag like u can with the right column that way i wouldn't have ot position or overlap just have it solidly placed >_>
thanks though =D! |
|
|
|
May 26 2006, 06:18 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I don't think you can. The reason that code is messed up in IE and FF is because it doesn't really use absolute positiioning. If you change it to absolute positioning and find new coordinates it should work.
|
|
|
|
May 26 2006, 06:22 PM
Post
#7
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
hmm thanks imma try it in a minute trying to find a script for a drop down list with a submit button my mind just isn't working today
|
|
|
|
![]() ![]() |