|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to get a round edge Page using HTML or JavaScript ?
Appreciate any help. kumars |
|
#2
|
|||
|
|||
|
Use a table of 3 rows x 3 columns and put the rounded edges images in the corner cells
|
|
#3
|
|||
|
|||
|
Thanks, I already tried this method and found it is slow to load or edges doesnt aligned properly, I have to keep creating the corners whenever I have to resize the table. So I think the solution is not suite to a reallife example.
I am looking for a kind of JavaScript or any (like ASP/CGI/PHP) to generate the corner image with matching background color and the height and width or the arc corresponding to the adjacent cells. Any help in that direction is appreciated. |
|
#4
|
|||
|
|||
|
use a 3x3 table can do it, need to fix the width is both 3 cells in the first row
and also the table width i also found that it would cause slow loading, any tricks to make a page load faster ? |
|
#5
|
|||
|
|||
|
I understand using PHP and GD module the required graphics can be created on the fly. But again I don't know this will slow down the server performance or not. I yet to try this.
|
|
#6
|
|||
|
|||
|
Php is extremely fast for image creation and anything on the server. There is no tag/keywords in any language to give you rounded corners. Your best bet is to create the rounded images and put them in the tables as stated above. Php is a sensible alternative, but if you don't HAVE to have the dynamic images, make them yourself.
------------------ -Gabe "Save trees, eat beaver." "y!php3++?" |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > How to get a round edge Page using HTML or JavaScript ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|