Hello, i was wondering if anybody could tell me how to make my textboxes with the rounded corners.
I would like something very similar to this.
See the photo attached:

Recommended Answers

All 5 Replies

wait, i think i might have it!
all they do is put the textbox over a background that has a white bubble shape in it, then they position the texbox to fit????
am i correct. im almost 100% sure.

You may place the textbox inside a <div> and add the background to it but make sure to remove the border of the textbox <asp:Textbox...... BorderStyle="None">

A css background can also be applied to the textbox itself.

you should create an image in photoshop/fireworks etc and save slices and add the slices to your css.

i know how to do it now thanks every one

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.