www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > Graphics

    Graphics Discussion and technical support for creating and editing graphics for the web.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 12-10-2002, 12:17 PM
    cathylada cathylada is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Alexandria, VA
    Posts: 4
    Question Graphics show up in IE but not Netscape - why?

    Can someone help me with this issue? I've created an update page for a client and the graphics show up fine in IE but have broken graphic images appearing in NS.

    Here's the page: http://www.nemasurge.com/news/productphotos.html

    Any help in troubleshooting this will be much appreciated!

    Thanks,
    Cathy
    __________________
    ______________
    Cathy Lada
    Web Content Manager
    National Electrical Manufacturers Association
    (703) 841-3283
    cat_lada@nema.org
    Reply With Quote
      #2  
    Old 12-10-2002, 02:07 PM
    Rick Bull's Avatar
    Rick Bull Rick Bull is offline
    Registered User
     
    Join Date: Nov 2002
    Location: England
    Posts: 275
    Images work fine for me in Mozilla (same as Netscape 6+ engine).
    __________________
    http://www.rickbull.co.uk/
    Help get full alpha-transparency in Internet Explorer - probably won't help, but worth a try
    Reply With Quote
      #3  
    Old 12-10-2002, 02:39 PM
    Sceiron's Avatar
    Sceiron Sceiron is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Sarasota, FL
    Posts: 63
    What version of Netscape? It's possible that it has something to do with the misuse of the losrc attribute on your IMG tags. You're using it in the same way you use the alt attribute, where the losrc attribute is meant to be used in the same way as the src attribute, except as a "lead-in" until the page is done loading, then it would go back and load the actual images specified in src. Being a non-standard attribute, I would suggest removing it.
    Reply With Quote
      #4  
    Old 12-10-2002, 02:48 PM
    cathylada cathylada is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Alexandria, VA
    Posts: 4
    Thank you for the tip - but, what is a "losrc attribute"? And what do I do to change it (I don't remember setting it in the first place!). Thanks,

    Cathy
    __________________
    ______________
    Cathy Lada
    Web Content Manager
    National Electrical Manufacturers Association
    (703) 841-3283
    cat_lada@nema.org
    Reply With Quote
      #5  
    Old 12-10-2002, 03:08 PM
    Sceiron's Avatar
    Sceiron Sceiron is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Sarasota, FL
    Posts: 63
    Take this line from your code for example:

    <td width="33%"><img border="0" src="http://www.nemasurge.com/images/products/aptgroupunit.jpg" lowsrc="APT%20Group%20Unit" alt="APT Group Unit" width="142" height="145"></td>

    Within the IMG tag you have a SRC attribute that specifies the URL of the image, then a LOSRC attribute that essentially contains the same text as the ALT attribute that follows it. You can safely remove the LOSRC attribute without affecting anything, and it should correct the problem. Once removed, the line would read...

    <td width="33%"><img border="0" src="http://www.nemasurge.com/images/products/aptgroupunit.jpg" alt="APT Group Unit" width="142" height="145"></td>

    Hope that helps.
    Reply With Quote
      #6  
    Old 12-10-2002, 03:17 PM
    cathylada cathylada is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Alexandria, VA
    Posts: 4
    Thank you so much! That just did the trick for my NS 4.08 bug.
    __________________
    ______________
    Cathy Lada
    Web Content Manager
    National Electrical Manufacturers Association
    (703) 841-3283
    cat_lada@nema.org
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 04:57 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.