html5

    1熱度

    2回答

    我在我的下面搜索引擎友好的導航工作: <nav itemprop="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList"> <ul id="hornavmenu" class="nav navbar-nav"> <li itemprop="itemListElement" itemscope it

    0熱度

    1回答

    我所有的if語句都是獨立運行的,但是當我把它們全部放在函數中時,我無法讓它們全部工作。 function validate() { var x = document.forms["myForm"]["patientName"].value; var y = document.forms["myForm"]["patientId"].value; var z = do

    0熱度

    1回答

    我的工作是用來記錄作業成本代碼計費費率MVC應用程序中,我使用HTML輔助以這樣的頁面上生成的輸入列表: @Html.EditorFor(m => m.LineItemRates[i].REG, new { htmlAttributes = new { @class = "reg form-control input-sm", @type = "number", step = "0.01

    -6熱度

    1回答

    我有10個UL,每個有5個LI。它看起來像一張桌子,但我想只在背後有背景。 我試圖做一個小時。它甚至有可能嗎? ul { background: whitesmoke; padding-top: 0px; } ul:nth-child(odd) { background: ghostwhite; } li:nth-child(3n) { font-weight: bold; colo

    -1熱度

    1回答

    如何使背景變暗並使用自舉?我發現這個代碼,但不知道我可以在哪裏調整背景或我必須添加到我的風格什麼樣的CSS代碼。 發現這裏的代碼: https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_modal&stacked=h <!DOCTYPE html> <html lang="en"> <head> <title>Boo

    0熱度

    1回答

    <html> <head> <style> input { position:relative; height:5%; width:25%; border:2px solid; background-color:#219869; border-radiu

    -1熱度

    1回答

    我有一個帶有按鈕的html表。當點擊按鈕時,我會調用一個將會對我的後端服務執行GET調用的jquery函數。 創建Html頁面行如下; !DOCTYPE html> <html> <head> <script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"> </script> <styl

    0熱度

    1回答

    我是一個新開發者,我創建了變化事件函數兩個單選按鈕同名& id和不同的值,我會調用change事件觸發器,但是默認值的相關內容在單選按鈕變化前沒有顯示。請幫助我如何解決這個問題。 **html code** <td valign="top" width="37.5%"> <label><input type="radio" name="client_location_c" value=

    0熱度

    1回答

    功能需求: *當前頁必須強調 我的菜單列表,所以我添加了一個類標籤,並使用一個CSS選擇器以不同的樣式。 ul ul a.basic { /* Sub-menu stuff */ font-size: 0.9em !important; padding-left: 30px !important; background: orange; /* Color of Hom

    2熱度

    1回答

    有一個使用iframe的網頁。 iframe可用於嵌入視頻(youtube/vimeo),網站(任何),文檔(.txt和.pdf)以及Tableau的工作表。沒有。的iframes和他們加載的內容在前面提到的上下文中是動態的。除了iframe之外,網頁還有一些常規的文字內容和圖像。我們如何下載此網頁以確保我們保留其佈局和iframe內容? (下載功能必須是我們正在下載的網頁的一部分,這是Angul