Connecting Tech Pros Worldwide Help | Site Map

float question

ashkaan57@hotmail.com
Guest
 
Posts: n/a
#1: Jun 30 '08
Hi,
I have a couple of buttons that I want to put on the right side of the
page or a div.
I used style="float:right" for the image buttons (asp.net page). It
works fine except that I cannot put any spces between them. I tried to
put a couple of   but it doesn't work.
Can you tell me how I can do this?

<asp:ImageButton ID="button1".... CssClass="right" />
<asp:ImageButton ID="button2".... CssClass="right" />

css:
..right
{
float:right;
}

TIA.
dorayme
Guest
 
Posts: n/a
#2: Jun 30 '08

re: float question


In article
<8b57f9da-e93b-4563-b7ec-be98ec9380a4@a70g2000hsh.googlegroups.com>,
ashkaan57@hotmail.com wrote:
Quote:
Hi,
I have a couple of buttons that I want to put on the right side of the
page or a div.
I used style="float:right" for the image buttons (asp.net page). It
works fine except that I cannot put any spces between them. I tried to
put a couple of &nbsp; but it doesn't work.
Why would a non-breaking-space facility have a hope here?

Quote:
Can you tell me how I can do this?
>
Look at the source for:

<http://dorayme.890m.com/alt/twofloatedimages.html>

and then

<http://dorayme.890m.com/alt/twofloatedimages_withgap.html>

--
dorayme
ashkaan57@hotmail.com
Guest
 
Posts: n/a
#3: Jul 16 '08

re: float question


On Jun 30, 2:03*am, dorayme <doraymeRidT...@optusnet.com.auwrote:
Quote:
In article
<8b57f9da-e93b-4563-b7ec-be98ec938...@a70g2000hsh.googlegroups.com>,
>
*ashkaa...@hotmail.com wrote:
Quote:
Hi,
I have a couple of buttons that I want to put on the right side of the
page or a div.
I used style="float:right" for the image buttons (asp.net page). It
works fine except that I cannot put any spces between them. I tried to
put a couple of &nbsp; *but it doesn't work.
>
Why would a non-breaking-space facility have a hope here?
>
Quote:
Can you tell me how I can do this?
>
Look at the source for:
>
<http://dorayme.890m.com/alt/twofloatedimages.html>
>
and then
>
<http://dorayme.890m.com/alt/twofloatedimages_withgap.html>
>
--
dorayme
Thank you dorayme. The Sun feels nice when one's head is out of one's
a....
Closed Thread


Similar HTML / CSS bytes