This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 3412 - BUG CSS OR NOT ?
Summary: BUG CSS OR NOT ?
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: main pages/translations (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
: 3411 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-27 18:41 UTC by brice
Modified: 2006-06-28 08:41 UTC (History)
0 users

See Also:


Attachments

Description brice 2006-06-27 18:41:13 UTC
1/
First, when i use CSS validator it's ok when i delete this informations :
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
Why ?

2/
After, another problem is when i use the mouse, i use CTRL+Scroll of MOUSE and I can't resize all the text of my page. Maybe the reason is I include much CSS files ? 
<link href='css/menu.css' rel='stylesheet' type='text/css'>
		<link href='".$css."' rel='stylesheet' type='text/css'>
		<link href='css/text.css' rel='stylesheet' type='text/css'>
		<link href='css/bas.css' rel='stylesheet' type='text/css'>
But I did a test, when i delete this from my CSS file: font-size.... it works but i can precise/tell the default font size...

Is there any solutions?

Thanks for your help. 

!!! 
Please only answer to brice_studio@caramail.com 
Thanks a lot
!!!!!
Comment 1 brice 2006-06-27 18:54:18 UTC
Ok just use em instead of px in font-size!!!
Comment 2 Robin Whittleton 2006-06-28 08:41:26 UTC
*** Bug 3411 has been marked as a duplicate of this bug. ***