Fitness.com
Advertisement

Go Back   Sports Forum > Community > Graphics > Tutorials

Tutorials

Have you found a great tutorial? Have you made your own tutorial?


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,412
Threads: 84,986
Posts: 1,031,253
Top Poster: Karky (9,546)
Welcome to our newest member, LoraHup
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 04-14-2002, 07:41 PM   'rounded corners' quick tip (pipes, wires) Post #1
Guest
 
Posts: n/a
Default 'rounded corners' quick tip (pipes, wires)

Just made this to try and answer a question at another forum regarding 'rounded corners' so I thought I may as well post it here for anyone who is making 'pipes' or any shape really that requires rounded corners. Basically the same as an older post here about 'tabs' with one rounded corner, but may as well post it for those that it might help

Just an fyi
  Reply With Quote
Old 04-15-2002, 12:08 AM   'rounded corners' quick tip (pipes, wires) Post #2
Spammers, FEAR ME!
 
Join Date: Jul 2003
Posts: 727
Rep Power: 30
jpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the roughjpfitness is a jewel in the rough
Send a message via Yahoo to jpfitness
Default 'rounded corners' quick tip (pipes, wires)

cool thanks........ I haven't really done much with the pen tool because I don't know how to use it really although I did a heart once but I forget how I did it! [saywhat] perhaps now I can have another play with it so it will be on my list to play with he he he
sfm
jpfitness is offline   Reply With Quote
Old 04-15-2002, 12:20 AM   'rounded corners' quick tip (pipes, wires) Post #3
Guest
 
Posts: n/a
Default Thumbs UP

Good Tut = Thanks
Joy
  Reply With Quote
Old 05-13-2002, 11:57 PM   'rounded corners' quick tip (pipes, wires) Post #4
Guest
 
Posts: n/a
Default 'rounded corners' quick tip (pipes, wires)

I'm going nuts trying to do this! I'm using 7.0 on xp but as soon as I do the first step, i get a colored triangle in the middle the color of my forground. I'd give a screen shot but this is my workcomputer and I have PS installed in my secondary system.(no 'net access)

History reads like this:

new shape layer
new anchor point
new anchor point
add anchor point
add anchor point
delete anchor point
drag segment
drag segment
  Reply With Quote
Old 05-14-2002, 12:53 AM   'rounded corners' quick tip (pipes, wires) Post #5
Guest
 
Posts: n/a
Default CSS round corners

This is sorta off the point but maybe someone will know.

Can I make rounded corners in CSS dotted lines?

The code is:

TABLE { border-style : dashed;
border-width : 1;
border-color : #3366CC;
}

Seems like I read about that somewhere..now..of course...can't find code.

Thanks
Joy
  Reply With Quote
Old 05-14-2002, 01:07 AM   'rounded corners' quick tip (pipes, wires) Post #6
Joe Blow
 
Join Date: Jul 2003
Posts: 3
Rep Power: 0
lilwicked805 is an unknown quantity at this point
Default 'rounded corners' quick tip (pipes, wires)

I know instead of using dashed you can use inset, grove, ridge or outset. Never tried those so I am not sure if this is what you need. Looked in the CSS coding book and I haven't seen anything so far other than the above commands.

**I did a search on google.com for curve border + css and there a several tuts on how to create the effect you want with css.
lilwicked805 is offline   Reply With Quote
Old 05-14-2002, 01:52 AM   'rounded corners' quick tip (pipes, wires) Post #7
Guest
 
Posts: n/a
Default CSS dotted box round corners???

Thanks for responding Linda. Yep know about other styles, but I was wondering if I could make the corners round using CSS code ( example one) . Example 2 is what I have now using the box table code.

I would rather not use gifs or jpgs to design the boxes in -- I was hoping to write them with css so they can change shape if the parameters change or chart encounters browser variances.

--And I like round corners better than square ones. Maybe its not possible to write them in using CSS. In that case, I'll use square.

Thanks again.
Joy
  Reply With Quote
Old 05-14-2002, 11:28 AM   'rounded corners' quick tip (pipes, wires) Post #8
Joe Blow
 
Join Date: Jul 2003
Posts: 3
Rep Power: 0
lilwicked805 is an unknown quantity at this point
Default 'rounded corners' quick tip (pipes, wires)

Lemme look just a bit this morning. I can find several tuts on that but they are not in english! Atleast give me French so I can read it! Will get back with ya soon. Couldn't look much last night thanks to the major storms here on the East Coast!
lilwicked805 is offline   Reply With Quote
Old 05-14-2002, 07:51 PM   'rounded corners' quick tip (pipes, wires) Post #9
Guest
 
Posts: n/a
Default Possibility? Maybe

Hi Linda --thanks for your help. I found this in:
http://www.dwfaq.com/Snippets/snippet_details.asp?
A snippet they claim will work on latest browsers. I haven't had a chance to try it yet. It actually looks like a background color box but it does have a border call-out so maybe can be tweaked for my use.

I'm anxious to try.

SnipID=113

table{
-moz-border-radius: 15px;
background-color : #cccc99;
border : 1px solid #000000;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 12px;
padding-left : 5px;
padding-right : 5px;
}

Joy

<!--
Use the @import method to hide aspects of this CSS from NN4, modify the radius, colour and border properties to suit.
The radius fails in IE6
  Reply With Quote
Old 05-14-2002, 08:11 PM   'rounded corners' quick tip (pipes, wires) Post #10
Joe Blow
 
Join Date: Jul 2003
Posts: 3
Rep Power: 0
lilwicked805 is an unknown quantity at this point
Default 'rounded corners' quick tip (pipes, wires)

Cool, glad you found something. I don't use DW. I code from scratch and I pulled in all my "geeks" and none of us could find a code that would work across the board from scratch. I always code for IE, NS 4 and 6, and Opera. Really hard to make all of those happy!
lilwicked805 is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Graphics > Tutorials

Bookmarks
Thread Tools
Display Modes


Similar threads to 'rounded corners' quick tip (pipes, wires)
Thread Thread Starter Forum Replies Last Post
wires
wires: Hi There are many wires tutorials out there,...
Jux General Photoshop Board 6 07-24-2004 12:59 PM
Wires
Wires: Hi There are many wires tutorials out there,...
Jux General Photoshop Board 0 07-22-2004 11:17 AM
Rounded corners on photo??
Rounded corners on photo??: I need to round the corners on a photo...kinda...
billyz General Photoshop Board 3 02-16-2004 07:37 AM
Rounded corners
Rounded corners: Hey everyone, I hope you all had a wonderful...
General Photoshop Board 4 12-31-2002 05:47 PM
ROUNDED CORNERS
ROUNDED CORNERS: Hello Boy ,i must be getting old here, know ive...
PAKMN General Photoshop Board 5 11-17-2002 03:22 AM

More threads of vogonpoet
Thread Date Forum Replies Last Post
Digital 'vs' Traditional?
Digital 'vs' Traditional?: Listening to the radio this morning, one of...
01-25-2004 General Photoshop Board 31 01-28-2005 04:44 PM
Something old, something new!!!!, old faces, new faces!!!!
Something old, something new!!!!, old faces, new faces!!!!: Howdy all! Lots of old faces and many new...
01-08-2004 General Photoshop Board 11 01-11-2004 07:29 AM
'rounded corners' quick tip (pipes, wires)
'rounded corners' quick tip (pipes, wires): Just made this to try and answer a question at...
04-14-2002 Tutorials 10 05-14-2002 08:24 PM

Other threads in forum Tutorials
Thread Date Thread Starter Replies Last Post
Text tut?//Request:)
Text tut?//Request:): Could anyone make a text tutorial? Not like the...
06-07-2007 abc 3 08-02-2007 01:14 PM
[Request] Roy Keane
[Request] Roy Keane: Hi personal of Soccer-Art. I would like to know...
04-06-2007 ~FJ° 2 04-18-2007 11:13 AM
Render effects
Render effects: Can someone just give some ways of doing...
05-29-2006 .Krazy 2 04-17-2007 01:14 AM
how to make backgrounds
how to make backgrounds: can anyone tell me what software is the best for...
10-23-2006 trafficlights 4 10-23-2006 04:49 PM
Creating claw gouges in metal.
Creating claw gouges in metal.: I'd really like to clarify this effect first off...
04-22-2004 theKeeper 2 04-22-2004 10:27 PM

» Online Users: 25
1 members and 24 guests
LoraHup
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 03:56 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing 'rounded corners' quick tip (pipes, wires).