On 14/11/2005, at 19:03, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
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.
excuse my delay.
I did massive changes and it's actually loading my css patch correctly.
My css styling breaks, by example, in menu div, so it doesn't have ro
see with the body div.
Is it normal that i have no line breaks on a normal page but regular
brakes on results page?
like
any page:
<html><head>....
results page:
<html>
<head>
...
is there any other substantial difference between the html sent to
the browser in a regular page and results page?
(Should the results
have their own CSS classes? Or just enclose them in a DIV?)
You mean by default? maybe a "results" div. Being a sort of special
content
thanks
Carlos Palol
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]