Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > MISCELLANEOUS > Archives > Bug Report 1.4.x

Thread Closed
 
Thread Tools
  #1  
Old 04-15-2005, 09:53 AM
bite me! Offline
pp regular
 
Join Date: Mar 2005
Posts: 36
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;
    }
at the 1.3 version this worked really great, but right now the current thumb is lower and the margin between the other thumb is too small.

hopefully someone can help (and hopefully i'm in the right forum-thread ;-))
  #2  
Old 04-15-2005, 12:33 PM
n0d3 Offline
forum loafer
 
Join Date: Feb 2005
Location: localhost
Posts: 17
Send a message via ICQ to n0d3 Send a message via MSN to n0d3
Try changing it to: current-thumbnail

You might want to check this out:
http://www.pixelpost.org/forum/viewtopic.php?t=850
  #3  
Old 04-15-2005, 03:33 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
is margin:6px; in the other thumbs as well?
  #4  
Old 04-15-2005, 03:39 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
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;
    }
try changing this to

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;
    }
that should do the job! at least it will in firefox!

EDIT: p.s. sorry about the double post!

this is not a bug in ther pixelpost release but in your own css
  #5  
Old 04-15-2005, 03:43 PM
bite me! Offline
pp regular
 
Join Date: Mar 2005
Posts: 36
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  
Old 04-15-2005, 04:12 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
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  
Old 04-15-2005, 04:27 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
Quote:
Originally Posted by JSpurling
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.
good point!
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
  #8  
Old 04-15-2005, 04:28 PM
bite me! Offline
pp regular
 
Join Date: Mar 2005
Posts: 36
uh.. ok.

  #9  
Old 04-27-2005, 10:46 AM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
This is considered now in version 1.4.1
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
  #10  
Old 05-01-2005, 12:45 PM
Connie
Guest
 
Posts: n/a
this is mentioned!
Thread Closed


Thread Tools




All times are GMT. The time now is 09:00 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs