On 11/14/05, Carlos Palol <[EMAIL PROTECTED]> wrote:
> I'm using a script to override some css styles when the user-agent is
> internet explorer and keep my styling:
> I think it´s alright and works everywhere but in search results
> page. I seems to me it could be malfunctioning because of the META,
> but don't know yet why...
The Search Form uses several classes:
lenya-box
lenya-box-body
searchvalues
lenya-table-noborder
lenya-form-element
Search Results is just a TABLE within the DIV id="body".
The META tag shouldn't affect CSS (but nothing is simple with MSIE.)
What is your CSS? Are you defining fonts for TDs?
Try:
#body td {
color: #00FF00;
background-color: #009999;
}
to make some obvious changes to search results. (Should the results
have their own CSS classes? Or just enclose them in a DIV?)
solprovider
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]