Jump to content

Mette

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Mette

  1. Mette

    a newbie question

    hmmm, is my question to silly ? I'm not a programmer at all, have been using tables up til now, and is looking for other ways to do it. Is there any other method to align content to the bottom of the window ?/Mette
  2. Mette

    a newbie question

    Hi I am trying to learn css, and this is my situation. I have used 'margin-top' to align (horisontical) the upper content of the site. But it seems as if i cant do that with 'margin-bottom' to align the content of the lower part of the site. Have tried to assign the attribute to ul, li, a and my container, footrin.Any help is being appreciated Mettehttp://www.gretethomsen.dk/grete06/gretet.htmMy CSS (maybe you recognize some of it from the examples;) ); BODY {color:#ffffcc;background-color:#000000;font-family:'Verdana', 'Arial', sans-serif, 'Courier New';}.headlin /*head left indeks*/{margin-top:90px;font-size:150%;float:left;}.headrin /*head right indeks*/{margin-top:100px;font-size: 100%;font-style:italic;float:right;}.linein /*line indeks*/{color:#ffffcc;clear:both;}.footrin /*foot right indeks*/{font-size: 80%;font-style:italic;padding:0.2em 0.6em;}img{ margin-left: 40px;}ul{list-style-type:none;float:right;}a{width:6em;color:#ffffcc;font-weight:bold;text-decoration:none;background-color:purple;padding:0.2em 0.6em;border-right:1px solid #ffffcc;}a:hover {background-color:#ff3300}li{display:inline}
×
×
  • Create New...