Jump to content

RASTAA

Members
  • Posts

    10
  • Joined

  • Last visited

RASTAA's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you very much ! It actualy worked !
  2. Here you go this is just example fast made and coded website because i dont have much time these days , so if you can help me with it tell me the way and if it is javascript coud you just explain it to me a bit becasuse i didnt stared learing javascript at this time : http://clean-webdesign.com/
  3. I will try now that javascript but my problem is that im beginer in this coding itl be litle harsh but nvm ! Il be clearn now : I wont to stretch my container background to full size ! Dont wont to have that white area aroun my background image !
  4. This is not working too.. Someone other can help me ?
  5. Its kinda good when i type that but my image repats on botom , and when i type background-image:no-repeat; it just go backs to normal i mean there are agin 2 white areas around my container on the right and on the botom ! CSS: /*######################*//*MY PORTFOLIO WEBSITE*//*######################*/html, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/*#################################*/ /*MAIN CSS OF MY WEBSITE*//*##############################*/body {background-image:url(images/background.jpg); width:100%; height:100% min-height:1px;min-width:1px;margin: 0;padding: 0;}#container {width:1000px;height:800px;}#header {background-image:url(images/header.jpg);height:124px;width:1000px;position:relative;}<!-- NAVIGATION-->#nav {float:right;text-decoration:none;display:inline;}#nav ul {}#nav li {display:inline;text-decoration: none;}#nav a {text-decoration:none;}#nav a:hover{text-transform:lowercase;}#footer {background-image:url(images/footer.jpg);width:1000px;height:71px;}/*#############################*//*NOT THAT MUCH IMPORTANT CSS*//*############################*/ THAt is new css and its still the same thing !
  6. Can you help me with this please ? Its urgent ! Thank you very much !
  7. Im facing with problem that there is white area around my container ! Just copy my code into your notepad and youll see !
  8. Hello.I have problem with body width ! Here is my code so can you tell me what to do to fix it : HTML: <!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Clean WebDesign Studio</title><link href="style.css" rel="stylesheet" type="text/css"/></head><body><div id="container"><div id="header"> </div> <!--KRAJ HEDERA --> <ul id="nav"> <li><a href="#" class="active">HOME</a></li> <li><a href="#">ABOUT</a></li> <li><a href="#">WORK</a></li> <li><a href="#">BLOG</a></li> <li><a href="#">CONTACT</a></li> </ul> <!--KRAJ NAVIGACIJE--><div id="content"></div> <!--KRAJ SADRZAJA --><div id="tekst1"></div> <!--KRAJ TEKST 1 --><div id="tekst2"></div> <!--KRAJ TEKST 2 --><div id="tekst3"></div> <!--KRAJ TEKST 3 --><div id="footer"></div> <!--KRAJ FOOTERA --> </div><!--KRAJ KONTEJNERA --> </body></html> CSS: /*######################*//*MY PORTFOLIO WEBSITE*//*######################*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/*#################################*/ /*MAIN CSS OF MY WEBSITE*//*##############################*/ #container {background-image:url(images/background.jpg);width:1000px;height:800px;} /*#############################*//*NOT THAT MUCH IMPORTANT CSS*//*############################*/ EDIT: This is just my star of website because i dont wont to go forward with doing something other , because i wont to fix that background ! Thank you very much for your help and be fast please !
  9. RASTAA

    Navigation help

    Thank you but i dont need just help about you cheking me what i did wrong ! I need help because i cant center that text i mean allign that text with navigation image !
  10. RASTAA

    Navigation help

    Hello.I just started to learn html and css ! I know html mostly all of it ! But there are some things that i dont understand at css and this is one of it:I wont to allign my navigation with my sliced out picture of my navigation ! Here is the website i wont to look like this : [IMG=http://i48.tinypic.com/2a7hlwx.jpg] And here is mine website right now : [IMG=http://i48.tinypic.com/2s9dk7t.jpg] Here is the html/css code: HTML: <!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>RASTAA Design Portfolio</title><link href="style.css" rel="stylesheet" type="text/css" /></head><body><div id="container"><div id="header"><h1> RASTAA Web Design</h1><p>Portfolio Website</p></div><!--closing header--><div id ="spacer"></div><!--closing spacer --><ul id="nav"> <li><a href="#" class="active">Home</a></li> <div id="divider"><img src="../images/images/divider.gif" /></div> <li><a href="#">Portfolio</a></li> <div id="divider"><img src="../images/images/divider.gif" /></div> <li><a href="#">Services</a></li> <div id="divider"><img src="../images/images/divider.gif" /></div> <li><a href="#">About </a></li> <div id="divider"><img src="../images/images/divider.gif" /></div> <li><a href="#">Contact</a></li></ul><!--Closing nav--><div id="content"><h1>HTML&CSS Tutorials</h1><p> VIDEOS WILL BE ADDED</p><h2>Latest Works</h2></div><!--Closing Content--><div id ="footer"><p> Copyright 2012 Ognjen Kolundzija. All rights reserved.</p></div><!--Closing Footer--></div><!--Closing container--></body></html> CSS: body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {margin: 0; padding: 0; border: 0;}body {text-align:center;line-height:25px;background-color:#FFF;margin:0 auto;padding:0 auto;}/*MAIN CSS*/#container {position:relative; margin:12px auto; width:1001px; height:auto;background-color: #FFF;}#header {text-indent:-9999px;background-image:url(../images/header.gif) ;background-position: top center;background-repeat: no-repeat;overflow: hidden;height:151px;width:801;position:relative;}#spacer { width:801px; height:12px;}#nav {background-image:url(../images/navigation.png);width:1001px;height:61px; margin:21px; padding:0; list-style:none;}#nav li {display:inline;float:left;margin-left:110px;alignment-adjust:central;position:relative;}#nav li a {text-align:center;width:100px;text-decoration:none;line-height: normal;}#nav li a:hover{text-decoration:underline;}#divider {background-image:url(../images/images/divider.gif);background-repeat: no-repeat;display:inline;padding:auto;margin:auto;} Can you just tell me what mistakes did i make and dont be hars on me because im new at this !
×
×
  • Create New...