Ask a Question related to ASP, Design and Development.
-
Mark #1
Curved Edges
Hi
My web site is looking too boxy, does anybody have any
tips on how to make standard tables have curved edges.
Or..
If I am inserting an images into html and then another
image below/alongside it, do I have to add any code in
order to make it fit exactly.
Cheers
Mark Guest
-
Type in a curved box
I need to have my text in a box with one curved edge. can you do this in InDesign...how? -
Curved Text
I have read the Help menu in InDesign and it was very confusing. Anyone have really simple idiot proof instructions for creating text that is curved? -
Curved text in PS7
Does anyone know how to create text on a curve in PS7 on the Mac. I have tried to create a curved path but I cant work out how to snap the text to... -
Curved Ball
Im a bit of a novice with flash and was wondering if there was anyway to get a ball to follow a curved line??? Thanks -
How to make a sprites edges smooth and remove white edges.
Dear All, I am creating a volume slider in my movie, which has got 2 parts one is the virtical line for "Min" "Max" and one button (with shadow)... -
Ray at #2
Re: Curved Edges
Try posting in an html or browser group. This group is about server-side
programming.
Ray at work
"Mark" <mark_gausden@hotmail.com> wrote in message
news:0ac601c35da5$54c7e7c0$a101280a@phx.gbl...> Hi
>
> My web site is looking too boxy, does anybody have any
> tips on how to make standard tables have curved edges.
>
> Or..
>
> If I am inserting an images into html and then another
> image below/alongside it, do I have to add any code in
> order to make it fit exactly.
>
> Cheers
>
>
Ray at Guest
-
Tom B #3
Re: Curved Edges
If you use the fieldset tag it has curved edges
<fieldset>
<legend>Hi Bob</legend>
content
</fieldset>
"Mark" <mark_gausden@hotmail.com> wrote in message
news:0ac601c35da5$54c7e7c0$a101280a@phx.gbl...> Hi
>
> My web site is looking too boxy, does anybody have any
> tips on how to make standard tables have curved edges.
>
> Or..
>
> If I am inserting an images into html and then another
> image below/alongside it, do I have to add any code in
> order to make it fit exactly.
>
> Cheers
>
>
Tom B Guest
-
Dave Anderson #4
Re: Curved Edges
"Tom B" wrote:
Not in any of my browsers:>
> If you use the fieldset tag it has curved edges
> <fieldset>
> <legend>Hi Bob</legend>
> content
> </fieldset>
• Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4) Gecko/20030624
• Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5a) Gecko/20030728
Mozilla Firebird/0.6.1
• Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET
CLR 1.0.3705)
• Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2) Opera 7.11 [en]
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Dave Anderson Guest
-
Tom B #5
Re: Curved Edges
It does in mine. IE 6
I didn't think to check in Netscape. I'm so single-minded.
Sorry.
It's because of my Windows XP theme...that's what's rounding things off. I
switched to classic, and that squared them off.
"Bob Barrows" <reb_01501@yahoo.com> wrote in message
news:eHyPYAdXDHA.656@tk2msftngp13.phx.gbl...> I don't see it in IE6 either.
> Dave Anderson wrote:>> > "Tom B" wrote:> >> >>
> >> If you use the fieldset tag it has curved edges
> >> <fieldset>
> >> <legend>Hi Bob</legend>
> >> content
> >> </fieldset>
> > Not in any of my browsers:
> > . Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4)
> > Gecko/20030624 . Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US;
> > rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
> > . Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR
> > 1.1.4322; .NET CLR 1.0.3705)
> > . Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2) Opera 7.11 [en]
>
Tom B Guest
-
Ray at #6
Re: Curved Edges
That explains it for me too then. Thank you Tom B.
"Tom B" <shuckle@hotmail.com> wrote in message
news:uainM8dXDHA.2360@TK2MSFTNGP12.phx.gbl...I>
> It's because of my Windows XP theme...that's what's rounding things off.> switched to classic, and that squared them off.
Ray at Guest
-
Shailesh Humbad #7
Re: Curved Edges
mozilla has a specific style for rounded-edges:
-moz-border-radius
e.g. <div style="-moz-border-radius:4px; border:3px solid green;">test</div>
Read more at: [url]http://books.mozdev.org/chapters/ch04.html#77028[/url]
or search google for "mozilla rounded border"
you can use inset images with padding:0px and border-collapse:collapse,
but it's a hack.
S.
Mark wrote:> Hi
>
> My web site is looking too boxy, does anybody have any
> tips on how to make standard tables have curved edges.
>
> Or..
>
> If I am inserting an images into html and then another
> image below/alongside it, do I have to add any code in
> order to make it fit exactly.
>
> Cheers
>
>Shailesh Humbad Guest
-
Aaron Bertrand [MVP] #8
Re: Curved Edges
> mozilla has a specific style for rounded-edges:
Too bad nobody uses Mozilla, except for testing.
Aaron Bertrand [MVP] Guest
-
Dave Anderson #9
Re: Curved Edges
"Aaron Bertrand [MVP]" wrote:
That's how I feel about IE. I (and my colleagues) find Internet Explorer>
> Too bad nobody uses Mozilla, except for testing.
acceptable for use on the intranet, but a waste of time on the Internet.
Mozilla simply gives us more control.
Personally, I'm hooked on Firebird (though Mozilla seems faster and a bit
more stable for now).
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Dave Anderson Guest



Reply With Quote

