посмотрите нашел универсальный шаблон слоев можно ли его усовершенствовать?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional-dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css">
#container { margin: 0px auto; padding: 0px; width: 800px; /* width of the layout -- can be set to any value including percentages */ overflow: hidden; }
#sidebar-right { float: right; width: 220px; /* width of the right sidebar -- can be set to any value including percentages */ margin: 0px; padding: 0px; overflow: hidden; }
#sidebar-left { float: left; width: 220px; /* witdh of the left sidebar -- can be set to any value including percentages */ margin: 0px; padding: 0px; overflow: hidden; }
#content { margin: 0px; padding: 0px; height: 1%; /* IE6 hack... it's very minor, though */ overflow: hidden; }
</style> <title>Sample Layout</title> </head> <body> <div id="container"> <div id="header"> HEADER </div> <div id="navigation"> NAVIGATION </div> <!-- not rendering the sidebar-a div will cause the content div to fill the space left by the sidebar-a div --> <div id="sidebar-right"> SIDEBAR A </div> <!-- not rendering the sidebar-b div will cause the content div to fill the space left by the sidebar-b div --> <div id="sidebar-left"> SIDEBAR B </div> <div id="content"><div id="content-inner"> CONTENT </div></div> <div id="footer"> FOOTER </div> </div> </body> </html>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
sc@r@bey
посмотрите нашел универсальный шаблон слоев можно ли его усовершенствовать?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.