/    Sign up×
Community /Pin to ProfileBookmark

Help needed to position graphics

I have three graphics I am trying to position in a <div> on my banner. I want one on the far left, one on the far right, and one centered.

Is there a way to do this so that they are in those positions no matter the size of the page the viewer has? Here’s the code I have so far. I can’t get the right image to go to the far right, and I can’t center the middle image.

Any suggestions appreciated.

The CSS Code:

/*Start of Styles for banner section*/
#BSTRA_banner {
background-color: #264A22;
}
/*Style for BSTRA main logo graphics*/
#bstra_logo {
margin: 0px 0px 0px 0px;
padding: 1px 1px 1px 1px;
text-align: center;
}
#MemberLogo {
position: relative;
border: 0px;
left: 0px;
top: 0px;
}
#BugleLogo {
position: relative;
border: 0px;
right: 0px;
top: 0px;
}
/*End of Styles for banner section*/

The HTML Code:
<div id=”BSTRA_banner”>
<a href=”http://webpages.charter.net/bstra.org/BSTRAmemberform.pdf” target=_blank title=”Click here to download membership form!”><img src=”../Graphics/MembershipLogo.gif” id=”MemberLogo”></a><img src=”../Graphics/bstrabanner.jpg” id=”bstra_logo”>
<a href=”http://webpages.charter.net/bstra.org/DecBugle2008.pdf” target=_
blank title=”Read the Bugle Online!”><img src=”../Graphics/BugleIcon.gif” id=”BugleLogo”></a>
</div>

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@NedalsJan 05.2009 — Try a variation on this...
<i>
</i>&lt;div style="text-align:center; border:1px solid #000"&gt;
&lt;img src="" style="float:left"&gt;
&lt;img src="" style="float:right"&gt;
&lt;img src=""&gt;
&lt;/div&gt;


For some reason, this did not work

<img src="" style="margin:0px auto">

Any thoughts out there?
Copy linkTweet thisAlerts:
@FisbaneauthorJan 05.2009 — I am very new to CSS.... is the code you suggested trying supposed to go in the external style sheet which I have... or be added into the HTML???

I have been trying different things all to no avail, can't get icons to spread out if given more room.
Copy linkTweet thisAlerts:
@6StringGeekJan 05.2009 — That code example is in the html.
Copy linkTweet thisAlerts:
@Major_PayneJan 05.2009 — [CODE]<div style="width: 384px; height: 262px; margin: 0 auto;">
<img src="http://img233.imageshack.us/img233/4195/anierrorchickenvocalspx5.gif" style="width: 128px; height: 131px;" alt="" /><img src="http://img149.imageshack.us/img149/1023/anierrorchickenguitarum3.gif" style="width: 128px; height: 131px;" alt="" /><img src="http://img233.imageshack.us/img233/4195/anierrorchickenvocalspx5.gif" style="width: 128px; height: 131px;" alt="" /></div>[/CODE]
That's what I used one time. Styling can be moved to external CSS or embedded. Probably can plug in your image paths and adjust widths/heights to suit. Couldn't use your images as they used relative paths and couldn't check it out. The code given is working in my browser as I type. ?
×

Success!

Help @Fisbane 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 6.16,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...