hey guys, I never use zindex and I need some help. http://ilolhax.com/player
when you click the volume icon for the player its supposed to come up with the track and slider and it does but its behind the marquee. and I have tried to mess with the zindex but nothing brings it to the front. thanks for your help.
Open Designs Forum » Designer Talk
Z-index Help
(16 posts)-
Posted 11 months ago #
-
use position:relative; on #track. You won't need z-index then. To use z-index the positioning must NOT be static (the default).
Posted 11 months ago # -
ok. thanks. i never knew that,
Posted 11 months ago # -
no problem, that always confused me.
Posted 11 months ago # -
@Connor: I don't know, what you intend to do with this site. But are you allowed to use copyrighted songs? If not so, be careful. You can be punished and it can be very expensive. Just an advice...
Posted 11 months ago # -
we dont plan on using copyrighted songs. the site will be used for artists to upload their own music for self promotion. we got the volume working. but im having some issues with the lightbox thing that we are using. the iframe isnt sizing to fit the content. and the font that im importing using @font-face isnt working.
Posted 11 months ago # -
you have a bug. when you change songs, the volume doesn't adjust automatically if you have changed it.
the iframe shouldn't automagically resize. you have to set the size unfortunately. you might be able to use jquery to find the size of the inner document, then change the height of the lightbox.
@font-face only works if you don't already have the font (as I do).
Posted 11 months ago # -
but i have friends that dont have the font and when they look at it it still doesnt work. what do you mean the volume doesnt adjust? it stays the same volume? that how we have it.
Posted 11 months ago # -
ohhhh i see what you mean. yeah we need to fix taht.
Posted 11 months ago # -
volume fixed.
Posted 11 months ago # -
font-face only works in ff 3.5 and safari 4.
Do they have that?
Posted 11 months ago # -
idk why font face would only work in those. @font-face has been in use since css2 and FF 3.5 like just came out
Posted 11 months ago # -
wasn't seen as important as the rest of the spec. Also it was more bandwidth, so people would turn it off in 2000 and even up through 2003. Also, people were happy with the alternatives.
Posted 11 months ago # -
we opted out of the iframe and chose to use a div instead but now we are haveing css issues.
FF WIndows: http://i32.tinypic.com/b89uds.png
FF Mac: http://i32.tinypic.com/swcun8.jpgIve tried messing with margin percentages but idk how its working.
Posted 11 months ago # -
Well it isn't centered for me (it looks like the mac) and I am on Windows.
Posted 11 months ago # -
yeha. idk we are still messing with styles. cant seem to figure it out though
Posted 11 months ago #
Reply
You must log in to post.
