Jump to content

Inita

Members
  • Posts

    9
  • Joined

  • Last visited

About Inita

  • Birthday 10/27/1980

Contact Methods

  • Website URL
    http://inix.funpic.de
  • ICQ
    0

Inita's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i know german free hosting www.funpic.deu can take a look in my homepage http://inix.funpic.desupports also sqlhttp://members.freewebs.com/ - this was my first hosting, but doesnt support mysql, i guess
  2. u can also write so :<center> <p>Im in center</p></center>But it strange, in <img> for eample, if im writiing 'valign="absmiddle"' - it works, but if im writing - 'style="vertical-align:absmiddle"' - it doesnt work. I meant, the picture isnt in the middle.
  3. The answer on my question <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title>Help Inita</title> <style type="text/css">body, html {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#FFF;background-color:#333;padding:0;margin:0;height: 100%;}#page { width:740px; background-color:#000; padding:0; margin-top: 0; margin-right: auto; margin-bottom: 10px; margin-left: auto; position: relative; min-height: 100%; /* For Modern Browsers */ height: auto !important; /* For Modern Browsers */ height: 100%; /* For IE */ }#downmenu { width:740px; margin: 0 auto; padding:0; position: absolute; bottom: 0 !important; bottom: -1px; height: 100px;}#content { margin: 15px; padding-bottom: 160px; height: auto !important; }.imenu { font-size: 12px; text-align:center; width:720px; background-color:#000000; margin:0px; padding:10px;}.imenu a {color:#FFF}.imenu a:hover {color:#FFC}.center { text-align:center} </style></head><body><div id="page"> <table class="center menuup" border="0" cellpadding="0" cellspacing="0" style="width:100%"> <tr class="center" style="height:25px"> <td style="width:20%" class="menuup">[ <a href="/index.html"><b>Home</b></a> ]</td> <td style="width:20%" class="menuup">[ <a href="/login.html"><b>Login</b></a> ]</td> <td style="width:30%" class="menuup">[ <a href="#"><b>pictures</b></a> ]</td> <td style="width:30%" class="menuup">[ <a href="#"><b>Search </b></a> ]</td> </tr> </table><div id="content">content</div><div id="downmenu"><div class="imenu"> [ <a href="#">My Name</a> ] [ <a href="#">Autos</a> ] [ <a href="#">Bears</a> ] [ <a href="#">See Tree</a> ] [ <a href="#">Contact Us</a> ] [ <a href="#">Site Map</a> ]</div></div></div></body></html> THANKS
  4. http://inix.funpic.deTake a look in my homepage "Bilder", there i have a photo galery, the best gallery in all WEB . Its not my work, but u can download the programm for free fromhttp://tinywebgallery.ti.funpic.de/en/index.htm
  5. MERCI Aspnetguy, but now, if the content is shorter than screen in Firefox, downmenu doesnt stay down the screen, down menu is after short content up =(((Im at home now, dont have there Mac too, only on monday will have mac, but i think, if it will work in IE and FF and Opera, than it have to go also on Mac
  6. =((((((((((((((((((but it doesnt work on MAC and also on FIREFOX if the content is longer, downmenu stays on screen bottom =((((and on Mac, if the content is longer, it takes black background only these height:96%, but after, there r no background, im trying in another way, but i cant
  7. GREAT it works =))))))) im sooo lucky about that, looks beautiful, better cant be ... it was necessary for my work, great forum, comming there again for sure, if i will need a help and also will came there up to time, maybe i can help also to someone, i was trying this soooo long time, i was thinking about this problem even at night =))))many many many THANKS
  8. THANKS very much for ur answer :)1. A menu to stay static on the bottom of the screen, so when you scroll it stays at the bottom of your browser. *** no for sure sorry2. The menu to just stay at the bottom of the page no matter how much content there is unless it goes to the next page?*** I realy dont understand how u mean it, but i think YES :)If the content is less, downmenu stays on the bottom of screen, if the content is more then screen, than downmenu stays down the content, downmenu goes together to bottom with content :(MANY Thanks
  9. Hello,I making CSS, XHTML, but not for a very long time, im more beginner.I need help for making the down menu always down in the browser. I wrote short code to understand better what i realy want. So, if u see my page in the browser, the down menu is not very down, but i need to have it down, doesnt matter if the content is short or long, and if the content is longer then the browser height, than of course downmenu down the content . Hard to explain, but i think u know what i want . <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title>Help Inita</title> <style type="text/css" />body, html { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color:#FFF; background-color:#333; padding:0; margin:0;}#page { width:740px; background-color:#000; margin: 0 auto; padding:0}.imenu li { font-size: 12px; margin: 0; padding-right:17px; list-style-type:none; display:inline}.imenu li a { color:#FFF}.imenu li a:hover { color:#FFC}.center { text-align:center } </style></head><body><div id="page"> <table class="center menuup" border="0" cellpadding="0" cellspacing="0" style="width:100%"> <tr class="center" style="height:25px"> <td style="width:20%" class="menuup">[ <a href="/index.html"><b>Home</b></a> ]</td> <td style="width:20%" class="menuup">[ <a href="/login.html"><b>Login</b></a> ]</td> <td style="width:30%" class="menuup">[ <a href="#"><b>pictures</b></a> ]</td> <td style="width:30%" class="menuup">[ <a href="#"><b>Search </b></a> ]</td> </tr> </table> <p>content</p> <ul class="imenu center" style="padding:10px "> <li>[ <a href="#">My Name</a> ]</li> <li>[ <a href="#">Autos</a> ]</li> <li>[ <a href="#">Bears</a> ]</li> <li>[ <a href="#">See Tree</a> ]</li> <li>[ <a href="#">Contact Us</a> ]</li> <li>[ <a href="#">Site Map</a> ]</li> </ul></div></body></html> THANKS----------------------EDIT: Changed to [/CODEBOX] to save scroller...
×
×
  • Create New...