PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   change the background of the view and perpage selections (http://www.photopost.com/forum/photopost-pro-how-do-i/139001-change-background-view-perpage-selections.html)

Silver_2000 January 20th, 2009 10:07 PM

change the background of the view and perpage selections
 
I want to change the background of the view and perpage selections on the category page

tried adding tddetails class to the section of cathead.tmpl here
Quote:

<td class="{$Style['menubar']}" colspan="$cols">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="25%" align="left" class="tddetails"><span class="{$Style['small']}">$pageind</span></td>
<td width="40%" align="center" class="tddetails"><span class="{$Style['small']}">$posternav</span></td>
<td width="35%" align="right" class="tddetails"><form name="tform" method="get" action="{$Globals['maindir']}/showgallery.php">
<span class="{$Style['small']}">
{$Globals['pp_lang']['viewtype']} <select onchange="submit();" name="thumbsonly" style="font-size: 9pt; background: #ffffff;">$views</select>&nbsp;
PPPRINT;
it didnt work - that class works well lower in the page - im using white text and the text disappears in the background

code was

<td width="25%" align="left" class=""><span class="{$Style['small']}">$pageind</span></td>

Chuck S January 21st, 2009 11:43 AM

If your trying to change the actual select boxes look here. Change the style elements.

Code:

Content visible to verified customers only.

Silver_2000 January 21st, 2009 02:10 PM

Perfect

Thanks - Not sure why I didnt see that - I was blinded by CSS I guess

Chuck S January 21st, 2009 06:22 PM

Not a problem glad to help.


All times are GMT -5. The time now is 04:32 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97