Closed
Bug 305653
Opened 19 years ago
Closed 16 years ago
Image size doesn't look correct
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jongampark, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1 When you open the URL, http://www.palm.com/us/products/mobilemanagers/lifedrive/, images are displayed bigger than it should be. Reproducible: Always Steps to Reproduce: 1. Try visiting the site 2. Check the image size with the IE, Safari, and so on, and compare it. 3. Try open only the image to figure out if the image size is that big. Actual Results: Images are displayed big. Expected Results: Normal size
Comment 1•19 years ago
|
||
all the css files are packed with errors
example:
div.shadowfront {
font-size: 1em;
position: relative;
top: -0.2em;
left: -0.4em;
_left: -.3em;
_top: -.1em;
}
note: for some reason they use a lot underscores for
_top, _left, _right, _bottom, _width and _height
It's amazing it doesn't display any worseAdding an underscore before a property name is a hack for IE. While not valid, it does not harm standard compatible browsers. Anyway, the site in question doesn't look wrong to me in any browser.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•