[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- Date: Wed, 4 Jan 2006 09:57:20 -0500
- From: "Valentina Mayz" <mayz at nova dot edu>
- Subject: RE: [IUG] briefcit thanks, drafts and questions
Hi Richard,
The display at the top of the list of items in the second link
http://cals.evergreen.edu:2080/search~S2/Wking has text that is too
large (LOCATION CALL # STATUS). I can't seem to figure out how this
is controlled. Anyone know?
--> In your CSS, specify a font-size: with whatever value you want to the TH
element. For example:
th { background-color: #003366;
font-weight:bold;
color:#FFFFFF;
vertical-align:middle;
text-align:center;
font-size: 10pt;
}
The downside to this is that any other coding in any of your flat and
dynamic pages that have a table header coded simply as <th> (with no css
styles applied to them) will also be reflecting this font size change. Well,
it may be a downside or a benefit depending on your case.
And, I can't seem to figure out how to get the column headers to work.
In our current catalog (see
http://cals.evergreen.edu/search~S2/Wking
for an example), the columns are headed with "NUM", "Mark for Bookcart",
"Keywords", "Year", and "Entries found". But once I use a briefcit form I
lose all the headers except for the "Keywords" (or whatever type of search
is being done). Anyone know how to add those column headers back?
--> I'm not sure about this, but I believe those column headers only appear
based on what the system is set up to do and the limited wwwoptions you can
control. These do not apply to keyword searches IF you're using a briefcit
display for keyword searches.
Valentina