| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Dec 2004 Location: Cedar City, UT
Posts: 4
![]() | Simple HTML Question <div id="scroll3" style="background:# url();border:#FFFFFF 0px solid;width:507;height:307;top:500;left:30;overflo w:auto;filter:alpha(opacity=35);"><font color=white>TEXT</font></div> This is the code I'm using now, but what I want is a text box that's not transparent in any way, but it has an invisible scrollbar. Possible? |
| |
| | #2 (permalink) |
| Senior Member Join Date: Dec 2004 Location: Florida
Posts: 2,617
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | <div id="scroll3" style="background:# url();border:#FFFFFF 0px solid;width:507;height:307;top:500;left:30;overflo w:auto;filter:alpha(opacity=35);"><font color=white>TEXT</font></div> Where it is bold, after the "#" insert the hex color of the background color you would like. The box automaticly changes so you don't need a scroll bar. |
| |