473,748 Members | 6,370 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IMages are not appearing in IE but in Mozilla these are coming properly

58 New Member
Hi All,

I am trying to have some images(images of button) on my web page. This image replicate an image of a button having text as Add. I ahve codded it in JSP, i can see this image as expected in mozilla but not appearing in IE. When i see the view source of the code i get something given below:

<div style="position :relative;left: 5px; float: left: width: 5%" id="addBookshel fSrcs">
<span id="addBttnEnab led" style="FLOAT: left; TEXT-ALIGN: left; padding-left: 10px; padding-bottom: 8px;"><a href="javascrip t:addSourcesTob ookshelf('maste rList');"><img src="/rosettaWeb/images/ButAdd.gif" name="imagesear ch" height="???clie ntadmin.customp apsubtab.booksh elf.image.addbt tnenbl.height?? ?" width="???clien tadmin.custompa psubtab.bookshe lf.image.addbtt nenbl.width???" border="0" style="display: none;" id="enabledAddI mg" title="clientad min.custompapsu btab.bookshelf. image.addbttn" alt="clientadmi n.custompapsubt ab.bookshelf.im age.addbttn"></a>
<img src="/rosettaWeb/images/ButAddDis.gif" height="???clie ntadmin.customp apsubtab.booksh elf.image.addbt tndsbl.height?? ?" width="???clien tadmin.custompa psubtab.bookshe lf.image.addbtt ndsbl.width???" border="0" id="disabledAdd Img" title="???clien tadmin.custompa psubtab.bookshe lf.image.addbtt ndsbl.title???" alt="???clienta dmin.custompaps ubtab.bookshelf .image.addbttnd sbl.alt???">
</span>

</div>

Here, i am having a div, inside which i am having a span which is having coding to show the image of the button. Initially when the page is loaded the dissabled image of the button should be displayed but when we do something on the page the enabled image of the page should be displayed. But its not appearing at all in IE. When i use the dom explorer, i can see the div outlining there but no image.
Please help me.
Jan 5 '08 #1
2 2587
garrow
32 New Member
This code
Expand|Select|Wrap|Line Numbers
  1. ???clientadmin.custompapsubtab.bookshelf.image.add bttndsbl.height???
Looks like server code that has not parsed and returned a value.

I just tested this in FF and IE, and firefox quite happily ignores the invalid values, but IE chokes.

I'd suggest fixing the server side code. This will solve your IE issues.
Jan 7 '08 #2
plsHelpMe
58 New Member
This code
Expand|Select|Wrap|Line Numbers
  1. ???clientadmin.custompapsubtab.bookshelf.image.add bttndsbl.height???
Looks like server code that has not parsed and returned a value.

I just tested this in FF and IE, and firefox quite happily ignores the invalid values, but IE chokes.

I'd suggest fixing the server side code. This will solve your IE issues.

Hey Thanks Buddy for your reply,

Actually i discussed this issue with my seniors and they told me that untill u have these images in your translation db these wont appear in IE(translation db is resource property for us). But, u can have these images in mozilla even if u have entries for these in your local resource bundle.

Thanks 1s again
Jan 7 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
8691
by: Paul Y | last post by:
Hi. I am attempting to display some Spanish text on my web site using HTML. However, the Spanish characters, such as the 'N' in Espana are not being displayed correctly. The text in the HTML source is fine, it's just when I view the site using my browser I get the problem. I am using an IE:Mac running Mac OS X. I have used the HTML tag <p lang="es"> for the relevant paragraph as the rest of the site is in English. Any help would be greatly...
0
1560
by: dicky2283 | last post by:
windows development community please help me im deepak roy , doing my final year undergrad in computer science.... im doing a project - Motion detection and Tracking in vc++( video for windows). The project combines image acquisition, manipulation techniques with other image processing techniques and neural network approaches. im using video for windows to capture images from a webcam( EZONICS CAM II ). if u have used video for windows,...
3
5687
by: Tim T | last post by:
Hi, I hope there is someone reading this that has the answer, Please Help! I have the need to send a html email via asp.net. its easy enough to send an html email and add attachments. My question is, how to you set the Content-Location of each attachment in the mail headers so that the images are embedded in the html email rather than attached? This is my code:
0
550
by: Ryan Harvey | last post by:
Hi all, I have written a web user control that contains a repeater control. the ItemTemplate for this control is basically 6 Hyperlinks in a row, that are dynamically allocated one of 7 gif images as the ImageURL of the Hyperlink. When a load the page with the controls on it works fine, but sometimes the images are broken, but if i hit refresh i get random selections of the gifs appearing and not appearing. if i hit Back button to a page...
2
4708
by: Aneesh Pulukkul[MCSD.Net] | last post by:
Hi, I have a HTML page and associated images. I need to send the HTML as email -the email should also display the images at respective places. So am sending the content of HTML file as MailMessage.Body and adding all the referred images using MailMessage.Attachments.Add(). The images referred using <IMG SRC="Logo.png" /are displaying properly in the email, but the image referred by <TABLE...
3
2534
by: Dave | last post by:
I have an ASP 3.0 website on which the images are displaying intermittently. In other words, when I request a page, the image is blank. There is no missing image place marker (rectangle with a red X). The location where the image should be is just empty. The code is there to display the image as can be seen when you view source in the browser
3
4029
by: salmobytes | last post by:
Every img tag (<img src="xxx.jpg">) in the html source represents a separate GET roundtrip between client and server, no? What about background images in css? I'm starting to see more and more designs--coming from the graphics design people--that call for ever increasing numbers of repeat-x or repeat-y sliver-gradients as div backgrounds. Does each such background image require a separate GET to the server?
5
5353
by: rosaryshop | last post by:
I'm working a jewelry/rosary design web site at http://www.rosaryshop.com/rosariesAndKits2.php. As the user makes selections, it updates images of various parts, giving them a preview of the finished item. The preview resides within a div and is simply a series of <br>-separated images. Simple html. The system is working fine with FireFox and Safari, but some MSIE 6 and 7 users are reporting that only the first image is updating and the...
5
13378
matheussousuke
by: matheussousuke | last post by:
Hello, I'm using tiny MCE plugin on my oscommerce and it is inserting my website URL when I use insert image function in the emails. The goal is: Make it send the email with the URL http://mghospedagem.com/images/controlpanel.jpg instead of http://mghospedagem.comhttp://mghospedagem.com/images/controlpanel.jpg As u see, there's the website URL before the image URL.
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
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
9544
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...
1
9324
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
8243
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
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
4606
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...
1
3313
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
2
2783
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.