Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Joomla CSS question

Reply
Thread Tools

Joomla CSS question

 
 
Knut Krueger
Guest
Posts: n/a
 
      06-05-2008
Hi to all
i found an error message in an Joomla template.
Is anybody able to tell me how to change it that it is a valid css.

... Its not my site but I would like to know the solution.

*>html #wrap { width: 928px; }
* html #wrap { width: expression((body.offsetWidth >1024)?'928px':'auto'); }

by the way what dos * and *> mean ?

Regards Knut
 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      06-05-2008
Knut Krueger wrote:

> i found an error message in an Joomla template.
> Is anybody able to tell me how to change it that it is a valid css.
>
> .. Its not my site but I would like to know the solution.
>
> *>html #wrap { width: 928px; }
> * html #wrap { width: expression((body.offsetWidth >1024)?'928px':'auto'); }
>
> by the way what dos * and *> mean ?


* means 'any element', and > means 'direct child of'. So, *>html means
an html element that is a direct child of any element. Not that there
is any parent element really to html, but that's why those two
stylerules are only meant to trick older IE versions into applying a
max width.

To make that line valid CSS, would mess up the max width in IE6.

--
Els http://locusmeus.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PSD to XHTML Conversion, PSD to HTML, Joomla, Drupal, WordpressConversion, PSD to XHTML CSS xhtml champs XML 0 08-02-2011 05:40 AM
PSD to XHTML Conversion, PSD to HTML, Joomla, Drupal, WordpressConversion, PSD to XHTML CSS xhtml champs C Programming 0 08-01-2011 06:29 AM
PSD to XHTML Conversion Services and PSD to HTML CSS ConversionServices, PSD to Joomla, Drupal, Wordpress Conversion xhtml champs Python 0 06-21-2011 11:59 AM
PSD to XHTML Conversion Services and PSD to HTML CSS ConversionServices, PSD to Joomla, Drupal, Wordpress Conversion PSD to XHTML Conversion Services and PSD to HTML CSS Conversion Services, PSD to Joomla, Drupal, Wor VHDL 0 04-25-2011 06:43 AM
The Complete Joomla Tutorial Package (Joomla 1.5 Videos Just Added)!!! xmanclick4 Python 0 02-14-2010 06:55 AM



Advertisments