472,958 Members | 2,128 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

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

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="addBookshelfSrcs">
<span id="addBttnEnabled" style="FLOAT: left; TEXT-ALIGN: left; padding-left: 10px; padding-bottom: 8px;"><a href="javascript:addSourcesTobookshelf('masterList ');"><img src="/rosettaWeb/images/ButAdd.gif" name="imagesearch" height="???clientadmin.custompapsubtab.bookshelf.i mage.addbttnenbl.height???" width="???clientadmin.custompapsubtab.bookshelf.im age.addbttnenbl.width???" border="0" style="display: none;" id="enabledAddImg" title="clientadmin.custompapsubtab.bookshelf.image .addbttn" alt="clientadmin.custompapsubtab.bookshelf.image.a ddbttn"></a>
<img src="/rosettaWeb/images/ButAddDis.gif" height="???clientadmin.custompapsubtab.bookshelf.i mage.addbttndsbl.height???" width="???clientadmin.custompapsubtab.bookshelf.im age.addbttndsbl.width???" border="0" id="disabledAddImg" title="???clientadmin.custompapsubtab.bookshelf.im age.addbttndsbl.title???" alt="???clientadmin.custompapsubtab.bookshelf.imag e.addbttndsbl.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 2540
garrow
32
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
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
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...
0
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...
3
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...
0
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...
2
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...
3
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...
3
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...
5
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...
5
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...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.