/    Sign up×
Community /Pin to ProfileBookmark

Searchbar overlay.

I have built a website: [url]www.thetrophystalkers.com[/url] using tables and basic html. I am now trying to make it look good by learning css. I am wondering if it is possible to make a Google search bar fixed to a header image, so that it will show up the same in all browers. This is what where I am at.
[url]www.thetrophystalkers.com/css.php[/url]

I would like to fix the bar on bottom right side of the image header under the deer head. Any help is appreciated.

Thank You.

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@msparksJan 30.2009 — So are you wanting to have the google search bar on top of your header image? If so do the following.

[code=html]
<div id="header">

<div id="google"> Your google code goes here </div>

</div>

[/code]


Now with your CSS

[CODE]
#header {
background: url(whatever.jpg);
}

#google {
margin: 0 0 0 0;
}

[/CODE]


Just use the margins in the google div to place it where you want over top of the header image. I hope that helps, I'm not sure if that's exactly what you're wanting.
×

Success!

Help @lenmat spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.7,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...