Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: baabu
  • Order by date
  1. baabu

    making box width variable

    Yea sorry...the code you provided works thanks...but it dusnt work with mine..here is my code: <style type="text/css"> div.myBox { margin-right:50; position:absolute; height:200; left:100; top:100; border:1 solid red; } </style> <div class="myBox"></div> That doesnt work..any ideas...
  2. baabu

    making box width variable

    and i want the width to change when browser is resized so it stays at 50pixels from right?
  3. baabu

    making box width variable

    oh ye thanks.. but how do i make the width variable??
  4. baabu

    making box width variable

    im making a box using <div> tags.. the height of the box i have made fixed, but i want to make the width variable and i want to make it so when i resize the browser window, the width of that box changes so that it stays 50pixels from the right side of the browser window any ideas how to do this...
  5. baabu

    drawing &lt;HR&gt; and box in naturally occuring order

    ive tried that but the horizontal line still appears at the top of the page. i have 3 boxes above where the line should be and ive used classes for each of the boxes.. ive tried putting just <HR> there after the 3 boxes <div> tags but it appears at the top of the page and not below the 3 boxes...
  6. baabu

    drawing &lt;HR&gt; and box in naturally occuring order

    hi I am makin a page in CSS and xhtml.. i have made a header box using this in the head: h1 { position:absolute; width:600; height:50; left:302; top:93; font-weight:bold; font-size:36; font-family:Arial; } and this in the body: <h1>Assignment 1 - XHTML and CSS</h1> I also got...

Part and Inventory Search

Back
Top