Results 1 to 7 of 7

Thread: Alignment And Sizing Problems

  1. #1
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Alignment And Sizing Problems

    OK, I am pulling my hair out on this one. Go to http://steveeller.com/wordpress (the css is at http://steveeller.com/wordpress/wp-c...heme/style.css).

    There are three areas that I am having a problem with. For reference, if you view this in Safari 3, you will get an idea of what it should look like.

    1. In a Mozilla browser (Flock), the main menu is lower than it should be, and the size of the box in "Upcoming Events" is a couple pixels too small (you will see it cuts off the triangle at the bottom

    2. In IE6 the "Last Blog Post" and "Upcoming Events" boxes' sizes are way too big. The white space between the logo and the green nav bar is too large.

    3. In IE7 the "Last Blog Post" and "Upcoming Events" boxes' sizes are too small.

    Can somebody help please? I am relatively new to css, and I am having a hard time designing cross-browser code. There has to be an easier way.

    FMI (For My Information) - is there any information out there that shows a listing of what css is not recognized by each of the browsers?

  2. #2
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    I don't have time to address your full question-- someone else will I am sure (I'm about to leave). But for now, I'll answer the last part:
    is there any information out there that shows a listing of what css is not recognized by each of the browsers?
    Look here. This is obviously the problem, but if you can't figure it out, I'll try to help more later. Cross browser creation is by far the most frustating part.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  3. #3
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the info. Jas

  4. #4
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I checked out that link and it didn't seem to be very current. I only saw reference to ie6 and none to ie7.

  5. #5
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any ideas?

  6. #6
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    I found a syntax error (";;"). . . You should validate your CSS.

    Code:
    h2 a, a:visited {
    	color: #00294d;;
    }
    EDIT: Woah! Scratch that! It says there are no errors. That's really odd.
    Last edited by Jas; 01-19-2008 at 04:37 AM.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  7. #7
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah I did validate it beforehand and it didn't pick it up. It is fixed now.

    I got the "upcoming..." and "latest..." boxes almost where I wanted the, but kept having issues, so I simplified it.

    The only problem I am having now is in ie6. There is a white space gap on the right hand side of the main content. I can't seem to be able to get rid of it. Any ideas?

    Can someone please put IE out of its misery!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •