Status
People
(Reporter: ericweb, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(URL)
Using 0.9.7 on WinXP Pro. To repro: view URL in IE 6 vs. Moz 0.9.7. In Moz, third column overlaps text of second and has extra space in gutter to the right. Source shows evidence of optimizing for Nav4 and IE, but not for Moz/N6: if(browser == netscape && os != mac) { document.write('<link rel=stylesheet type="text/css" href="../style/nnwindows.css" title=master>'); } else if(browser == netscape && os == mac) { document.write('<link rel=stylesheet type="text/css" href="../style/nnmac.css" title=master>'); } else if(browser == ie && os == mac) { if(navigator.appVersion.indexOf("5.")>0){ document.write('<link rel=stylesheet type="text/css" href="../style/iewindows.css" title=master>');} else {document.write('<link rel=stylesheet type="text/css" href="../style/iewindows.css" title=master>');} } else { document.write('<link rel=stylesheet type="text/css" href="../style/iewindows.css" title=master>'); }
(Reporter) | ||
Comment 1•17 years ago
|
||
Evangelized venturewire@venturewire.com using bclary's template.
Updated•16 years ago
|
Summary: columns overlap on VentureWire → venturewire.com - columns overlap
Comment 2•16 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 3•10 years ago
|
||
looks ok
Status: NEW → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•