This is a discussion on "menu distorting for no apparent reason" within the Web Page Design section. This forum, and the thread "menu distorting for no apparent reason are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
menu distorting for no apparent reason
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
menu distorting for no apparent reason
hi, this is a strange problem and it is annoying me.. and it seems to be only happening in firefox and not in ie which is surprising.
http://londonheathrowcars.com/newest/index.asp if you look at this page in firefox, you can see that there is the time and date just under the menu.. the time and date are in an iframe.. if you hold the mouse over fleet.. you will see that the first two items.. saloon and estate look weird (mash up as we say in london) i think this is because the menu items appear directly above the border of the iframe.. firstly can anyone else see this annoyance and secondly is there any way to get rid of it.. below is my page code and my stylesheet.. thank you in advance for those of you very kind people that use your time to help others.. the page..
|
|
|
|
|||
|
Re: menu distorting for no apparent reason
Looks the same to me in Firefox and IE on an XP system. Broken in Opera 9 because it doesnt like the use of the iframe. I think you will find that the iframe is a deprecated tag and should not be used in strict doctypes. You don't need it anyway. Use a <div> instead. |
|
|||
|
Re: menu distorting for no apparent reason
oh yeahhh, why didnt i think of that..l
|
|
|||
|
Re: menu distorting for no apparent reason
ok well i am trying to use a div..
i simply tried this.. <div src="http://free.timeanddate.com/clock/i3lygb8/n136/fs12/fc666/tcf9f9f9/ahl/avt/ftb/tt0/ts1/tb4" frameborder="0" width="200" height="32"></div> and it didnt work.. how can i change it to work? |
|
|||
|
Re: menu distorting for no apparent reason
Quote:
What's this 'frameborder' nonsense? And div's don't have a src. Do you think you've missed something out. Used the same page link as before and that still has the above src as that of an img tag inside a td tag. |
|
|||
|
Re: menu distorting for no apparent reason
please be gentle.. the iframe code i used was simply auto generated from this site:
http://www.timeanddate.com i tried using that src in an image tag and it was just blank. |
|
||||
|
Re: menu distorting for no apparent reason
Use a div and do an include if you really want to have the frame effect and link to and external file within the div.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: menu distorting for no apparent reason
what do you mean an include?
|
|
||||
|
Re: menu distorting for no apparent reason
Something like
<?php include("foo.php"); ?> which will bring in an outside file and display its contents.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: menu distorting for no apparent reason
well i have microsoft hosting so i will need an asp way of doin so..
also would i be able to just use the include inside a table cell, or would i have to create a div and then include it. |
|
||||
|
Re: menu distorting for no apparent reason
ASP Way:
<!-- #include file="foo.asp" -->
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: menu distorting for no apparent reason
i have taken the easy way out and removed the submenu items from the fleet tab..
making a website is about compromise.. content, accessibility, technologies, usability, presentation.... etc.. as i am sure you guys are aware.. i have decided to do this because rite now i dont have the time to fix it.. thank you for your suggestions however. |
![]() |
| Tags |
| menu, distorting, apparent, reason |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navigation not working for no apparent reason | elephantinc | Flash & Multimedia Forum | 4 | Feb 16th, 2008 18:45 |
| Resizing swfs without distorting content | erictomlinson | Flash & Multimedia Forum | 4 | Aug 6th, 2007 17:56 |
| I have a normal css menu, but want ot add drop down menu to it | multichild | Web Page Design | 7 | Jan 9th, 2007 16:07 |
| Scroll bar appearing at botom of site for some reason | jj1234 | Web Page Design | 1 | Jan 30th, 2006 12:24 |