Banner rendered differently in IE and Mozilla

Discussion in 'Web Design, HTML And CSS' started by Xintruder, Dec 28, 2008.

  1. Xintruder

    Xintruder New Member

    Joined:
    Dec 28, 2008
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Adminstrator Assistant
    Location:
    Oxford, England
    Hello,

    I am the owner of a website (forum). I had a company to make the design (purchased the design). I have noticed the following problem:

    When I browse it using Internet Explorer, it looks 'ok'. However, when I open it up using Mozilla it doesn't look correctly 'calibrated'. The image location and size is not correctly connected. I can provide the link if its ok.

    Who can tell me what are the possible reasoning behind this?

    ps: sorry for my english, I am not English :P
     
  2. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    can u post the URL of the site.
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    As of now you would not be allowed to post links but then you can use signature to link to your site or get to double digit post count to get the links in posts.

    You can always post links if they are relevant.
     
  4. Xintruder

    Xintruder New Member

    Joined:
    Dec 28, 2008
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Adminstrator Assistant
    Location:
    Oxford, England
    Alright, I'm sorry I was not familiar with this specific rule.
    I wouldn't want to have the website in my signature. This is the link:
    www.meqatari.com/vb

    It looks different on mozilla and IE.
     
  5. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    I cudn't see much difference when seen in IE and firefox. tell me what diff u see.
    the only diff i can notice is that, in IE the vertical scroll bar is in the left side, whereas in firefox its in the right.
     
  6. Xintruder

    Xintruder New Member

    Joined:
    Dec 28, 2008
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Adminstrator Assistant
    Location:
    Oxford, England
    These are the two images i cap in what I see, in multiple platforms with different resolutions. My friends also notice that.

    Attached are the two pictures.
     

    Attached Files:

  7. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    k. i've seen it. I opened ur site and saved the webpage in firefox as well as in IE. When i open the saved IE file in firefox the banner is clear. I think there may be some issues with the flash content u put in the center. chk tat. and for the banner Try to change the table width and height. try this.
     
    Last edited: Dec 28, 2008
  8. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    The problem is with some unneeded HTML code

    See this code

    HTML:
    		<td background="auc/forum/header-back.gif">
    
    		<p align="center">
    		<div align="center">
    			<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="343" height="174">
    				<param name="movie" value="auc/forum/header.swf">
    				<param name="quality" value="High">
    				<embed src="auc/forum/header.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="343" height="174" quality="High"></object>
    		</div></td>
    
    It has unneeded p tag and I think removing that should do the needed thing.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice