473,387 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

browser compat - need help with one thing

Hi folks - site's at http://www.datawire.net/files/intranet.html ;
works fine in IE, but open in Firebird/Moz/Opera, and you can see that
the word "Home" near the top doesn't move down to line up with
Documentation on the left. I've tried seemingly every padding and
margin I can think of, but can't get it to line up in browsers other
than IE... little help once again. :)

--
duane lambe
Jul 20 '05 #1
11 1759
In article <vj********************************@4ax.com> in
comp.infosystems.www.authoring.stylesheets, Duane Lambe wrote:
Hi folks - site's at http://www.datawire.net/files/intranet.html ;
works fine in IE, but open in Firebird/Moz/Opera,
I'm running Mozilla 1.4. I got as far in your page as <form action="%20">
<select class="selectmenu2" name="menu2" onchange="MM_jumpMenu('parent',this,0)">

and stopped reading.

It's your privilege, I suppose, to make navigation depend on
Javascript, but I don't want to help with a page that does.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #2
Stan Brown wrote:
In article <vj********************************@4ax.com> in
comp.infosystems.www.authoring.stylesheets, Duane Lambe wrote:
Hi folks - site's at http://www.datawire.net/files/intranet.html ;
works fine in IE, but open in Firebird/Moz/Opera,

I'm running Mozilla 1.4. I got as far in your page as
<form action="%20">
<select class="selectmenu2" name="menu2" onchange="MM_jumpMenu('parent',this,0)">


and stopped reading.

It's your privilege, I suppose, to make navigation depend on
Javascript, but I don't want to help with a page that does.


I don't know why you felt compelled to post, but anyone else? I'm just
looking for a little help. I'm pretty sure the positioning has nothing
to do with the javascript on the page. ;)
Jul 20 '05 #3
"Duane Lambe" <dl****@replytogroup.moc> wrote in message
news:vj********************************@4ax.com...
Hi folks - site's at http://www.datawire.net/files/intranet.html ;
works fine in IE, but open in Firebird/Moz/Opera,


I am just a noob who lurks here (mostly),
but this line caught my attention.

So far as I can see from the posts thus far,
if something 'works fine in IE', but not
(Firebird)/Moz/Opera, it does not validate.

Same here, there are three html errors.
I cannot guarantee that fixing those will
solve the probelm (in fact they will, if
anything, 'break' the look in IE), but it's
best to try getting standard results using
valid html/css.

HTH

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
Jul 20 '05 #4

"Duane Lambe" <dl****@replytogroup.moc> wrote in message
news:vj********************************@4ax.com...
Hi folks - site's at http://www.datawire.net/files/intranet.html ;
works fine in IE, but open in Firebird/Moz/Opera, and you can see that
the word "Home" near the top doesn't move down to line up with
Documentation on the left. I've tried seemingly every padding and
margin I can think of, but can't get it to line up in browsers other
than IE... little help once again. :)

--
duane lambe


Truth be told, if you're writing for an Intranet, and everyone's using only
one browser, do whatever it takes.

However, on the internet, for public view...

1) Get rid of the errant </style> in the header. (I ran a validate, it found
that and some issues with the select tags. I'm no whiz on forms so I'll
refrain from trying to help there.)

2) Per your presentation issue, get it to work in Opera and Netscape, and
expect variance in IE. IE adds stuff wherever it wants to and the web author
has to expect it to be non-conforming. Sorry I can't be more positive. I am
just done with dealing with a layout issue of a similar sort myself, and the
bottom line is that IE won't conform.
Jul 20 '05 #5
"Duane Lambe" <dl****@nothere.com> wrote in message
news:3f***********************@newscene.com...
Stan Brown wrote:
In article <vj********************************@4ax.com> in
comp.infosystems.www.authoring.stylesheets, Duane Lambe wrote: ..... It's your privilege, I suppose, to make navigation depend on
Javascript, but I don't want to help with a page that does.
.... I don't know why you felt compelled to post, but anyone else? I'm just
looking for a little help. I'm pretty sure the positioning has nothing
to do with the javascript on the page. ;)


That sounds a bit hollow, coming from
someone who has still not validated
the page concerned. You have shown
no sign yet of following the advice _I_
gave you.

And the 'pretty sure' it's not a problem bit?
Prove it. Reproduce the error on a page
with no JS, a page that _is_ valid.

Thereafter, you might have a good chance of
getting further help. As it is, your prospects
are not looking good.

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
Jul 20 '05 #6
On Tue, 29 Dec 2003, Duane Lambe wrote:
Stan Brown wrote:

It's your privilege, I suppose, to make navigation depend on
Javascript, but I don't want to help with a page that does.
I don't know why you felt compelled to post,


Welcome to Usenet
but anyone else?
It seems you could benefit from some lessons in elementary problem
solving.

Make a test page - get rid of extraneous factors (such as javascript),
repair known defects (such as failure to validate), then see if you
can reproduce the problem. At that point, you'll likely find some
well-informed usenauts who are keen to help you.
I'm just looking for a little help.
Which is pretty-much what you're likely to get, if you carry on as you
are doing: you rate to get "help" (key phrase: "try this") in
bludgeoning your page from one unmaintainable state to another
unmaintainable state, which just happens to not exhibit the fault
about which you are complaining, but lacks any fundamental
improvement. Some of us around here think that Usenet is capable of
better than that.
I'm pretty sure the positioning has nothing
to do with the javascript on the page. ;)


That's not funny. It's your job to investigate that, first, before
appealing to the group for help. IMHO and YMMV.
Jul 20 '05 #7
On Tue, 30 Dec 2003 11:00:55 GMT, "Andrew Thompson"
<an******@bigNOSPAMpond.com> wrote:
That sounds a bit hollow, coming from
someone who has still not validated
the page concerned. You have shown
no sign yet of following the advice _I_
gave you.
Apoligies - I saw Stan's post before yours on my server.
And the 'pretty sure' it's not a problem bit?
Prove it. Reproduce the error on a page
with no JS, a page that _is_ valid.


Well, I've validated the page [I'll say once again - long story short
I'm trying to get the page up before someone here goes on mat-leave at
the end of the month... she's still learning, and dead tags and such
keep creeping in, nothing against her, but the page keeps getting
invalidated every time I look at it... digressing.]

I'm not sure I know how to create a /non/-JS menu. I'd be more than
happy to do so - it's likely simple - but I've just never had to.
Jul 20 '05 #8
On Tue, 30 Dec 2003 01:15:24 -0500, "Neal" <ne**@spamrcn.com> wrote:
Truth be told, if you're writing for an Intranet, and everyone's using only
one browser, do whatever it takes.

However, on the internet, for public view...
Pretty much the same deal - we have several people that are using Moz,
Opera and FBird in lieu of IE, as they keep getting ridden with
spyware, despite my best efforts. I'm not actually the web guy here,
but rather a sysadmin who's doing too many jobs at once. :)
1) Get rid of the errant </style> in the header. (I ran a validate, it found
that and some issues with the select tags. I'm no whiz on forms so I'll
refrain from trying to help there.)
Gone - previous post explains why dead tags keep getting in there, but
there were several other anomolies that are now corrected; my thanks
to you and others for making me do it - I should have been more
vigilant.
2) Per your presentation issue, get it to work in Opera and Netscape, and
expect variance in IE. IE adds stuff wherever it wants to and the web author
has to expect it to be non-conforming. Sorry I can't be more positive. I am
just done with dealing with a layout issue of a similar sort myself, and the
bottom line is that IE won't conform.


Thing is, I can't get it to budge in the non-IE UAs. It's almost as if
that "Home" at the top has nothing to butt up against, for lack of a
better description. I'd be willing to bet that IE is "helping" the
page display "properly", but I can't let it sit there broken (despite
the state the page was hastily thrown up in :).
Jul 20 '05 #9
In article <Pi*******************************@ppepc56.ph.gla. ac.uk>
in comp.infosystems.www.authoring.stylesheets, Alan J. Flavell
wrote:
On Tue, 29 Dec 2003, Duane Lambe wrote:
I'm just looking for a little help.


Which is pretty-much what you're likely to get, if you carry on as you
are doing: you rate to get "help" (key phrase: "try this") in
bludgeoning your page from one unmaintainable state to another
unmaintainable state, which just happens to not exhibit the fault
about which you are complaining, but lacks any fundamental
improvement.


This made me laugh out loud. Thanks, Alan!

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #10
"Duane Lambe" <dl****@replytogroup.moc> wrote in message
news:hc********************************@4ax.com...
On Tue, 30 Dec 2003 11:00:55 GMT, "Andrew Thompson"
<an******@bigNOSPAMpond.com> wrote: ..dead tags and such
keep creeping in, nothing against her, but the page keeps getting
invalidated every time I look at it... digressing.]


Try making a 'secret' version, call it
'alter_under_pain_of_death.html'
that might help (OK - silly URL, but
I think you get the picture)

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
Jul 20 '05 #11
On Tue, 30 Dec 2003 21:29:50 GMT, "Andrew Thompson"
<an******@bigNOSPAMpond.com> wrote:
..dead tags and such
keep creeping in, nothing against her, but the page keeps getting
invalidated every time I look at it... digressing.]


Try making a 'secret' version, call it
'alter_under_pain_of_death.html'
that might help (OK - silly URL, but
I think you get the picture)


hehe, good idea - I'll try something like that. :)

I think I found the means to trash the JS on the page.... little more
tweaking, it should be OK (URL provided in thread not updated with
changes).

Thanks to all for the suggestions. Once I get things cleaned up, I'll
see if it's still an IE pain or not. For now, it's NYE, and I'm gettin
hammered. :)
Jul 20 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: sreak | last post by:
Need to find the cause of the following error: The sample code goes as follows:( file name version.cpp ) #include <iostream> struct version { int val; }; int main()
12
by: Kepler | last post by:
How do you get the height of the client browser in IE? Both document.body.clientHeight and document.body.offsetHeight return the height of the document. If the page is long and there's a vertical...
2
by: Eric Caron | last post by:
Hi everybody, I was doing some cross-browser tests today and I found out that if you specify the width and height for a button type control, asp.net doesn't output the style information when...
2
by: SeanInSeattle | last post by:
Hey all. I'm working on a fairly large XSL file along with an external css file for my xml data. I'm running into cross browser issues. The code below works in IE, but not in Firefox 3.0. Any...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.