+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Requiring your help with a bit of a code problem

  1. #1
    Zenax's Avatar
    Zenax is offline Lord Of The Keys Zenax is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    The Brilliant United Kingdom
    Posts
    1,339

    Requiring your help with a bit of a code problem

    EDIT: TO SAVE YOU A BIT OF TIME HERE IS A LINK: http://zenaxnetwork.exofire.net/site...m/problem.html LOOK AT THE IMAGES!

    Hey guys,

    I have a bit of a problem with my code! I completly hand code my layout using dreamweaver!!

    And I test my layout in Internet Explorer! Now in the design view of Dreamweaver and in IE it looks absolutly fine, no problems what so ever.

    Now here is my problem!! When you view the layout in FF it looks completly screwed and doesnt look right at all!

    So, my problem is that there is something wrong with my code that makes it look absolutly fine in IE and absolutly messed in FF!

    If you require code to page etc just ask!

    The link is: http://zenaxnetwork.exofire.net

    Thanks for help in advance!

    Regards,
    Zenax
    Last edited by Zenax; 07-31-2006 at 12:16 PM.

  2. #2
    bobshandel is offline x10Hosting Member bobshandel is an unknown quantity at this point
    Join Date
    Jun 2006
    Posts
    11

    Re: Requiring your help with a bit of a code problem

    Looks fine when I view it in Firefox.

  3. #3
    Zenax's Avatar
    Zenax is offline Lord Of The Keys Zenax is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    The Brilliant United Kingdom
    Posts
    1,339

    Re: Requiring your help with a bit of a code problem

    Thats wierd it must be a problem at my end!!

    Fixed the problem except I still have gaps inbetween some of the divs on the page, wheras not on IE
    Last edited by Zenax; 07-31-2006 at 12:32 PM.

  4. #4
    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: Requiring your help with a bit of a code problem

    Quote Originally Posted by Zenax
    Thats wierd it must be a problem at my end!!
    Yeah it must be something on your end.. it displays fine for me. Maybe an extension is interfering with your website?

  5. #5
    Chris Z's Avatar
    Chris Z is offline x10 Spammer Chris Z is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Posts
    2,802

    Re: Requiring your help with a bit of a code problem

    one tip...DO NOT TEST PAGES IN IE, for one thing IE is not built on web designing standards (W3schools) and another thing firefox is WAY better than IE, so from now on test everything in Firefox and i will be more compliant to reply to your problems
    -Chris Z
    Retired Account Manager


  6. #6
    Zenax's Avatar
    Zenax is offline Lord Of The Keys Zenax is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    The Brilliant United Kingdom
    Posts
    1,339

    Re: Requiring your help with a bit of a code problem

    Fair enough.... I shall bear that in mind!

    The only reason I test in IE is because I tend to use it more often, and I am fairly busy, so dont have time to wait for FF to boot with god knows how many other programs there are running on the machine

    Regards,
    Zenax

  7. #7
    kryptonyte's Avatar
    kryptonyte is offline x10 Sophmore kryptonyte is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    South Carolina
    Posts
    108

    Re: Requiring your help with a bit of a code problem

    I would suggest while coding to try and conform to W3C standards. Will save you a lot of trouble and help reduce problems like these. Also I like to use Dreamweaver a lot since it automatically changes old outdated tags to W3C Compliant tags.
    Couple useful links: http://www.w3.org http://www.w3schools.com

  8. #8
    Torch's Avatar
    Torch is offline x10 Lieutenant Torch is an unknown quantity at this point
    Join Date
    Apr 2006
    Location
    Belgrade, Serbia
    Posts
    317

    Re: Requiring your help with a bit of a code problem

    I would like to correct you on not testing in IE.

    No matter how much you deny it, IE MUST be your primary concern when testing, since it's still most used browser (about 75%) and the figure started raising since IE7 Beta 2 got out. Futhermore, IE7 Beta 3, even though only beta still, is way superior to FF in every way (speed, security, JS support) and is W3C compliant. I'm not saying this because I'm some IE fanatic, I actually used FF since it got out untill IE7 got out, and this is my objective opinion as web developer.

    In short, if you just can't make your site look properly in every browser (but you really should), your primary concern has to be IE and than FF.
    Last edited by Torch; 07-31-2006 at 03:19 PM.

  9. #9
    nightscream is offline x10 Lieutenant nightscream is an unknown quantity at this point
    Join Date
    Feb 2006
    Location
    Hallaar, Belgium
    Posts
    474

    Re: Requiring your help with a bit of a code problem

    Quote Originally Posted by Torch
    I would like to correct you on not testing in IE.

    No matter how much you deny it, IE MUST be your primary concern when testing, since it's still most used browser (about 75%) and the figure started raising since IE7 Beta 2 got out. Futhermore, IE7 Beta 3, even though only beta still, is way superior to FF in every way (speed, security, JS support) and is W3C compliant. I'm not saying this because I'm some IE fanatic, I actually used FF since it got out untill IE7 got out, and this is my objective opinion as web developer.

    In short, if you just can't make your site look properly in every browser (but you really should), your primary concern has to be IE and than FF.
    Just want to post something like this
    ------------------------------------------------------------------------------------------
    If you have any troubles with a website or a script, just send me a pm.

    I also code websites in xHTML/css, can code javascript and php too if needed

  10. #10
    yahia is offline x10 Sophmore yahia is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    Morocco
    Posts
    169

    Lightbulb Re: Requiring your help with a bit of a code problem

    You who said that IE should be the main concern for testing on : you're absolutely Wrong dude !!!

    I am actually coding another but small website of mine. I do not use dreamweaver anymore: I use only open-source syntax highlighters, such as jEdit or the excellent "programmer's notepad" (or notepad.exe ^.^) because I learned the code enough. and testing on the layout view of Dreamweaver is a bad idea. Visitors won't open your website with Dreamweaver.exe =D (his layout rendreing is based on IE's i think)

    But testing on IE is even worse.
    One only throws html-tag soup garbage and proprietary code out there and it works fine.
    Result: we have within all IRC and Forums complaining about websites uncorrectly viewed on Firefox. It's the opposite: YOU are the one who did retarded code that works fine in IE, because IE is retarded.

    I'll return to what I first said: I am actually making this website, and you know what? I have Opera, Firefox and IE open at the same time, and refresh the page each time I add a line of html or especially Css.
    I know it wastes time, but you keep on track of every change that will happen, so that you can correct a "bug" if it happens cause you know the modification you did for that to happen. So you end up gaining so much time amongst other things.

    In this website, I did sth different: I tested only in Opera and FF. the small bugs that I had, was only concerning differences between margin/padding on absolute or fixed blocks. anyway. The website was perfect on both different browsers (=different layout engines;) and when I opened the webpage on IE waiting for real-world bugs to appear, and wasn't surprised.

    After a bunch of tricks that did not work, I thought I would just ignore IE and design the site for modern browsers only, but i said to myself: professional webdesigners spend valuable time caring about IE, so I decided to do that too, even if it's only a small very personal website.
    I unlinked the main stylesheet, and started making a new one for IE (to appear and function as on FF+OPR). Finally, with the help of Dean Edwards' extraordinary scripts that enable position:fixed and CSS2 selectors and pseudo selectors, and while rebuilding the whole stylesheet, I made it work 99.5% like on FF+OPR, which I am very proud of.

    Linked the special stylesheet for IE using conditional <!--comments--> (without ignoring the CSS' cascade system) . that's all.

    "The only reason I test in IE is because I tend to use it more often" - So funny man!! Do _you_ make a website for yourself ? ;D


    "No matter how much you deny it, IE MUST be your primary concern when testing, since it's still most used browser" - No way mister. If webdesigners (especially advanced ones) keep on doing that, then we won't have any web standards anymore. If you were able to design real web standard compliant websites, you would have appreciated them, and respected them so much, and hated IE forever: preceding, actual and future(?) versions =D

    Besides, you say that IE7 is standards compliant: Hahahaahahah !!
    IE7 will be just like a patch to IE6 that hasn't been updated (standards-speaking) since 99's. Especially Css support. But not everything, far less.
    Even, IE7 won't support the MIME type required for files coded as XHTML 1.1, the application/xhtml+xml, and IETeam is saying it proudly on their PR weblog, proudly.

    What make me laugh so hard even more, is that IE7 will somewhat have a bit of Css suport fixed, that most websites (tested in IE) will BREAK in IE7. Yes! That's awesome.

    "IE7 Beta 3, even though only beta still, is way superior to FF in every way (speed, security, JS support) and is W3C compliant." - IE7 is not standards compliant. and as much as secure it will be, it will be CERTAINly brought down. unlike FF and Opera. FF is constantly updated with security fixes.

    then, if you're saying that IE is fast, I do agree, but only in program loading, not webpage rendering or browsing. It is logical, since it is embedded and part of Windows OS. while FF is Not. But FF is far more speedy in web browsing and in STANDRADS compliance.

    Wait a second, ain't I using Opera? yes, and it is the best browser ever. and the fastest too ; ). you Really should see this. Really.
    Opera, on each update, doesn't fix its program, bnut adds features.
    Opera 9 actually has (without speaking of the browser):
    *Rss support (very good, compared to FF's)
    *email client
    *IRC client
    *widgets
    *newsgroups
    *bittorrent DL
    *content blocking
    *voice controls and mouse gestures
    *restoring all tabs (+history) after an eventual crash
    *zoom text + images
    *fit to window width : for annoying horizontal scrolls ; D
    *ability to undisplay images on websites
    *site preferences ......
    etc. etc.
    Really: What else do you still want?
    I'm a real Opera fan I must admit.

    I have come to an end of this reply, hope it was useful.
    oh no I forgot; Opera is the REAL standard browser also, because it has fully passed the Acid2 test. Check out the test result in IE6 LOL!!

    I have come to an end this time, and it is the last time i'm saying this.
    So, well, see ya

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Hybrid's HTML Lessons
    By Hybrid in forum Tutorials
    Replies: 18
    Last Post: 11-28-2009, 02:12 PM
  2. Bypass code problem...
    By hoster123 in forum Free Hosting
    Replies: 3
    Last Post: 06-18-2006, 10:11 AM
  3. Replies: 0
    Last Post: 09-23-2005, 02:45 PM
  4. Ad code problem!
    By Akkarin in forum Free Hosting
    Replies: 8
    Last Post: 08-29-2005, 10:39 AM
  5. corporate ads code problem
    By ronghui in forum Free Hosting
    Replies: 5
    Last Post: 07-29-2005, 11:05 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
x10hosting free hosting for the masses
dedicated servers