The theme appears to be working correctly, however the home and contact vertical banners in between the blue and green header is not appearing.

CommentFileSizeAuthor
#5 style.txt14.61 KBeleonel
#2 righttabs.jpg34.16 KBneerjasoftwares
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

garga’s picture

I have the same Problem

neerjasoftwares’s picture

FileSize
34.16 KB

To resolve this problem, please replace these classes in style.css file:

#topSidemenuPan ul li.home a {
width:99px;
height:277px;
display:block;
background:url(images/righttabs.jpg) no-repeat -99px 0px;
text-indent:-20000px;
}
#topSidemenuPan ul li.home a:hover {
width:99px;
height:277px;
background:url(images/righttabs.jpg) 0 0 no-repeat;
}
#topSidemenuPan ul li.contact a {
width:99px;
height:277px;
display:block;
background:url(images/righttabs.jpg) no-repeat -297px;
text-indent:-20000px;
}
#topSidemenuPan ul li.contact a:hover {
width:99px;
height:277px;
background:url(images/righttabs.jpg) no-repeat -198px 0px;
}

Also, please put the attached image in the Images folder.

This should help.

robbbrewer’s picture

I've made the above changes, but it still doesn't work.

neerjasoftwares’s picture

We checked again and its working fine at our end, can you give us the URL of your website or can you elaborate a bit more so that we can assist you further.

eleonel’s picture

Assigned: Unassigned » eleonel
FileSize
14.61 KB

Hi. I have the same problem. I've made the changes but dont work. I put the image in to coolweb/images and i replace the classes in the style.css file.

I have drupal 6.9.

This is my css file. (modified)

MusicCity’s picture

Very same issue here, was there an update?

pimentoski’s picture

I have the same Problem, i made the fix in css and put the jpeg in images folder and still not working.

neerjasoftwares’s picture

We have fixed this issue. You need to download the updated version of the theme from the link below:

http://www.neerjasoftwares.com/Drupal-Themes

eleonel’s picture

Tanks & congratulations!

eleonel’s picture

Assigned: eleonel » Unassigned
Issue summary: View changes
Status: Active » Closed (fixed)