View Single Post
  #3  
Old 10-02-2006, 04:26 AM
 
arrow_design arrow_design is offline
 

Newbie
  
Join Date: Aug 2006
Location: Michigan, USA
Posts: 9
 

Default Re: rounded corners - images randomly showing up in the wrong places

Well, here is the code from menu.tpl:
<div class="menu_container">
<div class="bl_menu">
<div class="br_menu">
<div class="tl_menu">
<div class="tr_menu">

{*if $dingbats ne ''}<IMG src="{$ImagesDir}/{$dingbats}" {if $dingbats eq "spacer.gif"}height="21" width="1"{/if} border="0" align="absmiddle">{/if*}
<div class="menu_title">{$menu_title}</div>
<div class="VertMenuItems">{$menu_content}</div>

</div>
</div>
</div>
</div>
</div>
<div class="clear_menu">&nbsp;</div>


Here is the code from my css file which governs the rounded corners:

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
MENUS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.menu_container{margin-bottom: -30px;}
.menu_title{
font-size: 15px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#6d943b;
}
#menu_content_inside {
padding: 5px;
margin: 0px 3px 3px 3px;

}
#menu_content_inside:link {
text-decoration:none;
padding: 5px;
margin: 0px 3px 3px 3px;

}
.bl_menu {
background: url(images/round3.jpg) 0 100% no-repeat #ffffff;
width: 150px;}
.br_menu {background: url(images/round4.jpg) 100% 100% no-repeat}
.tl_menu {background: url(images/round1.jpg) 0 0 no-repeat}
.tr_menu {background: url(images/round2.jpg) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


I only have the rounded corners applied to the menu.tpl at the moment, so I'm not sure how those images are getting applied to other areas of the site.
__________________
Rachel Quinlan
Arrow Uniform
X-Cart 4.0.19 [win]
Reply With Quote