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.
|
|
|
|
|
![]() |
||
curved corners problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
|||
|
|||
|
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).] |
|
#3
|
|||
|
|||
|
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....
|
|
#4
|
|||
|
|||
|
Re: curved corners problem
didn't work.. are you sure its not the coding?
|
|
#5
|
|||
|
|||
|
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). |
|
#6
|
|||
|
|||
|
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
|
|
#7
|
|||
|
|||
|
Re: curved corners problem
Quote:
Quote:
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/ |
|
#8
|
|||
|
|||
|
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
|
|
#9
|
|||
|
|||
|
Re: curved corners problem
|
|
#10
|
|||
|
|||
|
Re: curved corners problem
That was me by the way... couldn't remember my password earlier
|
|
#11
|
|||
|
|||
|
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 ?
|
|
#12
|
|||
|
|||
|
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. |
|
#13
|
|||
|
|||
|
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 |
|
#14
|
|||
|
|||
|
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 |
|
#15
|
|||
|
|||
|
Re: curved corners problem
lol iv found a way around it
|
|
#16
|
|||
|
|||
|
Re: curved corners problem
|
|
#17
|
|||
|
|||
|
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::
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#18
|
|||
|
|||
|
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 |
|
#19
|
|||
|
|||
|
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.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#20
|
|||
|
|||
|
Re: curved corners problem
*phew!
|