On 1/23/06, Andrew Curry <andrew.curry@xxxxxxxxxxxx> wrote:
>
> Has anyone ever come accross a webpage that depending on certain parameters
> being set, displays only the chosen elements of xml.
> I can see this being possible but also very browser intensive. Ideally i
> would like to do it in css and 'hide' the appropriate elements but this
just
> leaves large amounts of white space. So the only other way(bar the use of
> some kind of cgi) is xslt.
Use display:none instead of visibility:hidden in the CSS - the latter
takes up space (showing whitespace) the former doesn't.
cheers
andrew
|