473,763 Members | 1,382 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't locate problem in HTML code IE ignores but Firefox is displaying.

LRW
http://gto.ie-studios.net/index.php

When you view the above site in IE, if the 1st of the three product
images is tall enough to push the cell down a couple of pixels, IE
somehow doesn't show that happening.

But if you look at it in Firefox you can see the small gap of white
where the semi-circle image is broken.

I've tried changing the background colors to gray in cells and tables
where I can, but no change.

I know the proper fix is to change the size of the image to be a few
pixels smaller, and I will, but in the meantime, why can't I find what
cell is being puched, and why doesn't my changing bgcolors fix the
break from being so obvious, and why does Firefox show the break but
IE is somehow ignoring it. That's the more annoying question.

Thanks!
Liam
Jul 23 '05 #1
33 4779
"LRW" <me********@gma il.com> wrote in message
news:4c******** *************** ***@posting.goo gle.com...
http://gto.ie-studios.net/index.php

When you view the above site in IE, if the 1st of the three product
images is tall enough to push the cell down a couple of pixels, IE
somehow doesn't show that happening.

But if you look at it in Firefox you can see the small gap of white
where the semi-circle image is broken.


No problem here with FF 1.0
Jul 23 '05 #2
LRW wrote:
http://gto.ie-studios.net/index.php

When you view the above site in IE, if the 1st of the three product
images is tall enough to push the cell down a couple of pixels, IE
somehow doesn't show that happening.

Perhaps if you added a DOCTYPE and fixed all the validation errors...?

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #3
LRW
"jmm-list-gn" <jm************ ***@sohnen-moe.com> wrote in message
news:zN******** ************@gi ganews.com...
LRW wrote:
http://gto.ie-studios.net/index.php

When you view the above site in IE, if the 1st of the three product
images is tall enough to push the cell down a couple of pixels, IE
somehow doesn't show that happening.

Perhaps if you added a DOCTYPE and fixed all the validation errors...?


All the uh, validation errors?
Jul 23 '05 #4
Previously in comp.infosystem s.www.authoring.html, LRW
<de**@celticbea r.com> said:
All the uh, validation errors?


Yes, all of them.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 23 '05 #5
LRW wrote:

All the uh, validation errors?

New to HTML, eh?
<http://validator.w3.or g/detailed.html>
<http://validator.w3.or g/check?uri=http% 3A%2F%2Fgto.ie-studios.net%2Fi ndex.php&charse t=%28detect+aut omatically%29&d octype=Inline>

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #6
C A Upsdell wrote:

"LRW" <me********@gma il.com> wrote in message
news:4c******** *************** ***@posting.goo gle.com...
http://gto.ie-studios.net/index.php

When you view the above site in IE, if the 1st of the three product
images is tall enough to push the cell down a couple of pixels, IE
somehow doesn't show that happening.

But if you look at it in Firefox you can see the small gap of white
where the semi-circle image is broken.


No problem here with FF 1.0


If you're talking about the area with the words beginning "Latest
and Hottest Products", I see the problem with Mozilla 1.7.3. That
text is in a white area. Above the white area is a gray area. The
boundary between the areas is an arc. At the very top of the arc,
there is a rectangular notch of white intruding into the gray.
Also, there is a small white streak in the gray just to the right
and slightly above the alignment of the notch; the streak is
rectangular at the left and then tapers to a point at the right.

You have problems. The page does not comply with HTML
specifications. While Mozilla and Firefox are quite tolerant of
non-standard HTML, you can't expect a perfect display from an
imperfect Web page. Further, the page is too wide; having to
right-left scroll to read each line (as well as the usual vertical
scrolling) will drive customers away.

--

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

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <http://www.mozilla.org/>.
Jul 23 '05 #7
LRW
"jmm-list-gn" <jm************ ***@sohnen-moe.com> wrote in message
news:Re******** ************@gi ganews.com...
LRW wrote:

All the uh, validation errors?

New to HTML, eh?
<http://validator.w3.or g/detailed.html>
<http://validator.w3.or g/check?uri=http% 3A%2F%2Fgto.ie-studios.net%2Fi ndex.php&charse t=%28detect+aut omatically%29&d octype=Inline>


Holy moly! You're kidding?! 76 errors on the one page? Even after using
Dreamweaver MX (so much for assuming it coded appropriately,) and what I
thought was pretty basic, standard, ordinary HTML when by hand.
That's...astoun ding.
How.
Looking through some of these...a lot are ALT tag required. Now, I know ALT
tags are nice for when people are using audible site readers or text
browsers like Lynx, but..."required "? Why are they required?
And, even for sites that have a LOT of individual images, especially when
they're just background, for appearance only images?
Jul 23 '05 #8
LRW

"jmm-list-gn" <jm************ ***@sohnen-moe.com> wrote in message
news:Re******** ************@gi ganews.com...
LRW wrote:

All the uh, validation errors?

New to HTML, eh?
<http://validator.w3.or g/detailed.html>
<http://validator.w3.or g/check?uri=http% 3A%2F%2Fgto.ie-studios.net%2Fi ndex.php&charse t=%28detect+aut omatically%29&d octype=Inline>


Oh yeah, sorry to post again but I just thought of something else...
Line 255, column 94: value of attribute "ALIGN" cannot be "ABSMIDDLE" ; must
be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"

Since when is "ABSMIDDLE" not allowed? It's an option in one of my HTML
books, one of my cheatsheets (a published one someone wrote, not one I
made,) and an option in Dreamweaver (which I guess is evidently
meaningless.)

Are ALL of these errors serious errors? I mean, will 90% of them really
cause any actual problems for anyone?
Jul 23 '05 #9
LRW

"Mark Parnell" <we*******@clar kecomputers.com .au> wrote in message
news:11******** *************** *******@markpar nell.com.au...
Previously in comp.infosystem s.www.authoring.html, LRW
<de**@celticbea r.com> said:
All the uh, validation errors?


Yes, all of them.

When you say "all of them," I guess you're refering to some kind of checker
I'm not aware of?
Someone else posted this link:
http://validator.w3.org/check?uri=ht...doctype=Inline
which I'd not been aware of before.
I question in another reply the seriousness of some of these, like ALT tags
being "required" and ABSMIDDLE not allowed.
Jul 23 '05 #10

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

Similar topics

8
33909
by: Mario T. Lanza | last post by:
I'm not sure what I'm doing wrong. I have a form that has mnay input fields. Before each input field is a label enclosed in custom LABEL tags. Inside my CSS I have: LABEL { width: 120px; }
9
3724
by: pablo | last post by:
Dear NGers, I would like to change the alt-text with the changing of the image during a mouseover action. Can document.images.altView be changed dynamically? TIA, pablo
8
3103
by: Dean Speir | last post by:
Hi... I've been referred to this Newsgroup by the W3C Markup Validator FAQ. I've been happily using this Validator <http://validator.w3.org> for the past 18 months with great success, but suddenly I cannot get it to "read" my HTML documents by the "Validate by File Upload" method. It keeps giving me the following message: Sorry, I am unable to validate this document
7
3191
by: mattrapoport | last post by:
Hello - I am kinda new to the HTML DOM so I apologize in advance for my ignorance. I have a table made from divs. I am trying to write a script that appends a new row to the table (by cloning the last row) and then adding some text to the fields in that row. My script works perfectly in IE but not even close in Firefox. Here's my HTML ... HTML:
18
25004
by: Diogenes | last post by:
Hi All; I, like others, have been frustrated with designing forms that look and flow the same in both IE and Firefox. They simply did not scale the same. I have discovered, to my chagrin, that IE7 does not seem to offer any way to control the font size of a text input element.
16
3364
by: jerry101 | last post by:
Hi, I've got the usual problem that people seem to have with HTML/CSS nav bar's where it's displaying and working fine in IE but not in Firefox. The website address is www.trisynergypreview.co.uk The nav bar on the left just doesn't display properly in Firefox. The CSS code is
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10145
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9998
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3523
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.