wallacept Posted April 20, 2010 Share Posted April 20, 2010 in css is: #header #search_block_top { background:url("img/block_search_bg.jpg") no-repeat scroll left top transparent; height:48px; width:436px; } view picture and how put the search form? or exists other idea?ideas/suggestions? Link to comment Share on other sites More sharing options...
razaro Posted April 20, 2010 Share Posted April 20, 2010 Try this #search_block_top { background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent; float:right; height:28px; margin-right:-2em; margin-top:2em; width:336px; } or this #search_block_top { background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent; float:left; height:28px; margin-left:15em; margin-top:2em; width:300px; } First one is maybe better. Link to comment Share on other sites More sharing options...
wallacept Posted April 21, 2010 Author Share Posted April 21, 2010 yes razaro, but...(view new image).the length... Link to comment Share on other sites More sharing options...
razaro Posted April 21, 2010 Share Posted April 21, 2010 You need to edit/replace image block_search_bg.jpg.It is 240 x 28 so you need something like 340 x 28.And then adjust margin accordingly to new image. Link to comment Share on other sites More sharing options...
wallacept Posted April 21, 2010 Author Share Posted April 21, 2010 ok, i try likes my site razaro? or not? Link to comment Share on other sites More sharing options...
wallacept Posted April 21, 2010 Author Share Posted April 21, 2010 view now razaro my site.a edit for 340x28, but...the rigth... Link to comment Share on other sites More sharing options...
razaro Posted April 21, 2010 Share Posted April 21, 2010 Use this #header #search_block_top { background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent; float:left; height:28px; margin-left:8em; margin-top:0.5em; width:336px; } And adjust position by changing values for margin-left and margin right.And your site looks nice :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now