2
這是我的。我錯過了什麼?我需要的導航欄在星期一移動到右邊是目前下跌的左側如何在html中將導航欄移動到右側?
<html>
<head>
<title>HTML and JavaScript </title>
</head>
<frameset border="5"rows="60,*">
<frame name="UpperFrame" noresize src="title.html">
<frameset border="5" cols="180,*">
<frame name="rightframe" noresize src="navbar.html">
<frame name="leftframe" noresize src="welcome.html">
</frameset>
</html>
你的意思是動態地移動它,或只是將其定位到正確的? – jaredsk
那麼導航欄在哪裏? – AVI
它位於頁面的左側 –