Closed
Bug 229717
Opened 22 years ago
Closed 12 years ago
mastinivarese.it - Bad view of the left frame
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: darkx, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
The button on the left frame is not all visible, the buttons would be visible
and not to be overlapped
Reproducible: Always
Steps to Reproduce:
1. Simply open the page
2.
3.
Actual Results:
The buttons are overlapped
Expected Results:
All The buttons would be visible
Nothing...No Errors...
Comment 1•22 years ago
|
||
Not Firebird-specific.
Component: General → Layout
OS: Linux → All
Product: Firebird → Browser
Version: unspecified → Trunk
Firebird 0.7
Component: Layout → General
Product: Browser → Firebird
Version: Trunk → unspecified
Component: General → Layout
Product: Firebird → Browser
Version: unspecified → Trunk
Comment 4•22 years ago
|
||
Invalid or Tech Evangelism?
Browsersniffing tests for IE and NS4 only, if it is not NS4 they use
document.all, see the line with this.css below.
CSS doesn´t validate:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.mastinivarese.it%2Fstyles%2Findice.css&warning=1&profile=css2&usermedium=all
http://www.mastinivarese.it/styles/indice.css
Error Line: 0 Context : A
Property text-weight doesn't exist : bolder
Warning Line : 0 font-family: You are encouraged to offer a generic family as a
last alternative
Valid CSS information
* BODY {
o font-family : Century Ghotic;
from the source of http://www.mastinivarese.it/indice.htm
<script language="JavaScript">
var stayFolded=false
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
var browser=((n || ie) && parseInt(navigator.appVersion)>=4)
function makeMenu(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=(n) ? eval(nest+'document.'+obj):eval('document.all.'+obj+'.style')
this.ref=(n) ? eval(nest+'document.'+obj+'.document'):eval('document');
Comment 5•22 years ago
|
||
==> Evang
Assignee: nobody → italian
Status: UNCONFIRMED → NEW
Component: Layout → Italian
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: core.layout → italian
Version: Trunk → unspecified
Updated•21 years ago
|
Summary: Bad view of the left frame → mastinivarese.it - Bad view of the left frame
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Comment 6•12 years ago
|
||
Site no longer exists.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•10 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
•