Saturday, April 24, 2010

IE issues??

Whats wrong with my code, it looks fine in firefox, but awful in IE



http://www.love-pin.com/shout/search_pag...



IE issues??www.microsoft.com





I've opened it in Opera, Firefox, Netscape Navigator. It looks perfect, but usually I use IE 7 and Maxthon, where it does look awful.



Find more information about which PHP-codes are not compatible with a certain browser. Then try to use codes that all the browsers can compile.



Sorry, don't have a source for such information, because I am an ASP-programmer, don't know about PHP. I've just tried to answer your question and inform that my IE (7) has problems when compiling your page.



Good luck!



EDIT!!!



By the way, your search textbox shows "Title/Artist/Genre". When clicking on it, the text disapears, but when leaving the textbox when it's still empty the standard text for empty textbox doesn't "come back". Add an "OnLeave" (or maybe in PHP it's OnFocusOut, don't know) event, let it check the textbox value, and if it's empty, attach the text back to the textbox.



IE issues??microsoft windows xp internet explorer



looks ok apart from the text maybe different text colour would be better
there is alignment problem with #white_mid,



absolute positioned elements sometimes need IE fix.



look again in to div order, use clear:both to fix few nested divs.



I suggest - cross check in IE and FF at the time of coding.



Good Luck
Hi,



just been looking at your source code so here I take a deep breath and.......



You have a lot of tags that you have not ended, then when you have ended them you have also used the /%26gt;%26lt;/div%26gt;



Remember that some browsers allow this short hand and some don;t and not all implement this 'allow lazy' model. So when you start a %26lt;DIV%26gt; finish with a %26lt;/DIV%26gt;



This goes for all Tags....very important. I know a lot of hippy designers will stick a thumbs down to this, but as a programmer, in the words of James May, I like procedures.



I am using visual studio 2005 to analyse your source code for the page and as I move through the tags, it attempts to find the closing tag. I found about 15 places where VS said it was missing the closing TAG....even then after I had gone through and closed those tages there was still errors with parameters that you have used that are not legal for the type of tag you are using. This is sometimes ignored by IE or not as the case suggests.



Are you using a notepad type application to do this? if so, spend a few quid and get front page or dream weaver.



I have to tell you that the worst part of my job is cross browser compatibility....but I always aim to make everything work in IE then modify to the others, not the other way round. This is simply because of the millions of web stats I have sifted through over the years, I see much more IE visitors than the others.



Anyway, it does look pretty cool when it works in FF. But I would caution against too many Div statements and even go so far to perhaps push you into using tables.



They seem to work much better over the wide range and versions of browsers avaialable. Perhaps, rather than a composite image use a larger image and then absolutley position the controls over the image within a single cell table. Oh and one last thing, the image map at the end was about 20% of the errors but I am assuming you are still DEV mode so you can do some work now!!!!



Best



L

What version of JavaScript will IE 7.0 support?

Firefox 1.5 supports JavaScript 1.6 (including its new E4X feature for XML programmers). IE 6.0, which is a few years older, supports JavaScript 1.3.



Is Microsoft planning to upgrade to the IE JavaScript to 1.6, or least something newer than 1.3? If so, which version of JavaScript will they be supporting in IE 7.0 if/when it ships?



What version of JavaScript will IE 7.0 support?windows xp home





don't worry about version levels. Worry about features



if you want to know if this JS has that feature you code it like:



if (window.XMLHttpRequest) { // Mozilla, Safari, standards!



http_request = new XMLHttpRequest();



What version of JavaScript will IE 7.0 support?microsoft visual studio internet explorer



JavsScript 5 (update 6)

My IE 7 keeps closing down ??

i installed windows IE 7 yesterday not the first time to do so ...



but i don't know what is wrong ..?



it starts fine but when i try to close a tab the whole program closes with it the happns with downloads also when adownload is done -finished- and it's closing again the whole IE close



what to do //?



My IE 7 keeps closing down ??windows server 2003





Many people had to uninstall it due to bugs..I did



My IE 7 keeps closing down ??windows xp service internet explorer



its because u are clicking close all tabs on choose to close one see if tat helps u

IE which one am i using?

how do i know which IE im using,where do i look thanks



IE which one am i using?windows firewall





Click HELP / About Internet Explorer



IE which one am i using?microsoft frontpage internet explorer



Go to Help and select "About Internet Explorer"
Go 'Help' on the toolbar, and 'About Internet Explorer'.
When IE is open, click "Help" and then "About Internet Explorer". That will open a window, which will tell you whcih version you have.
In internet explore next to the tools option in the top right there should be a help option...



If you cant see it click the two arrows next to the tools option which look like this %26gt;%26gt; then select help, from the menu that appears click ' About Internet Explorer' That will tell you the exact version you are using.
go to control panel then choose add and remove programs then scroll down to the windos section and it will tell you which IE you have but quicker way is if you have a star and a star with a + below your file icon its IE7 if the favorites is listed to the right next to the file edit view buttons its IE6.
if you have tabbed browsing, you have IE7 (Micro$oft have only recently nicked that function from Mozilla Firefox)
scrap IE do a search for Mozilla Firefox - its great !

Ie spille de vodkae one my,e ke y,boar/dR?

hat.e shoulde Ie doR?



Ie spille de vodkae one my,e ke y,boar/dR?microsoft net framework





vodka should dry up, as long as it's not too diluted or polluted with juice. milk, my friend, is another story! milk to a keyboard is like the first heroin buzz to a coed! it puked random letters without me touching it, and if i did key it, it spewed out the most bizarre stuff known to man.



Ie spille de vodkae one my,e ke y,boar/dR?windows xp themes internet explorerhehehehe. true story. thanks Report It


have anal sex and go out sword fighting the homless will fix the problem.
yes.



drunken Y!Aing is always a good idea.
um...well have fun with that!
yyyyyyouuuu'''''reee lllllllllllucky,,,,,,,,,,, I jjjjjusssst ssspilllled ssssupergllllue on mmmmmmmmmiiineeeeeeeee.
no.
Sucks to be you.
What did u say i dont understand Swedinish!
suck it out!
um, sure
..... cNA'T sEe yuor pRboLem --- lOokS KO To mE .....

Ajax works on IE but not on Firefox - Newbie?

Tried to use ajax to show a string from html #2, but the code only works on IE and not on Firefox (nothing has came out, not even an error). The code is on a localhost (IIS). Below is the js code in the html #1 header.



%26lt;script type="text/javascript"%26gt;



function ajax_test() {



var obj = "test";



var server_page = "abc.htm"; //contains string only



var xmlhttp = false;



try {



//for javascript ver. %26gt; 5



xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");



} catch (e) {



//for older version



try {



xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");



} catch (E) {



//for non IE browsers



xmlhttp = false;



}



}



if (!xmlhttp %26amp;%26amp; typeof XMLHttpRequest != "undefined") {



xmlhttp = new XMLHttpRequest();



}



xmlhttp.open("GET", server_page);



xmlhttp.onreadystatechange = function() {



if (xmlhttp.readystate == 4 %26amp;%26amp; xmlhttp.status == 200) {



document.getElementById(obj).innerHTML = xmlhttp.responseText;



}



}



xmlhttp.send(null);



}



%26lt;/script%26gt;



Plz help



Ajax works on IE but not on Firefox - Newbie?windows vista ultimate





It looks good... anyway I'll change this fragment:



if (!xmlhttp %26amp;%26amp; window.XMLHttpRequest)



xmlhttp = new XMLHttpRequest();



When you are in these situations, try to put some alert('Debug message...') around, to be sure on what is really ran.



Ajax works on IE but not on Firefox - Newbie?default browser internet explorerThe problem has been solved. The solution is to replace xmlhttp.readystate with xmlhttp.readyState. Report It

My IE is set to use yahoo lonon page as home page but MS redirects to MS.?

The IE opening page is always Windows get it now page. I have my home page set to Yahoo logon and locked using spybot s%26amp;d. How can I stop MS from redirecting the IE opening page?



My IE is set to use yahoo lonon page as home page but MS redirects to MS.?windows explorer





Go to http://www.yahoo.com and drag the icon in the adderss bar to the home page icon and let it go. I also recommend that you go to http://www.acelogix.com and look to the left in the freeware section for "Startup Guard". This will stop others from directing or changing your homepage as well as a lot of other stuff. If you are haveing problems, run SpyBot S%26amp;D and then go do an online scan at http://www.trendmicro.com



My IE is set to use yahoo lonon page as home page but MS redirects to MS.?microsoft zune internet explorerI found the best answer. I now use FireFox. Report It
 
web hosting providers