How to: Put an image above the menu


Author Message
Mike Yearwood

Posted: 5/10/2011
Quote message 

Hi all

How exactly would I go about editing the page.ascx and the skin.css to add a .mp4 above a vertical menu in sidebar1?

Thanks

Mike
 
Duane Wilson

Posted: 5/10/2011
Quote message 

http://www.eagle1065.com/

That's a Live example for you, so reply once you have viewed it.
You just place your code below "<div class="art-vmenublock"> "
wrap it in a div, add your own style to the style sheet or do an in-line style as I show here.

here is the code:

<div id="sidebar1" visible="true" runat="server">
<div class="art-vmenublock">
<div style="margin-left: 5px; margin-bottom: 10px;" class"whatever">
<a href="http://www.eagle1065.com/Portals/TC_KEGX/Audiofiles/UGM.mp3">Psychotic Cinema</a>
</div>
<div class="art-vmenublock-body">
<div class="art-vmenublockheader">
<div class="l"></div>
<div class="r"></div>
<h3 class="t">Navigation</h3> </div>