Closed Bug 266074 Opened 20 years ago Closed 20 years ago

Coding for menu's is fine the page before but as soon as you go to a specific page it is displayed very badly

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: nnogic, Unassigned)

References

()

Details

(Keywords: qawanted)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041025
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041025

Browse to the page to see what I mean. Very hard to explain. The menu seems to
protrude past the edge of the right hand side menu border and they are overlaid
on each other but only the text. Makes it impossible to read.

Reproducible: Always
Steps to Reproduce:
1. View the webpage
2.
3.

Actual Results:  
Same Error

Expected Results:  
Displayed as per the previous page

http://business.commbank.com.au/business_display/0,1928,NI2508%255FCH2508,00.html
Open Tools->WebDevelopment->JavaScriptConsole and you will see a lot of CSS
errors, because a stylesheet isn´t loaded.

Error: The stylesheet
http://business.commbank.com.au/GAC/Business_IE_CSS/0,1920,,00.html was not
loaded because its MIME type, "text/html", is not "text/css".
Source File:
http://business.commbank.com.au/business_display/0,1928,NI2508%255FCH2508,00.html
Line: 0

the stylesheet is inserted via JS:

if (!NS) {
		    styles = ("/GAC/Business_IE_CSS/0,1920,,00.html");
		}
	    else {
		    styles = ("/GAC/Business_NN_CSS/0,1921,,00.html");
		}
	    document.write('<link rel="stylesheet" type="text/css" href="' + styles +
'"/>');
Keywords: qawanted
Product: Browser → Seamonkey
URL no longer works (times out).

resolving WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.