Open
Bug 412293
Opened 17 years ago
Updated 3 years ago
Image Replacement Method breaks when applied to <ul>
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: quizosde, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b2) Gecko/2007121014 Firefox/3.0b2
Using the Following Image Replacement Method:
http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method-example.html
This works as expected when applying to a single element, but if you apply it to a <ul> with floated <li>s it has unexpected results, I just got a large white space.
This works in FFox 2 and every other major browser, but breaks in FFox 3 beta 2
Reproducible: Always
Steps to Reproduce:
1. create unordered list
2. float list items to the left
3. assign the replacement class to the ul
Actual Results:
a large white space were list should be
Expected Results:
a floated list with image backgrounds replacing text
Comment 1•17 years ago
|
||
Are you referring to the example at the bottom of that page ?
I don't see anything wrong with it (and it displays the same as Safari 3.04), using the 20080113 nightly build.
A screenshot and a minimal testcase would be helpful.
Updated•17 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: tabbed.browser → layout
Version: unspecified → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•