HTML/Browser Problem

This is a discussion on "HTML/Browser Problem" within the Web Page Design section. This forum, and the thread "HTML/Browser Problem are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Dec 10th, 2005, 18:17
New Member
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question HTML/Browser Problem

This is what my menu looks like in Firefox:

and this is what it looks like in IE(Internet Explorer):

Here is my code for that for the entire page:
Quote:
<table width="600" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<center>
<img src="banner.jpg" alt="884 Dundee" border="0" name="banner">
</center>
</table>
</td>
</tr>
<tr>
<td valign="top" rowspan="2">
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#BF8F8F" width="61" height="190" >
<td>
<img src="top.gif" alt="" border="0" name="top">
<a href="home.html" target="main" onMouseOver="document.home.src='home2.gif'" onMouseOut="document.home.src='home.gif'"><img src="home.gif" alt="" border="0" name="home">
</a>
<a href="gallery.html" target="main" onMouseOver="document.gallery.src='gallery2.gif'" onMouseOut="document.gallery.src='gallery.gif'"><i mg src="gallery.gif" alt="" border="0" name="gallery">
</a>
<a href="contract.html" target="main" onMouseOver="document.contract.src='contract2.gif' " onMouseOut="document.contract.src='contract.gif'"> <img src="contract.gif" alt="" border="0" name="contract">
</a>
<a href="contact.html" target="main" onMouseOver="document.contact.src='contact2.gif'" onMouseOut="document.contact.src='contact.gif'"><i mg src="contact.gif" alt="" border="0" name="contact">
</a>
<img src="bottom.gif" alt="" border="0" name="bottom">
</td>
</table>

</td>
</tr>
<tr>
<td width="537" valign="middle">
<table width="472" height="550" border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#BF8F8F" bordercolor="#BF8F8F">
<tr>
<td valign="top">
<iframe src="home.html" name="main" width="472" height="550" frameborder="0"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
What is in red is the code for the Menu, all the stuff inside the link tag is for the Mouseover/image change thing
Anyway my problem is that I have those spaces between the images in IE and there is some bar underneath the menu that I can't get rid of can anybody help me out?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Dec 10th, 2005, 22:46
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML/Browser Problem

<i mg src="gallery.gif" alt="" border="0" name="gallery"> should be
<img src="gallery.gif" alt="" border="0" name="gallery">

I see the same problem twice, not sure if thats the reason for the error

Personaly I would use css for this same effect tho, but i'm crazy like that
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Dec 10th, 2005, 22:47
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML/Browser Problem

for the bottom.gif add valign="bottom" Also try compacting the code more by making everything about each button on one line. This may get rid of the small lines in between each image
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Dec 12th, 2005, 00:02
New Member
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: HTML/Browser Problem

No Luck

Thanks for trying though, Pheonix, could you point me in the direction of the css code for the MouseOver stuff, it would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Dec 16th, 2005, 10:29
Junior Member
Join Date: Nov 2005
Age: 29
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML/Browser Problem

Hello,
You can try to optimize with xhtml tags.
like syntax, id for name atribute of img tags, like:
<img src='../../sdf.gif' name='name' id='name' />
Additional you may use some css for your table borders.
Of cource all that you can find at w3schools dot com

Regards
www.takedom.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Dec 20th, 2005, 22:42
New Member
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML/Browser Problem

I'm not sure what you mean by optimize
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Dec 20th, 2005, 23:35
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML/Browser Problem

he gave an example, it does no optimising though. just a differnt way of writing it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
htmlbrowser, problem

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Compatibility Problem (Major) Hyroz Web Page Design 3 Feb 29th, 2008 11:27
IE Browser Creates Problem sakibonline Web Page Design 1 Aug 8th, 2007 12:57
IE6 Problem...stupid browser 1840dsgn Web Page Design 3 Jul 12th, 2007 09:48
Browser css problem saltedm8 Web Page Design 8 Aug 17th, 2006 13:04
CSS browser/menu problem - help required BISH™ Web Page Design 2 Jan 24th, 2006 11:27


All times are GMT. The time now is 10:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42