The theme appears to be working correctly, however the home and contact vertical banners in between the blue and green header is not appearing.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | style.txt | 14.61 KB | eleonel |
| #2 | righttabs.jpg | 34.16 KB | neerjasoftwares |
The theme appears to be working correctly, however the home and contact vertical banners in between the blue and green header is not appearing.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | style.txt | 14.61 KB | eleonel |
| #2 | righttabs.jpg | 34.16 KB | neerjasoftwares |
Comments
Comment #1
garga commentedI have the same Problem
Comment #2
neerjasoftwares commentedTo 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.
Comment #3
robbbrewer commentedI've made the above changes, but it still doesn't work.
Comment #4
neerjasoftwares commentedWe 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.
Comment #5
eleonelHi. 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)
Comment #6
MusicCity commentedVery same issue here, was there an update?
Comment #7
pimentoski commentedI have the same Problem, i made the fix in css and put the jpeg in images folder and still not working.
Comment #8
neerjasoftwares commentedWe have fixed this issue. You need to download the updated version of the theme from the link below:
http://www.neerjasoftwares.com/Drupal-Themes
Comment #9
eleonelTanks & congratulations!
Comment #10
eleonel