Activity Stream
48,167 MEMBERS
6791 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default litle help with css

    i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right


    this the code i try different ways but i cant amake it right

    Code: 
    /* begin LayoutCell */
            .art-contentLayout .art-content
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 574px;
            }
            .art-contentLayout .art-content-sidebar1
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 765px;
            }
            .art-contentLayout .art-content-sidebar2
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 765px;
            }
            .art-contentLayout .art-content-wide
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 956px;
            }
            /* end LayoutCell */
            
            /* begin LayoutCell */
            .art-contentLayout .art-sidebar1
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 191px;
            }
            /* end LayoutCell */
            
            /* begin LayoutCell */
            .art-contentLayout .art-sidebar2
            {
                position: relative;
                margin: 0;
                padding: 0;
                border: 0;
                float: left;
                overflow: hidden;
                width: 191px;
            }
            /* end LayoutCell */
    big thanks
    bachbell Reviewed by bachbell on . litle help with css i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right this the code i try different ways but i cant amake it right /* begin LayoutCell */ .art-contentLayout .art-content { position: relative; margin: 0; Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Retired NinJa
    Website's:
    loledhard.com
    screenshot would be better, Screenshot how it is right now & paint image how u want it to be

    cba to implement it in new CSS file & write HTML code to view how it looks



    You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!

  4.     
    #3
    Member
    Website's:
    Tastro.org HDTVXviDLOL.com EpisodeSeasons.com FileBorg.org W-47.com
    you don't need to do anything here in css. copy your html code.

    also just change the order in your html code...

    put the 1st sidebar first, then the main box and then the 2nd sidebar.

    __________________

    now you have some thing like this:

    <div class="col1">
    <div class="col2">
    <div class="main">

    just change it to:

    <div class="col1">
    <div class="main">
    <div class="col2">

    in css all have float:left; so that it should work by just editing the html.

    if it still won't work... then give us the url to the site please.
    LE with your pr2 site? <a href="http://tastro.org/">Tastro.org</a> or link exchance with our category page: <a href="http://tastro.org/i/hdtv">HDTV</a> | <a href="http://tastro.org/i/dvdrip">DVDRip</a> | <a href="http://tastro.org/i/r5">R5</a> | <a href="http://tastro.org/i/bdrip">BDRip</a> | <a href="http://tastro.org/i/brrip">BRRip</a>

  5.     
    #4
    Member
    Thanks both Humor, Tastro now's soved

  6.     
    #5
    Member
    Website's:
    Tastro.org HDTVXviDLOL.com EpisodeSeasons.com FileBorg.org W-47.com
    glad to hear that. thread closed i guess.
    LE with your pr2 site? <a href="http://tastro.org/">Tastro.org</a> or link exchance with our category page: <a href="http://tastro.org/i/hdtv">HDTV</a> | <a href="http://tastro.org/i/dvdrip">DVDRip</a> | <a href="http://tastro.org/i/r5">R5</a> | <a href="http://tastro.org/i/bdrip">BDRip</a> | <a href="http://tastro.org/i/brrip">BRRip</a>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. know its a litle old but this sucks
    By MrPeanut420 in forum General Discussion
    Replies: 1
    Last Post: 17th Jan 2011, 09:31 PM
  2. a litle help mail.mydomain.com
    By bachbell in forum Server Management
    Replies: 3
    Last Post: 28th Oct 2010, 07:57 PM

Tags for this Thread

BE SOCIAL