+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 24
Like Tree2Likes

Thread: Help me cross-browser test...

  1. #1
    DecemberGuild is offline x10 Sophmore DecemberGuild is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    107

    Help me cross-browser test...

    I just made a template that I'll be using for a few pages, but I'm not sure if it looks the same on all browsers..
    If you're willing to help, just let me know if the template site looks different than the image, and let me know your browser and operating system. Also, specify what's wrong, such as no gradient, broken tables, etc.
    Thanks in advance.

    Template: http://www.december.x10hosting.com/template/index.php

    Image: http://www.december.x10hosting.com/t...e/template.png

    Edit: If you want to use the template, just save the index.php's source code, and [this CSS file] and [this javascript file].
    You don't have to keep the copyright line there, but don't claim ownership of the design and layout.
    Last edited by DecemberGuild; 12-31-2006 at 06:30 PM.

  2. #2
    Spartan Erik's Avatar
    Spartan Erik is offline Retired Spartan Erik is an unknown quantity at this point
    Join Date
    Aug 2005
    Posts
    3,382

    Re: Help me cross-browser test...

    I can already tell you that it's messing up in Firefox: (click image to get full res)


  3. #3
    DecemberGuild is offline x10 Sophmore DecemberGuild is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    107

    Re: Help me cross-browser test...

    Ouch, that's bad.

    Why can't there be a true HTML/CSS standard?
    Last edited by DecemberGuild; 12-31-2006 at 06:51 PM.

  4. #4
    noerrorsfound is offline x10 Elder noerrorsfound is an unknown quantity at this point
    Join Date
    Mar 2006
    Posts
    868

    Re: Help me cross-browser test...

    Firefox 2.0.0.1 (Windows XP)


    Opera 9.10 (Windows XP)


    PS: Ignore the really ugly background gradient. I have Windows XP set to use 16bit color instead of 32bit, although 16bit is the default for some reason.

    (I just set my color back to 32bit like I had it. I had it on 16bit for performance reasons but it doesn't seem to make any difference judging by RAM usage.)
    Last edited by noerrorsfound; 12-31-2006 at 07:14 PM.
    EOF

  5. #5
    DecemberGuild is offline x10 Sophmore DecemberGuild is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    107

    Re: Help me cross-browser test...

    Well, it's clear that the problems IE, like I hadn't guessed that in the beginning.
    Thanks guys. I'll be re-writing the code, or making an FF/Opera version.

  6. #6
    Xenon Design's Avatar
    Xenon Design is offline x10Hosting Member Xenon Design is an unknown quantity at this point
    Join Date
    May 2006
    Location
    Behind your couch!
    Posts
    80

    Re: Help me cross-browser test...

    Why use JS to create the gradients? PHP can do it better, using the GD class...i think. I think the JS is the problem here because its not 'repeat-x' the background. The PHP GD class is here http://php.net/image

    Go through that and do some googling on 'PHP Image gradient generator' and see what comes up in the way of tuts.

    EDIT:
    Well PHP doesnt have a gradient function but why not use normal gradients that u make in Photoshop or whatever? Or is there a reason to the JS?

    Actually heres a good PHP gradient generator for you...just look at the examples and download the code
    http://frenchfragfactory.net/ozh/my-...gradient-fill/
    Last edited by Xenon Design; 12-31-2006 at 08:36 PM.

    Website under construction -- Ask me anything about Web 2.0

  7. #7
    DecemberGuild is offline x10 Sophmore DecemberGuild is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    107

    Re: Help me cross-browser test...

    Quote Originally Posted by Xenon Design View Post
    Why use JS to create the gradients? PHP can do it better, using the GD class...i think. I think the JS is the problem here because its not 'repeat-x' the background. The PHP GD class is here http://php.net/image

    Go through that and do some googling on 'PHP Image gradient generator' and see what comes up in the way of tuts.
    The JS doesn't need to do a 'repeat-x' background because it's not making an image. All it's doing is setting a color.
    Besides, based on the image, I can tell that the JS is working fine. It's my layout that's messed up..


    I fixed up the code. If anyone can go back and test it again, it would be appreciated.
    Thanks.

    Edit: I'll look into the PHP thing too, incase I need to. Thanks.
    Last edited by DecemberGuild; 12-31-2006 at 08:37 PM.

  8. #8
    Xenon Design's Avatar
    Xenon Design is offline x10Hosting Member Xenon Design is an unknown quantity at this point
    Join Date
    May 2006
    Location
    Behind your couch!
    Posts
    80

    Re: Help me cross-browser test...

    Heres a shot of my Mozilla outlining all the block elements (DIVs) on your page. It may help you debug your problem because it looks messy at the top :s
    Attached Thumbnails Attached Thumbnails Help me cross-browser test...-bock_element_outline.png  

    Website under construction -- Ask me anything about Web 2.0

  9. #9
    DecemberGuild is offline x10 Sophmore DecemberGuild is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    107

    Re: Help me cross-browser test...

    Quote Originally Posted by Xenon Design View Post
    Heres a shot of my Mozilla outlining all the block elements (DIVs) on your page. It may help you debug your problem because it looks messy at the top :s
    I see the problem, thanks.
    It's the script. In MSIE, the script uses MSIE's gradient filter. In non-MSIE browsers, it uses multiple DIV/Span elements and copies the contents of the ones I made to a new element. It's messing up the layout bad.

    Does anyone know of a way to do gradient without images? It's hard to explain, but something that would allow me to make a gradient without the use of images at all would be best.
    dinomirt96 likes this.

  10. #10
    Xenon Design's Avatar
    Xenon Design is offline x10Hosting Member Xenon Design is an unknown quantity at this point
    Join Date
    May 2006
    Location
    Behind your couch!
    Posts
    80

    Re: Help me cross-browser test...

    Just use images? It would be quicker than a 1000 divs loading. Is there a reason for not wanting to use images?
    karimirt47 likes this.

    Website under construction -- Ask me anything about Web 2.0

+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. google browser? likely
    By Spartan Erik in forum Computers & Technology
    Replies: 22
    Last Post: 06-27-2007, 07:48 AM
  2. Browser War 1
    By SEŅOR in forum Crossfire
    Replies: 100
    Last Post: 06-23-2007, 03:19 AM
  3. Free browser
    By Christopher in forum Off Topic
    Replies: 15
    Last Post: 01-06-2007, 07:27 PM
  4. MySQL Speed test..... I need ur help !!
    By careerbridge in forum Scripts & 3rd Party Apps
    Replies: 11
    Last Post: 07-20-2006, 12:12 PM
  5. [REQ] PHP Game Browser and More! 1,000 points or more!
    By cyberxzt in forum The Marketplace
    Replies: 2
    Last Post: 06-06-2006, 05:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers