Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1

    Default My website wont work in Internet Explorer


    Hello there fellow istoryans... Bag-o lang jud ko nahuman ug himu sa among website. Sa testing, ok kaayo cya sa firefox, google chrome, safari ug opera. But then, when gi test nako cya sa internet explorer "BooooOOOM" nagkatag -katag akong design. Seems like wala ni work ang css ug jquery nako. Pati ang mga images wa jud ni appear..

    Please help me... I know daghan tag web designers and developers diri....

    Thanks kaayo daan...

  2. #2

    Default Re: My website wont work in Internet Explorer

    Quote Originally Posted by b1 huck View Post
    Hello there fellow istoryans... Bag-o lang jud ko nahuman ug himu sa among website. Sa testing, ok kaayo cya sa firefox, google chrome, safari ug opera. But then, when gi test nako cya sa internet explorer "BooooOOOM" nagkatag -katag akong design. Seems like wala ni work ang css ug jquery nako. Pati ang mga images wa jud ni appear..

    Please help me... I know daghan tag web designers and developers diri....

    Thanks kaayo daan...

    normal rana..... IE 7-below dont follow modern CSS or they have different rendering, you should create another css for IE, try using IETester para ma test nimo on multiversion IE....

    there are lot of solution over the internet simple ra kay nag solution...

    if ako lang masunod ill block the access to those who uses IE 7-below...

    Use IE CSS conditional comments

    PHP Code:
    <p><!--[if IE]>
    According to the conditional comment this is Internet Explorer<br />
    <![endif]-->
    <!--[if 
    IE 5]>
    According to the conditional comment this is Internet Explorer 5<br />
    <![endif]-->
    <!--[if 
    IE 5.0]>
    According to the conditional comment this is Internet Explorer 5.0<br />
    <![endif]-->
    <!--[if 
    IE 5.5]>
    According to the conditional comment this is Internet Explorer 5.5<br />
    <![endif]-->
    <!--[if 
    IE 6]>
    According to the conditional comment this is Internet Explorer 6<br />
    <![endif]-->
    <!--[if 
    IE 7]>
    According to the conditional comment this is Internet Explorer 7<br />
    <![endif]-->
    <!--[if 
    gte IE 5]>
    According to the conditional comment this is Internet Explorer 5 and up<br />
    <![endif]-->
    <!--[if 
    lt IE 6]>
    According to the conditional comment this is Internet Explorer lower than 6<br />
    <![endif]-->
    <!--[if 
    lte IE 5.5]>
    According to the conditional comment this is Internet Explorer lower or equal to 5.5<br />
    <![endif]-->
    <!--[if 
    gt IE 6]>
    According to the conditional comment this is Internet Explorer greater than 6<br />
    <![endif]-->
    </
    p
    Source: CSS - Conditional comments
    Last edited by salbahis; 08-26-2011 at 11:26 AM.

  3. #3

    Default Re: My website wont work in Internet Explorer

    thanks bro ha...

    IE nalang jud nabikil... way choice mag create nalang kog code sa CSS intended for IE?
    Wa diay code or conditional statements nga pwede nato mabutang sa <head> tag?

    Salamat..

  4. #4

    Default Re: My website wont work in Internet Explorer

    Quote Originally Posted by b1 huck View Post
    thanks bro ha...

    IE nalang jud nabikil... way choice mag create nalang kog code sa CSS intended for IE?
    Wa diay code or conditional statements nga pwede nato mabutang sa <head> tag?

    Salamat..
    there are 2 ways

    External
    PHP Code:
    <!--[if gte IE 8]>
        <
    link rel="stylesheet" href="your-css-for-ie-here.css">
    <![endif]--> 
    Internal
    PHP Code:
    <!--[if gte IE 8]>
    <
    style>
    *{
        
    your:css-code-here;
    }
    </
    style>
    <![endif]--> 
    you can even use it to specifically call a js or display an element.

    PHP Code:
    <!--[if gte IE 8]>
    <
    script src="your.js"></script>
    <![endif]--> 
    PHP Code:
    <!--[if gte IE 8]>
    <
    script>
    alert('Hello weirld');
    </script>
    </style>
    <![endif]--> 
    PHP Code:
    <!--[if gte IE 8]>
    <
    p>IE sucks</p>
    <![endif]--> 

  5. #5

    Default Re: My website wont work in Internet Explorer

    thank you brod... i hope this will work...

  6. #6

    Default Re: My website wont work in Internet Explorer

    Quote Originally Posted by salbahis View Post
    there are 2 ways

    External
    PHP Code:
    <!--[if gte IE 8]>
        <
    link rel="stylesheet" href="your-css-for-ie-here.css">
    <![endif]--> 
    Internal
    PHP Code:
    <!--[if gte IE 8]>
    <
    style>
    *{
        
    your:css-code-here;
    }
    </
    style>
    <![endif]--> 
    you can even use it to specifically call a js or display an element.

    PHP Code:
    <!--[if gte IE 8]>
    <
    script src="your.js"></script>
    <![endif]--> 
    PHP Code:
    <!--[if gte IE 8]>
    <
    script>
    alert('Hello weirld');
    </script>
    </style>
    <![endif]--> 
    PHP Code:
    <!--[if gte IE 8]>
    <
    p>IE sucks</p>
    <![endif]--> 
    I'd suggest you do this as well...

  7. #7

    Default Re: My website wont work in Internet Explorer

    Quote Originally Posted by b1 huck View Post
    Hello there fellow istoryans... Bag-o lang jud ko nahuman ug himu sa among website. Sa testing, ok kaayo cya sa firefox, google chrome, safari ug opera. But then, when gi test nako cya sa internet explorer "BooooOOOM" nagkatag -katag akong design. Seems like wala ni work ang css ug jquery nako. Pati ang mga images wa jud ni appear..

    Please help me... I know daghan tag web designers and developers diri....

    Thanks kaayo daan...
    Hello TS,


    yaw kabalaka normal rana sa IE -- buang jud ni nga browser -- try lang ang katong latest nga IE. I think IE9 siguro.

  8. #8

    Default Re: My website wont work in Internet Explorer

    Quote Originally Posted by lalaland View Post
    Hello TS,


    yaw kabalaka normal rana sa IE -- buang jud ni nga browser -- try lang ang katong latest nga IE. I think IE9 siguro.
    tagam najud ko uy... ang mas maayo ani kada test, sa IE nalang nako e test.

  9. #9

    Default Re: My website wont work in Internet Explorer

    IE tried to set standard on internet browser, and they failed dearly, apparently there are still active user for IE6 since ie6 came bundled with WinXp and it took couple of years before IE6 replaced....

  10. #10

    Default Re: My website wont work in Internet Explorer

    so mas arang2x ang IE6 compared sa uban version including ang 8?

  11.    Advertisement

Page 1 of 2 12 LastLast

Similar Threads

 
  1. Major Flaw Revealed In Internet Explorer, users urged to switch
    By lemzuico in forum Alternative Systems
    Replies: 2
    Last Post: 01-10-2010, 12:01 AM
  2. my CPU wont work???
    By volcom73 in forum Computer Hardware
    Replies: 24
    Last Post: 11-21-2009, 10:17 AM
  3. Getting rid of Flash Activation in Internet Explorer
    By microchest in forum Programming
    Replies: 2
    Last Post: 05-14-2009, 09:52 AM
  4. Major flaw revealed in Internet Explorer; users urged to switch
    By Dondon in forum Software & Games (Old)
    Replies: 17
    Last Post: 12-19-2008, 06:54 AM
  5. A "highly critical" flaw in Internet Explorer
    By angkuy in forum Software & Games (Old)
    Replies: 0
    Last Post: 03-25-2006, 03:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top