473,799 Members | 2,936 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Jul 19 '05 #1
8 5186
Try posting in an html or browser group. This group is about server-side
programming.

Ray at work

"Mark" <ma**********@h otmail.com> wrote in message
news:0a******** *************** *****@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

Jul 19 '05 #2
If you use the fieldset tag it has curved edges
<fieldset>
<legend>Hi Bob</legend>
content
</fieldset>

"Mark" <ma**********@h otmail.com> wrote in message
news:0a******** *************** *****@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

Jul 19 '05 #3
"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]
--
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.
Jul 19 '05 #4
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" <re*******@yaho o.com> wrote in message
news:eH******** *****@tk2msftng p13.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]


Jul 19 '05 #5
That explains it for me too then. Thank you Tom B.

"Tom B" <sh*****@hotmai l.com> wrote in message
news:ua******** ******@TK2MSFTN GP12.phx.gbl...

It's because of my Windows XP theme...that's what's rounding things off. I switched to classic, and that squared them off.

Jul 19 '05 #6
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: http://books.mozdev.org/chapters/ch04.html#77028
or search google for "mozilla rounded border"

you can use inset images with padding:0px and border-collapse:collap se,
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


Jul 19 '05 #7
> mozilla has a specific style for rounded-edges:

Too bad nobody uses Mozilla, except for testing.
Jul 19 '05 #8
"Aaron Bertrand [MVP]" wrote:

Too bad nobody uses Mozilla, except for testing.


That's how I feel about IE. I (and my colleagues) find Internet Explorer
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.
Jul 19 '05 #9

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

Similar topics

18
10681
by: puzzled | last post by:
I have looked and looked and not found the answer to this one - just lots of references to this or that "hack" that is supposed to fix the problem (and it is a problem to some people). If I have a div specified and want it to reach across the full width of the browser window, it doesn't. There is an approximately 10-pixel margin on either end of the div. I can "fix" this by setting my left and right margins to -10px, but by doing so, I...
1
1165
by: nntp | last post by:
I wonder if it is possible: Cover 4 edges of images by 5px each. If it is 400x400, then only the center 390x390 is shown. The edges are covered by white color or some other images. I am thinking to use DIV and position. and draw 4 images matching the edge's sizes as heightx5 widthsx5 etc. But I can not think a way to cover the image.
2
451
by: MrPolite | last post by:
I'm using a 5x5 convolution matrix to do some image processing. (I don't really know much about image processing). I lose 2 pixels from the edges of the image. When I apply any 5x5 matrix in photoshop however, it doesn't lose any pixels around the edges. So I'm wondering what is usually done with the edge pixels when using a convolution matrix???
2
1368
by: vivekian | last post by:
Hi , I am looking to divide a table on a curved column line . So the text content when entered takes care of itself along the curve, and does not overlap. Please suggest some way . Thanks in advance , vivekian
2
6318
by: Possum | last post by:
Hi How would you get curved corners on tables. I would prefer not to use graphics but will try anything. Cheers Possum.. Pic Example
7
2998
by: active | last post by:
In control panel/Display/Appearance/Effects if : 'Use the following method to smooth edges of screen fonts' is checked and ClearType is selected in the combobox (no problem if Standard is selected) I get a crazy font display in parts of my picturebox.
1
1290
by: sharathITS | last post by:
Hello friends, can anyone help me to draw curved lines on image, when mouse is moved on a image
1
3228
by: =?Utf-8?B?UmF5IE1pdGNoZWxs?= | last post by:
Hello, I have a control that is inside a GroupBox, and that GroupBox is inside another group box. I would like to find the location of the control relative to the form itself. When I examine the Location of the control, it is relative to the containing GroupBox, and the Location of that GroupBox is relative to its containing GroupBox. Only the location of the outermost GroupBox is relative to the edges of the form itself. So, what...
8
3864
by: shapper | last post by:
Hello, I have an anchor which I would like to have a background image with rough edges. How can I do this with CSS? One of the solutions would be image replacement using CSS ... .... I am not sure if this works in all browsers, or if is good for search engines.
0
9686
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10475
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10222
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10026
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7564
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4139
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 we have to send another system
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.