Closed Bug 127579 Opened 23 years ago Closed 15 years ago

venturewire.com - columns overlap

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ericweb, Unassigned)

References

()

Details

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>');
}
Evangelized venturewire@venturewire.com using bclary's template.
Summary: columns overlap on VentureWire → venturewire.com - columns overlap
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
looks ok
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.