slashdot

    0熱度

    1回答

    我的SlashDot菜單中存在此問題。 我想用PHP改變圖片的條件,我明白你不能把PHP放入一個css文件。 所以我排除了代碼片段並將其放在主文件中。 但是,圖片沒有顯示(bgcolor確實會改變)。 任何想法爲什麼會發生? 這裏是Slashdot的的CSS: div.sdmenu { width: 150px; font-family: Arial, sans-serif; font-si

    2熱度

    1回答

    我創建了一個OpenID最近在myopenid.com:http://axqd.myopenid.com/ 而且我自己的域名,其中寫着「axqd.net」。所以,我在index.htm網頁(http://axqd.net或http://www.axqd.net/)的<head>部分寫下以下行。 <link rel="openid.server" href="http://www.myopenid.

    0熱度

    1回答

    我只是想創造我的網站Slashdot的菜單,這是我走到這一步: $(document).ready(function() { $('ul').each(function(){ $(this).click(function(){ $('ul').closest('li').slideToggle(300); }); }); }); 這隻

    1熱度

    1回答

    試圖在我的應用程序中使用Simple HTML Dom解析器。 將scraping_slashdot()的樣本函數放入控制器。 include_once('includes/simple_html_dom.php'); $ret = $this->scraping_slashdot(); print_r($ret); 得到: ErrorException [ Fatal Error ]: