curved corners problem

This is a discussion on "curved corners problem" within the Graphics and 3D section. This forum, and the thread "curved corners problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Graphics and 3D

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2006, 18:27
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
curved corners problem

iv just downloaded dreamweaver 8 and im trying to make curved corners BUT! i hace a big problem it wont work they way im doing it so i dont know what im doin rong. can any 1 tell me

http://www.freewebs.com/gggggaaaaa/ check it out ull see
Reply With Quote

  #2 (permalink)  
Old Sep 9th, 2006, 22:44
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

Hey, Bruno.

The issue isn't with your code, it's with your image.
Hence I've re-assigned your thread to the graphics section.

Couple of things;

You'd be better off working with bitmaps but converting the finished image to either jpg or gif to reduce the file sizes.

Have you tried using the 'anti-alias' setting in your image software? This should fix it. If it doesn't, please advise which application, and tools within the app., you are using.

[edit: Incidentally it is incredibly difficult to render a curve using little square blocks (pixels) and, all things considered, those aren't nearly as bad as many I've seen).]
Reply With Quote
  #3 (permalink)  
Old Sep 10th, 2006, 01:11
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: curved corners problem

ok for them i used paint but iv made some gif images in icon lover with the anti what ever it was ill try these then get bak to u....
Reply With Quote
  #4 (permalink)  
Old Sep 10th, 2006, 04:23
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: curved corners problem

didn't work.. are you sure its not the coding?
Reply With Quote
  #5 (permalink)  
Old Sep 10th, 2006, 09:39
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

How can it be the code, when it's yer bitmap images that don't look curved?

Dreamweaver is a web page / site building programme.
The square image you posted is made up of bitmap images (Top, bottom, sides and corners).
It's the corner parts of these that you want to curve smoothly.

"Paint" isn't the world's greatest image creation application.
This may be the problem (I don't use it so I'm not sure on this).
Reply With Quote
  #6 (permalink)  
Old Sep 10th, 2006, 19:36
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: curved corners problem

nooooooooooooooo theres spaces inbetween the corners and the rest of it ... i wana get rid of them! not make the corners look more curved
Reply With Quote
  #7 (permalink)  
Old Sep 10th, 2006, 19:53
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

Quote:
Originally Posted by bruno89 View Post
nooooooooooooooo theres spaces inbetween the corners and the rest of it ... i wana get rid of them! not make the corners look more curved
Quote:
Originally Posted by bruno89 View Post
iv just downloaded dreamweaver 8 and im trying to make curved corners BUT! i hace a big problem it wont work they way im doing it so i dont know what im doin rong. can any 1 tell me

http://www.freewebs.com/gggggaaaaa/ check it out ull see
Oh.
lol

Not sure, but the problem may be due to using tables to lay everything out.
Instead try doing it by using HTML and CSS.
http://www.w3schools.com/
http://www.csszengarden.com/
Reply With Quote
  #8 (permalink)  
Old Sep 12th, 2006, 14:06
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: curved corners problem

lol i thought if i showed you you would get what i ment but i spose i should have sed " theres big gaps " lol anyway no hard feelins every 1 gets stuff rong lol
Reply With Quote
  #9 (permalink)  
Old Sep 12th, 2006, 14:08
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

Reply With Quote
  #10 (permalink)  
Old Sep 12th, 2006, 17:55
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

That was me by the way... couldn't remember my password earlier
Reply With Quote
  #11 (permalink)  
Old Sep 12th, 2006, 20:16
Up'n'Coming Member
Join Date: Jun 2006
Location: Northern Ireland, United Kingdom
Age: 22
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Antwan
Re: curved corners problem

cant you put them in a table with no borders and a background fill, no padding or spacing and align each element appropriately i.e. top ones aligned to the bottom of the cell etc ?
Reply With Quote
  #12 (permalink)  
Old Sep 13th, 2006, 10:42
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

If you start doing that, you're leaving yourself open later for all sorts of hassles with IE / Firefox discrepencies.
Best to do it in CSS and leave tables alone.

I used to do it myself and am biting the bullet to try and overcome the problem by using CSS too.
Reply With Quote
  #13 (permalink)  
Old Sep 13th, 2006, 11:42
Up'n'Coming Member
Join Date: Jun 2006
Location: Northern Ireland, United Kingdom
Age: 22
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Antwan
Re: curved corners problem

Yeah css is definitely best but it's just because he had used all seperate images that i thought he was going to use tables. Try Niftycubes:

http://www.html.it/articoli/niftycube/index.html
Reply With Quote
  #14 (permalink)  
Old Sep 13th, 2006, 11:47
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

I think what he wants' to do is have an expanding box using those images.
He's on the right track but he needs to do it in CSS rather than tables (which will fix the container to a set size).

http://www.rnib.org.uk/xpedio/groups...csslayout.hcsp
Reply With Quote
  #15 (permalink)  
Old Sep 15th, 2006, 09:39
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: curved corners problem

lol iv found a way around it i used each image ad a background instead of just usin img src bla bla bla so thats what 1 thing in about a year if figured out HAHA im stupid and its probably goin aintst all the w3 rubbish but oh well it works
Reply With Quote
  #16 (permalink)  
Old Sep 15th, 2006, 13:43
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

for future ref this might be useful

http://www.neuroticweb.com/recursos/css-rounded-box/

Reply With Quote
  #17 (permalink)  
Old Sep 15th, 2006, 14:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: curved corners problem

Too bad CSS 3 isn't widely accpted yet. it has corner-radius: woot! and the css 3 multi column thing is uber leet too. ::Sigh::
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #18 (permalink)  
Old Sep 16th, 2006, 10:38
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

Yer kiddin Mooj... I only just found CSS!
Now there's a CSS3, and I missed out completely on CSS2?

*sighs
Reply With Quote
  #19 (permalink)  
Old Sep 18th, 2006, 13:17
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: curved corners problem

You missed nothing. CSS3 won't be widely enough supported for years. but the column thing is handy.. You can actually specify the height, width, spacing etc in CSS and how many columns the div needs to wrap to. Think about it, long content, no more floating divs heh.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #20 (permalink)  
Old Sep 18th, 2006, 18:07
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: curved corners problem

*phew!
Reply With Quote
Reply

Tags
curved, corners, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Curved boxes in CSS R8515198 Web Page Design 5 Nov 18th, 2007 21:41
Please Help-->Problem with rounded corners in IE SuperGrover1981 Web Page Design 6 Jul 8th, 2006 09:24
Curved Containers JamieH Web Page Design 7 Mar 9th, 2006 15:39
how do i get curved corners on tables ? bruno89 Web Page Design 4 Feb 24th, 2006 10:39
curved lines gwx03 Graphics and 3D 5 Jun 1st, 2004 14:45


All times are GMT. The time now is 02:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43