Closed
Bug 509816
Opened 16 years ago
Closed 16 years ago
[IE7]:"Share This" link seems to be outside the design boundary
Categories
(Websites :: creative.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: krupa.mozbugs, Assigned: ryansnyder)
References
()
Details
steps to reproduce:
1.Go to http://mcc.stage.mozilla.com/designs/95
2.Notice the "Share This" link
"Share This" link seems to be outside the design boundary
screenshot: http://screencast.com/t/rlgklFhk
| Reporter | ||
Comment 1•16 years ago
|
||
logged in view:
http://screencast.com/t/4CBCIGvPyO
| Reporter | ||
Comment 2•16 years ago
|
||
with the IE specific style sheet,the buttons still look broken-
screenshot: http://screencast.com/t/v6GpzEe0S4m
Comment 3•16 years ago
|
||
The share link is missing a closing </span> tag. Should be:
<li id="opt-share"><a etc etc><span>Share this</span></a><script etc etc></script></li>
With the span closing before the script and the script contained inside the li. Once the tags are properly closed it should fix the rendering.
Updated•16 years ago
|
Assignee: nobody → ryan
| Assignee | ||
Comment 4•16 years ago
|
||
Thanks Craig! Updated HTML accordingly.
==
Sending views/designs/designs_view.php
Transmitting file data .
Committed revision 49029.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•