Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   blocks mod (http://www.bvlist.com/showthread.php?t=3348)

wMan 5th September 2009 19:08

blocks mod
 
1 Attachment(s)
Code:

function OpenTable($title = "title", $tablewidth = "") {
        global $tableopen, $siteurl;
        if ($tableopen) return;
        if($tablewidth !="") $stylewidth = "style=\"width: ".$tablewidth."px;\"";
        else $stylewidth = '';
        echo "
";
    echo "".$title."
";
        echo "
";
           
    $tableopen = true;
}
 
function CloseTable() {
        global $tableopen, $siteurl;
        if (!$tableopen) return;
        echo "
";
 
        $tableopen = false;
}

Code:

div.main2 {
background:url(pics/b1.png) repeat-x;
}

i don't get what i am doing wrong :wallbash:

joeroberts 5th September 2009 19:23

you need to define height and width in css height well be 100% and width is image width

wMan 5th September 2009 19:33

goes even worse it have to be set in main not css that's hove it works :lol:

joeroberts 5th September 2009 19:42

you can use images/spacer.png to move the row over so it dont over ride
spacer.png is a transparent image so it don't effect your image

wMan 5th September 2009 19:48

ehh hell with this better will color it up in css not f*ck with code for hours to make stile bigger

joeroberts 5th September 2009 20:01

Quote:

Originally Posted by wolfman (Post 15385)
ehh hell with this better will color it up in css not f*ck with code for hours to make stile bigger

sorry its gif not png

spacer.gif is clear no color what so ever
see http://www.jungle-pirates.com/images/spacer.gif


All times are GMT +2. The time now is 12:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.