473,761 Members | 9,474 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Netscape/Firefox image display issue

This works fine in IE, but is breaking in Firefox, and reported in
Netscape as well. I can't determine why.

http://www.chartermainstreetgld.com
click on the real estate section on the left nav area.
You can see where the green real estate image is being moved down a
line in firefox, where IE displays it correctly.
<table cellpadding="1" cellspacing="0" border="0" width="800"><tr
class="header"> <td><a href="defaultXS L.asp"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Top Half.jpg"

alt="Charter Main Street" border="0"><br> <img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Left
Corner.jpg" alt="Charter Main Street" border="0"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Bottom Real
Estate.jpg" alt="Charter Main Street" border="0"></a></td><td
align="center"> </td></tr></table>
Any help would be appreciated.
Carlin

Feb 21 '06 #1
4 3071
In our last episode,
<11************ **********@g44g 2000cwa.googleg roups.com>,
the lovely and talented cj*******@comca st.net
broadcast on comp.infosystem s.www.authoring.html:
This works fine in IE, but is breaking in Firefox, and reported in
Netscape as well. I can't determine why. http://www.chartermainstreetgld.com
click on the real estate section on the left nav area.


There is nothing there except two newlines.
--
Lars Eighner us****@larseigh ner.com http://www.larseighner.com/
Behaviorism is the art of pulling habits out of rats. -- O'Neill
Feb 21 '06 #2
"cj*******@comc ast.net" <cj*******@comc ast.net> wrote:
This works fine in IE, but is breaking in Firefox, and reported in
Netscape as well. I can't determine why.

http://www.chartermainstreetgld.com
click on the real estate section on the left nav area.
Why not just give the actual URL?
http://www.chartermainstreetgld.com/...?Action=Search
You can see where the green real estate image is being moved down a
line in firefox, where IE displays it correctly.

<table cellpadding="1" cellspacing="0" border="0" width="800"><tr
class="header" ><td><a href="defaultXS L.asp"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Top Half.jpg"
alt="Charter Main Street" border="0"><br> <img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Left
Corner.jpg" alt="Charter Main Street" border="0"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Bottom Real
Estate.jpg" alt="Charter Main Street" border="0"></a></td><td
align="center" ></td></tr></table>


The two images on the second row are 94 and 911 pixels wide. Now first
of all, how is a 911px image supposed to fit in a 800px table? And
secondly, for many browsers 94+911 = 1005 pixels which when browser
chrome and scrollbars are taken into account is too wide for many
users' browser windows. So FireFox wraps the second image onto a
second line in order to try and prevent any horizontal scrolling (a
forlorn hope as something else on the page pushes the width out
anyway).

And have a look at the form in Opera...

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Feb 21 '06 #3
Tue, 21 Feb 2006 21:43:24 +0000 from Steve Pugh <st***@pugh.net >:
"cj*******@comc ast.net" <cj*******@comc ast.net> wrote:
This works fine in IE, but is breaking in Firefox, and reported in
Netscape as well. I can't determine why.

http://www.chartermainstreetgld.com
click on the real estate section on the left nav area.


Why not just give the actual URL?
http://www.chartermainstreetgld.com/...?Action=Search


Thanks, Steve.

For some reason, an _awful_ lot of people (mostly outside this
newsgroup), seem to think it's the done thing to post a home-page URL
with navigation instructions, instead of the actual URL. It drives me
up the wall.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Feb 21 '06 #4
Dan

cj*******@comca st.net wrote:
<table cellpadding="1" cellspacing="0" border="0" width="800"><tr
class="header"> <td><a href="defaultXS L.asp"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Top Half.jpg"
alt="Charter Main Street" border="0"><br> <img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Left
Corner.jpg" alt="Charter Main Street" border="0"><img
src="XSl/CharterMI/images/headers/Sub Page Headers/Header Bottom Real
Estate.jpg" alt="Charter Main Street" border="0"></a></td><td
align="center"> </td></tr></table>


Another code error is the use of invalid image URLs; spaces are not a
legal character. You should encode spaces in filenames as %20 when
used in a URL, or, better, give your files names without spaces or
punctuation in the first place so their names can be used directly in
URLs.

--
Dan

Feb 23 '06 #5

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

Similar topics

5
2180
by: Zambien | last post by:
Hi all, Here's my problem. I have tables that are using the menu/submenu idea for hiding rows. This works fine in IE (of course) and does show/hide correctly in netscape, but as soon as the shown method is called, the table gets skewed and the presentation of the data on the page goes horribly wrong. I don't think this is a table issue as I have spent alot of time staring at this code. Here is the html...
4
2066
by: Matt MC | last post by:
....apparently when switching div tags elements, such as a fixed image, in Netscape flavor browsers there is a brief flicker. I've read about this issue, it seems there could be hack approaches to remedy this, but can't find anything concrete. Has anyone found an approach to fix this?
2
1412
by: Better but still clumpsy | last post by:
This function works as intended with Netscape/Modzilla. But, it doesn't work with IE version 6.0.2900.2180.xpsp_sp2_rtm040803-2158. Can someone tell me how to fix it? Thanks. function change_cell(y,x,my_piece) { var xx=0; xx=x+1;
6
1995
by: christian9997 | last post by:
Hi I would be very helpful if someone could help me with this code. It works fine in IE but when I display it in Netscape or Firefox and I move the mouse from one menu to the other the gap between the two menus gets bigger. What is the cause of this? Thanks CODE:
2
5366
by: AndrewW | last post by:
Hi I have an application that draws a selection rectangle over a map image. I can get it to work fine in IE and Opera, but not Firefox/Netscape. I've thrown the following small example together to illustrate the problem - the problem being that FF/NE initially draw my rectangle before the icon changes immediately to the black no-entry icon. Then, when I let go of the mouse, the rectangle continues drawing, but it
10
1637
by: Muir | last post by:
I am needing, and would appreciate expert assistance for a Javascript program that I am using in a Website. The script is a Text and Image Fader, which only works on IE, but what I am trying to do is get it to work across the NS, FF and OPR browsers. What I have done is added global variables at the beginning of the existing script, however, I am not sure where to go from there. Even though the script is not showing any errors, and is still...
2
1618
by: jdvictor | last post by:
Understandably I know that the real issue is in IE but at the moment everything looks good in IE and not Firefox. THE PROBLEM The problem that I am having is that my navigation menu is out of wack when viewing it in Firefox the browser seems to be pushing everything on the right to the left and I can't for the life of me solve the problem. Basically the menu is suppose to be sitting on the right side of the website but when viewing the...
1
4220
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being aligned to the top, along with the slideshow and link buttons, you have to scroll down to see the text - how can I make IE6 display correctly? http://geekarama.co.uk/new_home.html here is the code for new_home.html and following that the CSS...
4
3726
by: PianoMan64 | last post by:
Hey Experts, I'm not sure how to get around this, and any help would be most greatfull. I have an issue with having a CSS menu that displays correctly in IE and not correctly in Firefox 3.0.3, and also in Apples safari browsers, of the ones that I've tested. My question is this: Do I have to develop separate pages for IE 7 and below and all other browsers in order to make it compatible with all the possible browsers that are out...
0
9376
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
10136
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
9988
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...
0
9811
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7358
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6640
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
5266
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
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.