Jump to content

ovno

Members
  • Posts

    7
  • Joined

  • Last visited

About ovno

  • Birthday 06/21/1990

Contact Methods

  • Website URL
    http://www.ovnokah.net
  • ICQ
    0

Profile Information

  • Location
    Maryland-USA

ovno's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ovno

    CSS Problem

    thanks for the help man
  2. ovno

    CSS Problem

    Thanks for the tip, I wasn't even thinking about that. However that still does not fix the problem. Whenever I type even one letter in the middle column, the contents of the right column shifts done one line. As I add new lines of text in the middle column, the lines in the right column shift done line after line.
  3. ovno

    CSS Problem

    I am trying to make a page that has 3 columns, with the 2 outside columns being just for ads by google. My basic layout is like this:My problem is, whenever I type anything into the middle column, the ads in the rights column shift down for some reason. I have tried various things to fix it, but none of them have worked. If anyone could give me any help, it would be appreciated. Here is my css #topmenu { height: 50px; background: #000000 url(Images/stretch.jpg) repeat-x; font-weight: bolder;}#topmenu a:link { color: yellow; text-decoration: none;}#topmenu a:hover { color: #d4c5c5; text-decoration: none; background-color: #fff68c;}#topmenu a:visited { color: yellow; text-decoration: none;}#topmenu ul { list-style-type: none; float: right;}#topmenu li { display: inline; padding-right: 5px;}#leftcol { padding: 15px 0 0 0; width: 120px; float: left;}#maincol { padding: 15px 0 0 0; width: auto; margin-left: 25%; margin-right: 25%;}#maincol h2 { text-align: center;}#maincol p { text-align: justify; font-family: "Comic Sans MS", Arial, sans-serif; text-indent: 25px;}#rightcol { padding: 15px 0 0 0; height: 600px; width: 120px; float: right;}
×
×
  • Create New...