|
#1
|
||||
|
||||
|
Thumbnail border and popup
Hi.. I know this ? has been asked before but the other answers dont help me. I have the thumbnail in my comments but it is has a purple border. I have searched all through the css and removed any borders and changed all link colors to black yet it still comes up purple. Idealy I would be to have the border change colors on hover. I tried this within the image div to
Code:
#image a:link {
color: #666666;
text-decoration: none;
}
#image a:hover {
color: #339999;
text-decoration: underline;
}
My other question is after a comment is posted and says " thanks, click here to return to page" the link opens up my full size entry in the tiny popup window. How can I make it so the popup just closes and return the viewer to the entry they commented from? THanks for any help! (My site is not live yet) |
|
#2
|
||||
|
||||
|
moving this to the frontend design and code section...but here is your solution
http://pixelpost.org/forum/viewtopic.php?t=1580
__________________
i should say more clever stuff |
| Post Reply |
| Thread Tools | |
|
|