Jump to content

matek

Members
  • Posts

    3
  • Joined

  • Last visited

matek's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ej! Never mind, I solve the problem... I was using HTML and now I have put the code in XHTML: [color=#FF0000]<?xml version="1.0" encoding="iso-8859-1"?><!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">[/color]<head>.....</head><body>....</body></html> And now everything looks just as I want it to look in IE6 and IE7 too.By!
  2. Hi!I have a similar problem and don't know what to do. I'm building a page using layers to position elements. Everything looks just as I want it to look in Opera 8.53, Netscape 8.1 and Firefox, but I have a problem with IE6 and IE7.Here is the code of HTML: ...<body><div id="container"><div id="header"></div><div id="horizontal_line"></div><div id="content">Here is some content</div><div id="column"><ul class="navigacija"><li class="navigacija"><a class="navigacija" href="#">Link 1</a></li><li class="navigacija"><a class="navigacija" href="#">Link 2</a></li><li class="navigacija"><a class="navigacija" href="#">Link 3</a></li><li class="navigacija"><a class="navigacija" href="#">Link 4</a></li><li class="navigacija"><a class="navigacija" href="#">Link 5</a></li><li class="navigacija"><a class="navigacija" href="#">Link 6</a></li><li class="navigacija"><a class="navigacija" href="#">Link 7i</a></li></ul></div><div id="footer"></div></div></body></html> And here is CSS: *{margin: 0; padding: 0; border: none; text-decoration: none}body{background:#FFFFFF;text-align:center;}#container{background:url(dizajn/container.png) repeat-y;width:770px;margin:auto;text-align:justify;}#header{height:105px;background:url(dizajn/header_1.png) no-repeat;margin-top:10px;}#horizontal_line{height:25px;background:url(dizajn/links.png) no-repeat;}#footer{width:770px;font-family:Verdana;font-size:9px;color:#999999;border-top:1px solid;border-color:#BBDDFF;clear:both;}#column{background:url(dizajn/stupac.png) repeat-y;width:150px;float:left;font-family:Verdana;font-size:12px;color:#000000;text-indent:0px;text-align:justify;}#content{background:url(dizajn/sadrzaj.png) repeat-y;width:620px;float:right;font-family:Verdana;font-size:12px;color:#000000;text-indent:0px;text-align:justify;} Layers, where are content and navigation bar, must be side-by-side but IE pushes left layer (#column) on the left below position. And that is driving me mad... When I open this page first I see content than I have to scroll down and then there is my navigation bar...I was on Microsoft web site to find out what to do but I am a little bit of lost wright now. I was on some other sites but... Can anyone help me, PLEASE?
  3. Hello!I am Nina and I'm new here.
×
×
  • Create New...