Information loss on Div with hidden profile, Information disappears on Div when profile's hidden |
Information loss on Div with hidden profile, Information disappears on Div when profile's hidden |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 8 Joined: Dec 2006 Member No: 488,168 ![]() |
I’ve been working on my layout for a while and I've got a little problem I need help with.
Whatever (text, scroll boxes and drop-down menus) I have on my div disappears when I hide my layout completely I use Firefox but it also ends up the same way with I.E (just a messier version). But, I’ve been playing with it for hours and I haven’t been able to figure it out. Has it been pushed back behind everything? Or has it just been hidden along with the profile? Also, I just wanted to ask: Is there any way to make drop-down boxes sit neatly on top of each other? On the preview it’s fine but when it’s actually online the first two boxes will sit on each other while the other two are separated by gaps. I played with it a little but it always happens the same way even if the first two are separated! But, yet again when I hide my layout I loose those, my text and scroll boxes. Thank you so much for any help! |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Ok um where are you putting these codes? You know that when you use a code to hide your profile everything hides. Whatever you want to show you have to put into a div.
Post the drop down code for the second question. |
|
|
![]()
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 8 Joined: Dec 2006 Member No: 488,168 ![]() |
I’m fully aware what the code for hiding profiles does and all of my content is on my div.
I’ve been using this code with all of my previous div layouts: CODE <div class="content" style="position:absolute; left:0px; top:0px; width:0px; height:0px; overflow: auto;"> Some text</div> But it seems to hide or push back any content that isn’t a link or comment box. Any suggestions? |
|
|
![]()
Post
#4
|
|
![]() Newbie ![]() Group: Member Posts: 8 Joined: Dec 2006 Member No: 488,168 ![]() |
Also here is the code for the drop down boxes:
CODE <select name="select2" style="color:BEA07F; background-color:658169; font-family:garamond ms; font-size:9px; border:thin solid; <select name="Interest">Interests <option value="Interest">Interests <option value="Something">Something </select></form> <html><body><form><select name="select2" style="color:BEA07F; background-color:658169; font-family:garamond ms; font-size:9px; border:thin solid; <select name="Music">Music <option value="Music">Music <option value="Something">Something </select></form> <html><body><form><select name="select2" style="color:BEA07F; background-color:658169; font-family:garamond ms; font-size:9px; border:thin solid; <select name="Movies">Movies <option value="Movies">Movies <option value="Something">Something </select></form> <html><body><form><select name="select2" style="color:BEA07F; background-color:658169; font-family:garamond ms; font-size:9px; border:thin solid; <select name="Books">Books <option value="Books">Books <option value="Something">Something </select></form> Thank you! |
|
|
![]()
Post
#5
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Next tiem edit your prost for me.
Right now all I an suggest is that you give each of your divs a different name and you also add z-indexes to them. |
|
|
![]() ![]() |