This is a discussion on "firefox, netscape, & IE9 browser trouble!" within the Web Page Design section. This forum, and the thread "firefox, netscape, & IE9 browser trouble! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
firefox, netscape, & IE9 browser trouble!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
firefox, netscape, & IE9 browser trouble!
currently developing a website for a university project. It works fine on my browser which is Internet Explorer 10. But on the computers at uni all my div tags have moved. think the browser at uni is IE9, also tried it in Firefox and Netscape, and these make the problem even worse. is there anything that i can do to make my website compatible to all of these browsers?
cheers |
|
|
|
#2
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
Quote:
In any case ... we're not mind readers so we'll need the link |
|
#3
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
whoops, yeh thats what i mean. havnt got a link because the site is not 'online', just on my computer.
|
|
#4
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
just put it on a free host somewhere like freewebs unless you are using server-side language.
Or just paste the code in here in [code] tags. |
|
#5
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
cheers for this Last edited by karinne; Apr 25th, 2007 at 22:08. Reason: Reason: Please use [code]...[/code] tags when displaying code! |
|
#6
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
Anf the HTML is....
|
|
#7
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
Last edited by karinne; Apr 25th, 2007 at 22:13. Reason: Reason: Please use [code]...[/code] tags when displaying code! |
|
#8
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
Please use [code]...[/code] tags when displaying code!
I don't see a <div id="content"> anywhere in that HTML. Please validate that code before. |
|
#9
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
ok, not sure what u mean by those tags. just ran it through the validator, and it passed.
sorry about the div#content, it is actually called div#contentTXT that was a mistake |
|
#10
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
No it doesn't pass ... you have 2 errors which have to do with that messed up link.
You don't have a #contentTXT in your stylesheet |
|
#11
|
|||
|
|||
|
I had problems with IE8 padding tables, etc. I added meta tag to emulate IE7
<meta http-equiv="X-UA-Compatible" content="IE=7" /> Not sure if this will fix other browsers, Firefox messes with everything, my sites are hit with IE at almost 90%. 10,000's of sites will be messed up when IE8 comes full time. Microsoft trying to make new browsers backwards compataple for to many standards. |
|
#12
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
I think we'd all be happy if microsoft would just make IE compatible with current standards
|
|
#13
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
Just check out tags on the online editor. you will find the bugs and fix them.May be this will help.
Last edited by welshstew; May 7th, 2008 at 06:55. Reason: no sigs until 25 posts ;-) |
|
#14
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
when i put the index code it didnt validate it had 6 errors
|
|
#15
|
|||
|
|||
|
Re: firefox, netscape, & IE9 browser trouble!
here now put this through the validator... "ITS VALIDATED I FIXED IT lol"
|