Home and Contact Banner links are not appearing
saundra2 - January 16, 2009 - 05:13
| Project: | Coolweb |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | eleonel |
| Status: | active |
Description
The theme appears to be working correctly, however the home and contact vertical banners in between the blue and green header is not appearing.

#1
I have the same Problem
#2
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.
#3
I've made the above changes, but it still doesn't work.
#4
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.
#5
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)
#6
Very same issue here, was there an update?
#7
I have the same Problem, i made the fix in css and put the jpeg in images folder and still not working.
#8
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
#9
Tanks & congratulations!