Jump to content

snowbrdlover

Member
  • Posts

    20
  • Joined

  • Last visited

snowbrdlover's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello all again I am nearly at the end of a Homepage for my friends website and i have a problem in positioning. My website appears normally in Firefox and Safari and at opera and IE flash video and some text appear in the bottom of the page... Can you pls have a look in my code and help me? Thank you, Steve Emmanouil.zip
  2. I really appreciate all ur help u gave me!!! And sorry for asking so many questions ;P This is a great site that a begginer and not only that can take help I will suggest ur site to all of my friends that are interested with web design!! Best regards, Steve
  3. I am back again ;P I totally understand what u've told me with the wrapper! And also the red color helps me adjust my web page But the background image is not centered like the rest of the site....Is always on the left.. Also i made the BG image 1024x768
  4. Thank you very much for ur help and ur fast reply! I will make the appropriate changes u told me and i'll come back with the results! Regards, Steve
  5. Started to build my 1st proper website with a shopping cart

  6. Thank you very much!! Here is the zip file with my website to check whats the problem. Best regards, Steve TEST.zip
  7. Hehe i dont have this area for attachments under my text box
  8. Hello, There is not such area.. do i have to enable it from my profile settings? Thank you,
  9. Thank you very much m8! How can i upload the zip? cause i cant find it...
  10. Nope it didnt worked... omg whats wrong ;P
  11. Sorry i cant atm cause i am away from my Server and my ftp is not connected to main HDD... Do think that i must add in css info about the "content" division?
  12. And i forgot to say that the BG image size is 1024x680 Thanx
  13. I add a background image and still nothing... Here is the code as it is now: HTML & CSS <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Emmanouil main</title> <link href="emmanouil.css" rel="stylesheet" type="text/css"> </head> <body> <div id="wrapper"> <div id ="content"> <h1>mmanouil</h1> <table width="469" height="43" border="0"> <tr> <td width="80"> Home</td> <td width="109">Products</td> <td width="72">News</td> <td width="105">About us</td> <td width="81">Contact</td> </tr> </table> <img src="thimbleletterArial.png" alt="Logo Thimble" name="img1" width="63" height="73" id="img1" /> </div> </div> </body> </html> @charset "UTF-8"; /*Sets the background image and color*/ body{ background-image:url(bgfinal2.jpg); background-repeat:no-repeat; background-color:#000; } /*Resizing the website in each screen resolution*/ #wrapper { width: 800px; margin:0 auto; position:relative; } /*Main logo*/ h1{ position:absolute; top:35px; left:56px; font:Arial; font-size:35px; color:#FFF; } /*TABLE*/ table { -moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 3em 1em 3em; color:#FFF; position:absolute; top:100px; -moz-border-radius: 5em 5em 2em 2em; border-radius: 5em 5em 2em 2em; background-color:#222; height: 33px; } /*Thimble*/ #img1{position:absolute; top:28px; left:78;}
  14. Thanx for help, I did that but it didnt worked...
  15. Thank u for ur fast reply Andrea! I tried it but it doesnt work i can still see the white gap on the right of my browser.... should i put in css some info for the div "content"?
×
×
  • Create New...