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.
|
|
|
|
|
![]() |
||
HTML/Browser Problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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:
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? |
|
|
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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
|
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
Re: HTML/Browser Problem
I'm not sure what you mean by optimize
|
|
#7
|
|||
|
|||
|
Re: HTML/Browser Problem
he gave an example, it does no optimising though. just a differnt way of writing it
|
![]() |
| Tags |
| htmlbrowser, problem |
| Thread Tools | |
|
|
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 |