Alignment Problem please help its urgent

Discussion in 'WordPress' started by ysribharath, Jan 7, 2011.

  1. #1
    Hi ,

    I have some alignment problem and i am unable to figure it how to fix it

    it looks good in opera and ie but its not good in firefox..box is coming down in firefox

    site name : test.ysrcongress.co.in

    Firefox screenshot :

    http://i53.tinypic.com/110df08.jpg

    Files On the home page :

    Home.php calls three files where featured.html is the the one which has issue ... and i have called two files using tables ..one is slider and one is issue content

    all the files and code are pasted below

    featured.html :

    http://pastebin.com/embed_iframe.php?i=uZd1eC3h

    news.html :

    http://pastebin.com/embed_iframe.php?i=vtLDG9nJ

    K.css :

    http://pastebin.com/embed_iframe.php?i=r6tm8Cya

    Please help me out on this .. it will finish my project ...

    Thanks in advance

    with regards

    sribharath
     
    ysribharath, Jan 7, 2011 IP
  2. ysribharath

    ysribharath Well-Known Member

    Messages:
    745
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    155
    #2
    I can pay 10 $ for this but after seeing it in action ...Thanks for putting some time to help me out
     
    ysribharath, Jan 8, 2011 IP
  3. ysribharath

    ysribharath Well-Known Member

    Messages:
    745
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    155
    #3
    even looking for help from other guys as well ....
     
    ysribharath, Jan 8, 2011 IP
  4. surfjam

    surfjam Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just taking a quick look at the page, I would say look into the width of the box that is being pushed down. Make sure with all the margins, padding and size dimensions that it fits in the overall space. At least that's been a similar problem I've had in the past.
     
    surfjam, Jan 9, 2011 IP
  5. ysribharath

    ysribharath Well-Known Member

    Messages:
    745
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    155
    #5
    i have tried but i am unable to figure it out
     
    ysribharath, Jan 9, 2011 IP
  6. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In your css file, add float: right; to the .latest class.

    
    .latest {
       background-image: url("img/image.png");
       background-repeat: no-repeat;
       float: right;
       height: 305px;
       margin: 0;
       width: 492px;
    }
    
    Code (markup):
    You can rework this to get rid of that table too. It is not needed. Your DIVs will work just fine.
     
    Dodger, Jan 9, 2011 IP