Closed
Bug 360382
Opened 18 years ago
Closed 18 years ago
Unable to display full text - text isolated in left side on main frame.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lebensbaum, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
In main frame of web site, the text and images are segregated to the left side of the page. This is true for the inside pages of this site.
I tried this URL on Internet Explorer, and the full image and text display was normal.
Reproducible: Always
Steps to Reproduce:
1. Just log on to the website
2.
3.
Actual Results:
Happens each time you log onto to the URL and internal pages.
Expected Results:
Main frame text and images segregated to left side.
Display the main frame on the full page.
Comment 1•18 years ago
|
||
*** Bug 360383 has been marked as a duplicate of this bug. ***
Comment 2•18 years ago
|
||
I believe this is a Tech Evangelism issue. The same bad layout appears using MSIE 7.0 on Windows XP sp2.
Comment 3•18 years ago
|
||
invalid CSS: width=598px;
should be: width:598px;
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.breakinglegalnews.com%2Fskin%2Fcustomize%2F1%2Fstyle.css&usermedium=all
Errors
URI : http://www.breakinglegalnews.com/skin/customize/1/style.css
* Line: 140 Context : #content
Invalid number : width Parse Error - width=598px
#content {
LEFT: 162px;
RIGHT:658px;
MARGIN-top: 0px;
background-color: #F2F2F2;
width=598px;
POSITION: absolute;
TOP: 120px;
line-height: 1.5em;
}
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•