Design and CSS styles
Version 5.x > Design and CSS styles > Can't Appear Image in the Header of Menu List View modes: 
User avatar
Member
Member
MUBASHIR ALI - 7/22/2011 3:09:47 AM
   
Can't Appear Image in the Header of Menu List
Dear Sir

i have created a the List Menu for my website page with CSS code

with this code:

.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background:#003366 url('images/bluebox_right_header.gif') no-repeat;
color: #fff;
font-size: 20px;
text-align:center;
width: 320px;

when i paste this code on this below page it is working and appearing image of header on this page
on this page the Image is appear

but when i paste is on another page the image can't appear
like


on this page the Image can't appear


Could you please Help me what i'm missing in the code ?

Thanks

Mubashir Ali

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 7/25/2011 3:36:33 AM
   
RE:Can't Appear Image in the Header of Menu List
Hello,

Could you please try to include a slash infront of the URL:

url("/images/bluebox_right_header.gif")

Best regards,
Boris Pocatko