Best Blackhat Forum

Full Version: Someone here with good css knowledge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone here with good CSS knowledge please write for me these words because are blurry.

[Image: 111j80p.jpg]
Code:
body { max-width: 680px; margin: auto }

What do you want from this?
This css code makes the body of the page have 680px and stay (hopefully) in the middle of the page. =P
try this :

CSS Code :

input[type=text] {
padding: 0;
height: 30px;
position: middle;
left: 0;
outline: none;
border: 1px solid #cdcdcd;
border-color: rgba(0,0,0,.15);
background-color: white;
font-size: 16px;
}
.advancedSearchTextbox {
width: 680px;
height: 400px;
margin-right: -4px;
}


Then place the HTML code where you want the box :

<input type="text" class="advancedSearchTextBox" />




dont have time to test it, but should work,
and if it dosnt then you have something to work with :)
Reference URL's