473,327 Members | 1,976 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,327 software developers and data experts.

Header and Buttons, wrong position with Firefox

Hi,

this webpage www.roberto089.com
displays ok with IE,
but with Firefox the 7 Buttons plus the image have shifted up, and the
header has shifted on the left.

Thanks for help.

Feb 27 '08 #1
13 2853
On 2/27/2008 9:38 AM, Freightliner wrote:
Hi,

this webpage www.roberto089.com
displays ok with IE,
but with Firefox the 7 Buttons plus the image have shifted up, and the
header has shifted on the left.

Thanks for help.
There are 8 HTML errors. The Style in the <Headarea has 2 CSS errors;
I did not evaluate the inline style attributes in the <Bodyarea.

Each browser responds differently when it tries to display a buggy page.
Therefore, you should not be surprised that IE and Firefox display this
page differently.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
Feb 27 '08 #2
Freightliner wrote:
>
this webpage www.roberto089.com
displays ok with IE,
but with Firefox the 7 Buttons plus the image have shifted up, and the
header has shifted on the left.
Besides the coding errors, it looks like you are just hacking away
trying to get something to work without really understanding any of it.
CSS is not something you can learn overnight, and some things don't mean
what you think they do. You should start over.

Try to learn what that stuff is *supposed* to do first. Also try to
abandon thoughts of a "pixel-perfect" layout, because it's an exercise
in futility. Only then may you actually have some success, not to
mention a lot less frustration.

http://brainjar.com/css/positioning/
http://microformats.org/wiki/posh

BTW, that comment you have in the code on the very first line throws IE6
into "quirks" mode. google it if you don't know what that means. There
are numerous sites on the subject, and numerous past discussions in
various newsgroups.

Lastly, between the low contrasting colors and the puny font size I have
no hope of reading the text on those buttons. I bet a lot of other
people will have the same problem.

--
Berg
Feb 27 '08 #3
On Feb 27, 4:05*pm, "David E. Ross" <nob...@nowhere.notwrote:

There are 8 HTML errors.
Can you tell me which?

thanks
Feb 27 '08 #4
On Feb 27, 5:08*pm, Bergamot <berga...@visi.comwrote:

Besides the coding errors, it looks like you are just hacking away
trying to get something to work without really understanding any of it.
Maybe you are right.

CSS is not something you can learn overnight,
I dont have any intention to learn CCS overnight.

and some things don't mean
what you think they do.
That happens quite often in life.

You should start over.
Unfortunately I dont' have the time for that.

Try to learn what that stuff is *supposed* to do first. Also try to
abandon thoughts of a "pixel-perfect" layout, because it's an exercise
in futility. Only then may you actually have some success, not to
mention a lot less frustration.
Thanks, I'll keep in mind your advice.

http://brainjar.com/css/positioning/....org/wiki/posh

BTW, that comment you have in the code on the very first line throws IE6
into "quirks" mode.
Thanks again.

Lastly, between the low contrasting colors and the puny font size
Puny font size?

Feb 27 '08 #5

"Freightliner" <fr**************@hotmail.comwrote in message
news:18**********************************@x30g2000 hsd.googlegroups.com...
On Feb 27, 5:08 pm, Bergamot <berga...@visi.comwrote:

(snip)
Lastly, between the low contrasting colors and the puny font size
Puny font size?

See http://pages.prodigy.net/chris_beall...nt%20size.html

Bergamot may be able to provide more details about his specific setup and
why he perceives font-size:14 (um, 14 WHAT exactly?) to be 'puny', but the
general principles will be the same regardless.

Chris Beall
Feb 28 '08 #6

"Freightliner" <fr**************@hotmail.comwrote in message
news:66**********************************@n75g2000 hsh.googlegroups.com...
On Feb 27, 4:05 pm, "David E. Ross" <nob...@nowhere.notwrote:

There are 8 HTML errors.
Can you tell me which?

We could, but you might create a different one next week, so it is more
useful for you to learn to use the validators for HTML and CSS. See
http://pages.prodigy.net/chris_beall/TC/Validation.html

Chris Beall

thanks
Feb 28 '08 #7
rf

"Chris Beall" <Ch*********@prodigy.netwrote in message
news:c2******************@newssvr13.news.prodigy.n et...
>
"Freightliner" <fr**************@hotmail.comwrote in message
news:18**********************************@x30g2000 hsd.googlegroups.com...
On Feb 27, 5:08 pm, Bergamot <berga...@visi.comwrote:

(snip)
>Lastly, between the low contrasting colors and the puny font size

Puny font size?

See http://pages.prodigy.net/chris_beall...nt%20size.html

Bergamot may be able to provide more details about his specific setup and
why he perceives font-size:14 (um, 14 WHAT exactly?) to be 'puny', but the
general principles will be the same regardless.
IIRC Bergamot has a minimum font size of 18px specified. If it isn't him
then it will be somebody else out there.

Those navaigation buttons are *not* text, they are images, at about the same
size as the content which is in font elements: <font size="2"...

This is of course puny but at least the content can be resized (or minimum
sized). The menu text images *cannot* be resized.

This page, with the deprecated elements and all the absolute positioning and
other accessibility issues, should be re-written from the ground up.

--
Richard.
Feb 28 '08 #8
Freightliner wrote:
On Feb 27, 4:05*pm, "David E. Ross" <nob...@nowhere.notwrote:

There are 8 HTML errors.

Can you tell me which?
I see 5 HTML errors at this time, though:
http://validator.w3.org/check?uri=ht...erto089.com%2F

--
Kim André Akerĝ
- ki******@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Feb 28 '08 #9
On Feb 28, 9:29*am, Kim André Akerĝ <kiman...@NOSPAMbetadome.com>
wrote:

>
I see 5 HTML errors at this time, though:http://validator.w3.org/check?uri=ht...erto089.com%2F

--
Kim André Akerĝ
- kiman...@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Yes... those are errors on the script added by Yahoo WebServer at the
bottom of the page.

Take off those lines, copy and paste in the W3C again, and the page is
valid transitional HTML.

thanks
Feb 28 '08 #10
On Feb 28, 1:02*am, "Chris Beall" <Chris_Be...@prodigy.netwrote:
"Freightliner" <freightliner2...@hotmail.comwrote in message

news:66**********************************@n75g2000 hsh.googlegroups.com...
On Feb 27, 4:05 pm, "David E. Ross" <nob...@nowhere.notwrote:
There are 8 HTML errors.

Can you tell me which?

We could, but you might create a different one next week, so it is more
useful for you to learn to use the validators for HTML
I used the W3C validator *before* opening this thread.

See http://pages.prodigy.net/chris_beall/TC/Validation.html
To return to the topic of the OP, I know that FireFox and IE have a
different behaviour.
What I'd like to know is why in the blue two layers with specific pre-
defined positions in the page move around once it comes to FF.
Anyway, what I did to solve the problem was just to click each one of
the two layers into FrontPage, move them 1 pixel from their position,
save.
Now the page displays fine also with FF.
Since it's important to understand what I do, would you tell me what
was causing the problem in FF before?

thank you
Feb 28 '08 #11
Freightliner wrote:
On Feb 27, 5:08 pm, Bergamot <berga...@visi.comwrote:
>You should start over.

Unfortunately I dont' have the time for that.
There's never time to do it right, but always time to do it over?
Expecting to get paid twice to get it right? More likely, the client
will pay someone else to fix it when they realize it's broken.

Have you looked at the bio page?
>Lastly, between the low contrasting colors and the puny font size

Puny font size?
You snipped this part:
>no hope of reading the text on those buttons.
--
Berg
Feb 28 '08 #12
Bergamot wrote:
There's never time to do it right, but always time to do it over?
Here's the problem:

<meta name="generator" content="Yahoo! 2.5/1.5.0_11">

--
-bts
-Friends don't let friends drive Vista
Feb 28 '08 #13
Beauregard T. Shagnasty wrote:
Bergamot wrote:
>There's never time to do it right, but always time to do it over?

Here's the problem:

<meta name="generator" content="Yahoo! 2.5/1.5.0_11">
ack! I didn't notice that before. It explains a lot. :)

--
Berg
Feb 28 '08 #14

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

Similar topics

2
by: Simon Stuber | last post by:
Hello, I'm using Docbook XML 4.2 and FOP 0.20.5 to create a pdf from my xml source. I can generate the pdf with no problem, however I could not manage to include our company logo within the...
0
by: R. Tschirley | last post by:
Hi all, I've got some annoying trouble with IE's display of my new website header. On my site, the corporate logo shall be right-aligned: ...
11
by: Grischa Brockhaus | last post by:
Hi, I'm trying to produce a div layout containing a header on the top with fixed height, a footer on the bottom using fixed height and a content layer using what's left of the browsers window. ...
2
by: vunet.us | last post by:
This beautiful code allows a table header to be not scrollable in IE. Since Firefox does not support this CSS method expression(...), the code does not do the desired work in Firefox or other...
2
by: dfdavis.mtu | last post by:
I have a table that I dynamically fill with data from a database for medical companies to be able to determine if their patients meet certain criteria. However they want a fixed header for it so...
4
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all I have the following code: I am trying to use the value of the image button to evaluate what plan the user has chosen, i.e. it request("submit1")="Basic", then the user chose basic plan...
1
by: alvarojaviervera | last post by:
Allways I think Firefox was strong, enough ... and so far THE BEST Web- browser (That what I Think) but, now Im fighting with it, may be Im doing something wrong (of course that is what happend to...
3
by: dotcom | last post by:
hello, i am sending whole javascript code(it is for freezing html header) it works fine eith IE but not firefox scroll bar does not come var divContent = null; var divHeaderRow = null; var...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.