|
#1
|
|||
|
|||
|
thumbnail row
hi there,
1.4 up and running, great! the only thing that's bugging me, is the thumbnail row. somehow the current thumb is not responding to my added CSS in the image_template: Code:
.current_thumbnail {
margin: 6px;
border:2px solid #FFFFFF;
}
hopefully someone can help (and hopefully i'm in the right forum-thread ;-)) |
|
#2
|
|||
|
|||
|
Try changing it to: current-thumbnail
You might want to check this out: http://www.pixelpost.org/forum/viewtopic.php?t=850 |
|
#3
|
||||
|
||||
|
is margin:6px; in the other thumbs as well?
|
|
#4
|
||||
|
||||
|
on looking at your source i see:
Code:
#browsethumbs a:hover img, #browsethumbs a:focus img {
border: 2px solid #656565;
filter: alpha(opacity=50);
opacity: 0.50;
padding: 3px;
}
.thumbnails {
margin: 4px;
border:2px solid #FFFFFF;
}
current_thumbnail {
margin: 6px;
margin-top: 0px;
border:2px solid #FFFFFF;
}
Code:
#browsethumbs a:hover img, #browsethumbs a:focus img {
border: 2px solid #656565;
filter: alpha(opacity=50);
opacity: 0.50;
padding: 3px;
}
.thumbnails {
margin: 6px;
border:2px solid #FFFFFF;
}
.current-thumbnail {
margin: 6px;
margin-top: 0px;
border:2px solid #FFFFFF;
}
EDIT: p.s. sorry about the double post! this is not a bug in ther pixelpost release but in your own css |
|
#5
|
|||
|
|||
|
that's it!
thanx a lot JSpurling! ![]() p.s. i'm sorry, but with this new version of pixelpost, i'm not sure where to post anymore.... plus with 1.3 this worked just fine, that's why I thought it could be a bug or something like that.. |
|
#6
|
||||
|
||||
|
oh yeah. css was updated in 1.4 to be made valid in netscape which involved removal of _'s. this should have been mentioned in the doc folder.
|
|
#7
|
||||
|
||||
|
Quote:
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#8
|
|||
|
|||
|
uh.. ok.
|
|
#9
|
||||
|
||||
|
This is considered now in version 1.4.1
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#10
|
|||
|
|||
|
this is mentioned!
|
| Thread Closed |
| Thread Tools | |
|
|