473,473 Members | 1,574 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Rounded Corners

PWS
I am despertely trying get a DIV to look like a box with rounded
corners.

I can find load of examples this where the first line of text has the
top graphic and the last line of text has the bottom graphic, but all
I want to have in my DIV is a TreeView coontrol.

Can anyone send some code.

PWS

Sep 2 '07 #1
4 3326
Scripsit PWS:
I am despertely trying get a DIV to look like a box with rounded
corners.
In another group, you despartely wrote the same. The cure is to stop
worrying about this. I bet you have real problems with your web page, so
don't waste your time trying to solve a more or less imaginary problem.
There are ways to create rounded corners using more or less tricky methods,
but the symptoms suggest that you would just use the more tricky methods in
wrong ways.

If you really think everything else is OK and you just need this tiny little
feature, post the URL and explain which DIV should have rounded corners and
in which sense.
all I want to have in my DIV is a TreeView coontrol.
In the worldwide context, "TreeView coontrol" is not a term you should use.
It's not a CSS concept, or an HTML concept. If it's somehow relevant to your
CSS problem, you should have explained it

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Sep 2 '07 #2
PWS
Thank you for such an informative post and so helpful given my the
questions I asked in my post - NOT!

Could I please ask that you resist any urge to answer any of my posts
in the future. Quite why you should tell me to ignore the problem is
beyond me.

For those who might actually want to help me, my question is, how with
a DIV with no text just an ASP.NET control, do I implement rounded
corners?

PWS


On Sep 2, 5:57 pm, "Jukka K. Korpela" <jkorp...@cs.tut.fiwrote:
Scripsit PWS:
I am despertely trying get a DIV to look like a box with rounded
corners.

In another group, you despartely wrote the same. The cure is to stop
worrying about this. I bet you have real problems with your web page, so
don't waste your time trying to solve a more or less imaginary problem.
There are ways to create rounded corners using more or less tricky methods,
but the symptoms suggest that you would just use the more tricky methods in
wrong ways.

If you really think everything else is OK and you just need this tiny little
feature, post the URL and explain which DIV should have rounded corners and
in which sense.
all I want to have in my DIV is a TreeView coontrol.

In the worldwide context, "TreeView coontrol" is not a term you should use.
It's not a CSS concept, or an HTML concept. If it's somehow relevant to your
CSS problem, you should have explained it

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/

Sep 2 '07 #3
On Sun, 02 Sep 2007 18:30:22 +0200, PWS <pw*@twelve.me.ukwrote:
On Sep 2, 5:57 pm, "Jukka K. Korpela" <jkorp...@cs.tut.fiwrote:
>Scripsit PWS:
I am despertely trying get a DIV to look like a box with rounded
corners.

In another group, you despartely wrote the same. The cure is to stop
worrying about this. I bet you have real problems with your web page, so
don't waste your time trying to solve a more or less imaginary problem.
There are ways to create rounded corners using more or less tricky
methods,
but the symptoms suggest that you would just use the more tricky
methods in
wrong ways.

If you really think everything else is OK and you just need this tiny
little
feature, post the URL and explain which DIV should have rounded corners
and
in which sense.
all I want to have in my DIV is a TreeView coontrol.

In the worldwide context, "TreeView coontrol" is not a term you should
use.
It's not a CSS concept, or an HTML concept. If it's somehow relevant to
your
CSS problem, you should have explained it

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
Don't quote signatures, don't toppost, fixed.

Thank you for such an informative post and so helpful given my the
questions I asked in my post - NOT!

Could I please ask that you resist any urge to answer any of my posts
in the future. Quite why you should tell me to ignore the problem is
beyond me.

For those who might actually want to help me, my question is, how with
a DIV with no text just an ASP.NET control, do I implement rounded
corners?
There is no such thing in CSS (not yet supported at least). Define
backgroundimages so that it seems rounded.
--
Rik Wasmus
Sep 2 '07 #4
PWS wrote:
Thank you for such an informative post and so helpful given my the
questions I asked in my post - NOT!
Thank you for top-posting - NOT!
>
Could I please ask that you resist any urge to answer any of my posts
in the future.
Don't worry, most people will resist that urge now.
Quite why you should tell me to ignore the problem is beyond me.
Because the task is so difficult to do satisfactorily that your chances
of success are estimated at near zero.

Some potentially leading (or at least pointed) questions: What happened
when you googled for discussions and articles on the topic? Didn't you
get any nifty hits? And what does a TreeView control have to do with it?
Where's the URL for your best attempt so far? What makes you expect
people to send you code? Why did you multi-post? Wasn't the answer to
your post in c.i.w.a.h clear enough?
>
For those who might actually want to help me, my question is, how with
a DIV with no text just an ASP.NET control, do I implement rounded
corners?
I don't really have any more to add beyond Jukka's and David's advice. GL.

--
John
Pondering the value of the UIP: http://improve-usenet.org/
Sep 2 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Mel | last post by:
how can i have a rounded edge button in my forms using CSS ? thanks Mel
1
by: jimfortune | last post by:
The following Access VBA function creates a string that can be used in a pdf stream to draw or fill a rectangle of a given color with rounded corners: 'Begin code----------- Public Function...
2
by: Konrad | last post by:
Hi This is maybe simple question but how to render DataGrid and Tables with rounded corners? Thanks Konrad
8
by: TheCornjerker | last post by:
I've been looking into what method I should use to show rounded corners (and I've found a lot). My question is why does Google seems to mostly use the table method with an image in each corner. ...
6
by: Schraalhans Keukenmeester | last post by:
I want to achieve the following: A small image in each of the corners of a box, like below: +-------------------------------+ | + | + | + | + | + | +
5
by: Cindy Lee | last post by:
Is there anyway to put rounded corners on the grid views? When I bring it up in the brower I need to have rounded corners. There are some tricks I can do to regular html tables, but is there any...
5
by: Stuart Ferguson | last post by:
I am looking to create the effect shown in the image (http://img291.imageshack.us/img291/4476/effectuc6.jpg) this is taken from www.asp.net. I was wondering if there is a specific technique to...
1
by: kidelectric | last post by:
The issue I am having is that I would like to be able to drag-and-drop div elements that have rounded corners.* Since these elements will be dynamically created (including background color), I could...
6
by: moondaddy | last post by:
I need to be able to make polygons with rounded corners. This will be to draw group outlines around shapes in a diagramming tool in wpf. all angles in the polygon will be 90 degrees, but somehow...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.