Jump to content

rmr

Members
  • Posts

    8
  • Joined

  • Last visited

rmr's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. rmr

    height atribute

    i correct the code!and the this works fine!<html><head><style type="text/css"> html { height:100%; } body { margin:0px; height:100%; } #left { float:left; width:171px; height:100%; background:red; } #right { margin-left:171px; width:589px; height:100%; background:blue; } </style></head><body> <div id="left"> </div> <div id="right"></div></body></html>--------
  2. rmr

    height atribute

    thats the big issue, the only browser that seems to work for me is opera.In FF and I.E. it doesnt work, and thats a bit strange!So how can i make it work for most browsers?But, thanks anyway Little Goat.
  3. rmr

    height atribute

    im using FF 1.0.7
  4. rmr

    height atribute

    I change it for yellow.well it only fills the space "CONTENT HERE" and the spacer just looks like a square with the value of the widht (171px)
  5. rmr

    height atribute

    I put the tags inside head and it doesnt assume the the all area.
  6. rmr

    height atribute

    it stays the same!Probably i have to use TABLES instead of DIV´s
  7. rmr

    height atribute

    I Little Goat, the code i used is:<style type="text/css">div#rightcol { background: #D7D6C1 url(imgs/noise_bg.png) repeat-y; width: 171px; height: 100%; float: left; display: block; }div#leftcol { background: #ffffff; width: 760px; height: 100%; float: left; display: block; }img#spacer { width: 171px; height: 100%; }</style><body><div id="leftcol">CONTENT HERE</div><div id="rightcol"><img src="imgs/pixel.gif" alt="" id="spacer"/></div></body>
  8. rmr

    height atribute

    Hi, there.Can anyone help me with the hight atribute!I´m trying to set the hight atribute to a image ( transparent spacer.png 1x1 px ) to be set with 100% in the CSS.Also i need to do this with DIV´s where i will put my content. But the thing that happens is that the browser assumes the height in relation to the content that is inside the BOX.What i needed is to assume in relation with borders of the browser window. Like a table with 100% width and 100% height.In opera 8 browser it works fine, but in firefox 1.0.7 or I.E. 6.0 doesntIm new in CSS so i dont know if its a browser problem or if there is a way to set this.THANKS
×
×
  • Create New...