Tagged: image size, LayerSlider
Read last post
Finally got it. I had to add another </div> to end the link to the FAQ page in the menu above. The one strange thing left is that I wanted to move the player up a little. When I add margin-top:-30px to the style it goes back to the FAQ page link even though there is a </div>. That makes no sense to me but that doesn’t mean anything. lol
Hey!
Try to add
width:auto; z-index: 1000;
to the player css code. You can also try to set a higher margin-top value (i.e. -15px) and to add a positive margin-bottom (i.e. 15px) to center the player in the header.
Regards,
Peter
When I added any code after the align:right it went back to the FAQ link. No idea why.
You have my login info if you want to play with it. I assume that having audio in either the header or the footer is a good thing.
Finally got it! The problem was, when I looked at the CSS, the menu section is 96px high, so entering a negative top margin for the player made it part of the menu and that’s why the links. I moved it to the left under the logo, which is actually better because the menu drop downs would have been on top of the player on the right side. It works fine in Chrome and Firefox now and, like many people, I don’t give a rat’s you know what whether it works in IE. Most things don’t.