Closed
Bug 288134
Opened 20 years ago
Closed 20 years ago
float: right
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nathansamson+mozillabugzilla, Unassigned)
References
()
Details
Attachments
(1 file)
|
160.73 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050328 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050328 Firefox/1.0+ This site looks bad, the place between the main content and the navigation is too big. It looks good in Firefox 1.0.2 Reproducible: Always Steps to Reproduce: 1. open the site Actual Results: the site looks not good Expected Results: see form details
Comment 1•20 years ago
|
||
see minimal testcase https://bugzilla.mozilla.org/attachment.cgi?id=178915 in Bug 288076 display problem with <pre> in trunk It doesn´t depend on Float, see testcases.
Comment 2•20 years ago
|
||
(In reply to comment #1) > see minimal testcase https://bugzilla.mozilla.org/attachment.cgi?id=178915 > in Bug 288076 display problem with <pre> in trunk > > It doesn´t depend on Float, see testcases. Sorry, this comment was intended for your Bug 288135 border is wrong
Comment 3•20 years ago
|
||
Can you attach a screenshot (or upload one somewhere)? Here it looks ok to me.
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
enable JS then you won´t see it. Using DOM Inspector I found the DIV for nav: width 15%, float:left, then another DIV holding two scripts, also width 15%, but float:right, and then the div for content. If js is enabled, the float:right DIV holds the Ads to the right. If JS is disabled, you see that div as a 15% wide gap between nav menu and content.
Comment 6•20 years ago
|
||
There is an ad at the right which your Adblock has removed for you, thereby making the main content float further to the right. -> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 7•20 years ago
|
||
(In reply to comment #6) > There is an ad at the right which your Adblock has removed for you, thereby > making the main content float further to the right. > > -> INVALID Mats, you don´t need Adblock, simply disabling JS is sufficient. The JS loads an <iframe> which loads some JS which loads a gif and some anchors. If JS is disabled the ads div is empty, and the main content floats further to the right.
Comment 8•20 years ago
|
||
Yes, I noticed that.
You need to log in
before you can comment on or make changes to this bug.
Description
•