J1.5:Customising the Beez template/ie7only.css
From Joomla! Documentation
< J1.5:Customising the Beez template(Difference between revisions)
(first creation) |
Bembelimen (Talk | contribs) (added Category) |
||
| Line 19: | Line 19: | ||
{ | { | ||
/* nur fuer IE-Win; | /* nur fuer IE-Win; | ||
| − | * definierte | + | * definierte groeße (height or witdh) |
* fuer automatisches einbeziehen | * fuer automatisches einbeziehen | ||
* der Float-Container (auto-clearing); | * der Float-Container (auto-clearing); | ||
| Line 33: | Line 33: | ||
} | } | ||
</source> | </source> | ||
| + | [[Category:Beez]] | ||
Revision as of 09:45, 20 March 2009
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
/** * @version $Id: ie7only.css 10387 2008-06-03 10:59:16Z pasamio $ * @author Design & Accessible Team ( Angie Radtke / Robert Deutz ) * @package Joomla * @subpackage Accessible-Template-Beez * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant to the * GNU General Public License, and as distributed it includes or is derivative * of works licensed under the GNU General Public License or other free or open * source software licenses. See COPYRIGHT.php for copyright notices and * details. */ .contentdescription {height:1%} #right form.poll { /* nur fuer IE-Win; * definierte groeße (height or witdh) * fuer automatisches einbeziehen * der Float-Container (auto-clearing); * * verbergen IE-Mac \*/ height: 1%; /* ende verbergen IE-Mac */ } form.login input { margin:0 0 0 -10px }
