Development New Site Layout

Discussion in 'Software' started by TekMonkey, 12 Dec 2005.

  1. TekMonkey

    TekMonkey I enjoy cheese.

    Joined:
    6 Dec 2002
    Posts:
    3,081
    Likes Received:
    0
    http://tekmonkey.org/test/index.php

    I think it looks pretty nice, but I'm having a couple problems keeping everything consistent cross-browser. It pretty much looks exactly as I want it in Firefox.

    However in IE and Opera, the search box is off, I'm not sure what I need to do to resolve this while keeping it looking how I want in Firefox.

    Secondly, the forums are completely off center in IE. Not sure what to do here. If I change the width, padding, etc to fix it in IE, it's no longer looks correct in Firefox.

    Any comments to resolve my problems and/or critques on the overall site would be great, thanks.
     
  2. kenco_uk

    kenco_uk I unsuccessfully then tried again

    Joined:
    28 Nov 2003
    Posts:
    9,696
    Likes Received:
    308
    Good tutorial you got there dude (PSD 2 web). :thumb:

    I see what you mean about the forums being off kilter though. I wish I could help :confused:
     
  3. [Jonny]

    [Jonny] What's a Dremel?

    Joined:
    1 Sep 2003
    Posts:
    296
    Likes Received:
    0
    Try adding this CSS to your site to fix the search bar:

    Code:
    input 
    {
           padding: 0;
           margin: 0;
    }
    
    I thinks IE is giving the input (search box) some padding/margin or somthing, though, you should probably clean up the search form code. If it's bad code it might act in bad ways. :p

    As for the forum, sounds exactly like IE's box model "bug". Basically, IE renders the box model differently from every standards compliant browser. There are quite a few fixes for this, just google .
     
  4. TekMonkey

    TekMonkey I enjoy cheese.

    Joined:
    6 Dec 2002
    Posts:
    3,081
    Likes Received:
    0
    Actually I resolved the forum problem by setting padding-right from 10px to 0px. Which is odd, I thought that would mess up how it displays in Firefox, but apparently not.

    But still not sure about the search box. That code didn't work. It's probably something I have thrown into the style of the form, you're right. I'll take a looksie.
     
  5. kickarse

    kickarse What's a Dremel?

    Joined:
    6 Oct 2004
    Posts:
    1,281
    Likes Received:
    0
    looking good... Good to see another designer here instead of 3rd grader designs...

    What are you using for cms?
     
  6. TekMonkey

    TekMonkey I enjoy cheese.

    Joined:
    6 Dec 2002
    Posts:
    3,081
    Likes Received:
    0
    In the past I've used CuteNews (php), which is very easy to customize. Right now I haven't got any CMS set up, just hand coding divs for everything. I'll probably use CuteNews for the index page, but it's not too much of a hassle to hand code everything.
     
  7. MrBadidea

    MrBadidea What's a Dremel?

    Joined:
    10 Nov 2001
    Posts:
    418
    Likes Received:
    0
    I've recently finished designing something for a company that displays perfectly fine in Internet Explorer, but certain pages display offest 15 pixels to the right (the entire site is about 520 px wide, and centered, so you can easily see it happen) when displayed in Opera.

    I never found a valid reason for it, it just happened. All the code was the same, even reduced down the differences in the content of the pages. Some just were off-centre for no apparant reason.
     
  8. TekMonkey

    TekMonkey I enjoy cheese.

    Joined:
    6 Dec 2002
    Posts:
    3,081
    Likes Received:
    0
    Yea, it seems to be resolved if you define both a width value and a w\idth value.
     
  9. Lazlow

    Lazlow I have a dremel.

    Joined:
    8 Aug 2003
    Posts:
    1,464
    Likes Received:
    0
    I'll second that!
     
  10. kickarse

    kickarse What's a Dremel?

    Joined:
    6 Oct 2004
    Posts:
    1,281
    Likes Received:
    0
    I'll third that! heh...

    I use website baker which has been highly customizable and well documented...
     

Share This Page