ho0dsoldier
07-13-2007, 10:57 PM
Do anyone knows the div codes with no scroll bars ?:) I need it for my layout
|
||||
Div Help!!ho0dsoldier 07-13-2007, 10:57 PM Do anyone knows the div codes with no scroll bars ?:) I need it for my layout Jutlander 07-13-2007, 11:09 PM There is, per default, no scrollbars on divs. Or perhaps you are after the overflow property: overflow: hidden; ho0dsoldier 07-13-2007, 11:42 PM yes i got a layout the space i made for my layout it s really long and i want my words and stuff to go down it with ut scrollbars Jutlander 07-13-2007, 11:53 PM You will need to post the code here.. ho0dsoldier 07-14-2007, 12:05 AM <div style="position:absolute; left:110; top:594px; width:205px; height:589px; background-color:transparent; overflow: hidden;"> </div> thats code i used for my div Jutlander 07-14-2007, 12:13 AM You've set a height on it. The text will exceed the borders if a lot of content is written to it. Remove the height... ho0dsoldier 07-14-2007, 12:18 AM ok thanks! |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum