Photoshop :: Making A Button Cropped Out Of A Whole File NOT Look Like A Button

Aug 3, 2004

I have a .psd file that was created by someone else for my friends web page. The psd file is the background, logo, and navigational bar for her home page. Each button is a "slice" I think because there are lines around each button on the left side navigational bar (not a true navigational bar just created by buttons) and around the head and body etc. (The lines are blue if that tells you anything - each section is numbered with a little tiny icon that looks a little like the back of an envelope.)

My question - we wanted to change the word on one of the buttons - I did that saved the psd file - no problem. Then I cropped out the button that we had changed. When I saved it to the web (as a jpg) the button looks like a button (a box around it - not a line a raised area that looks like a button.) The other buttons do NOT look like a button (even though the layers are named buttons.)

How can I change it so it looks flat (not button like) like all of the rest of the items on the navigational bar.

View 6 Replies


ADVERTISEMENT

Photoshop :: Button (pin) Badge Making On Cs3

May 14, 2009

I’ve recently started making button badges (or at least trying to make them) on Photoshop CS3 Extended. I have downloaded a good template for a 1" button badge, complete with layers & guide lines. I have managed to figure out how to make my own designs and I’m slowly getting to grips with how layers work, so as you can tell, I’m a real novice!

What I would like to be able to do in import or insert a scanned image or photo onto the template so I can make badges with photos or images from the web (e.g. football team emblems etc.). Is it possible to do this? Also can you import/insert images & then re-size them to fit the template so the image will be the right size for the badge?

View 3 Replies View Related

Photoshop :: Whats Next After Making A Button...installing It?

Jul 30, 2004

photoshop/ImageReady, then Lightwave, Director, Flash, etc... that it's been a while since I've installed a button onto a web page.

I've looked high and low for a tutorial that will show me how to do that, but they're all just showing how to make buttons, (gel, liquid, glass, metal, plastic etc...)

What I need to know is what do I do with the button after it's made. :]

IE:

I have a folder with "Pg_1" and "Pg_2", and I have this button I just made in ImageReady, and the rollover, and the down positions work well when tested. Now how do I get it onto "Pg_1" on the righthand side, and then have it take me to "Pg_2". What parts of the Javascript to I copy and paste into the header? etc...

I already have a webiste up, and all I have on it are "text links" because I can't get all these great buttons I've made onto it. How do I do that?

View 1 Replies View Related

Photoshop :: Button Set - Stuck At Making Selection...

Apr 24, 2009

I have been trying to create a button set with a foreground shape. What I am trying to accomplish is when this guy creates a selection with pen tool and deletes part of gradient from the button set, this gives it a shape/theme to the button set – This way I can create any shape on the buttons and they look like a theme. (maybe I am not explaining well but you get the idea) Where I am stuck is when I select all buttons and apply gradient to all, it only applies to a single layer (button) instead of all even though I can see all selected. Also when I make selection with pen tool and delete the gradient, it deletes from only one. 

View 2 Replies View Related

Photoshop :: Making Button Badges On Cs3 Extended

May 14, 2009

I’ve recently started making button badges (or at least trying to make them) on Photoshop CS3 Extended.

I have downloaded a good template for a 1" button badge, complete with layers & guide lines. I have managed to figure out how to make my own designs and I’m slowly getting to grips with how layers work, so as you can tell,

What I would like to be able to do in import or insert a scanned image or photo onto the template so I can make badges with photos or images from the web (e.g. football team emblems etc.). Is it possible to do this? Also can you import/insert images & then re-size them to fit the template so the image will be the right size for the badge?

View 2 Replies View Related

AutoCAD LT :: Enlarging Button Icons On Toolbars No Button Image Editor In CUI

Jan 2, 2013

I am growing increasinly frustrated.  I just installed AutoCAD LT 2013 on my laptop.  I managed to get everything customized the way I want, except the button icons on my (classic) toolbar are much too small.  If I go into the menu and select 'use large icons', they are too huge.  My screen resolution DOES NOT need to be changed or adjusted. I went to the help menu to see what I can do, and found that I can go into CUI and adjust the size of the button icons that way, via the button image editor, however there is no 'button image editor' dialog box when I select any given toolbar command.

View 1 Replies View Related

AutoDesk Smoke :: Assign Right Button To Bottom Button?

Jan 30, 2013

As default the Wacom pen top button acts as the right button. Is there a way to assign the right button to the bottom button?

Smoke 2013 Ext1
17" Mac Book Pro
OS X 10.8.5
16 GB RAM

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Making A Most Used Tool Button For Toolbar

Sep 22, 2011

I also note I could use excel but I have this thing where id like to have the lisp and AutoCAD run independent from other external programs.

I’m the CAD monkey at work and I’m given unbelievable autonomy to what I build (sometimes I confuse work with hobby) put all to one side. My functions often require toolbars with several buttons on them what I would like for one toolbar in particular is to make a most used function button. Better said a button at the beginning of my toolbar, which execute the most used button from within that entire toolbar.
 
The ideas so far is to add a write-line (append) function lisp for every button this would intern write a button codename/ reference example SNP for snap and SAV for save and so on. All easy I can do this.
 
What I’m having difficulty with is actually counting the instances of the most used button using lisp. At the moment I’m resorting to a vb.net program, which needs to be shelled first, to recalculate the whole list it works but is messy and quite patch worked. The highest instance would then be used to set a variable, which would be used as the command in the so-called “top 1 tool button”

View 4 Replies View Related

Photoshop :: Making An Arrow Button In Photoshop

May 25, 2007

I am making some forward and back arrow buttons.

I have made some buttons with a rectangular shape using the rectangular marquee tool.

Can you suggest a way of adding a pointed arrow to one of the ends of my rectangle to make an arrow ?

I have tried using the Clone Stamp, this kind of works but it is not that great.

View 1 Replies View Related

AutoCAD .NET :: Link Help File To Ribbon Button?

Oct 8, 2013

I have been trying to understand how to get from a ***.docx file to ***.xaml and then link that into my project.

Is it a simple matter of saving a html somehow or am I missing the boat?

View 9 Replies View Related

AutoCAD .NET :: Open DXF File From Windows Form Button

Nov 26, 2012

I got a problem to open a dxf file. If I use command method then I can easily do that. But I want to open that file by clicking a button from my windows form. I did the coding for that specified button like below:

Private Sub Button6_Click(sender As System.Object, e As System.EventArgs) Handles Button6.Click
Dim strFileName AsString
LoadDXF.InitialDirectory = "C:"
LoadDXF.Title = "Open DXF File"

[Code] ......

After invoke that button I got a error like below:

How can I open the drawing without commandFlags.session? I want to use the button of my form to open that dxf file.

View 5 Replies View Related

AutoCAD Inventor :: How To Open HTM File From Button On Userform

Apr 24, 2013

How do you open a .htm file and set it as the focused window within an Inventor VBA prog from a button on a userform?

I just want to add a quick page for a program I've cobbled together.

View 2 Replies View Related

Illustrator :: How To Embed TIFF File - Button Is Grayed Out

Jul 31, 2012

CS4 macbook pro
 
I can't seem to be able to emebd a tiff file.

View 3 Replies View Related

Photoshop Elements :: Display Button That Loads Full File For Viewing (not Enlarged Thumbnail)

Dec 6, 2013

Just downloaded Elements 12 (and uninstalled Elements 7), so just starting to figure it out. Main interface is a bit different. Got 2 issues:

Where is the 'Display' button that loads the full file for viewing (not an enlarged thumbnail)? Used to be at top right in version 7.

When I try to run a slide show the program shuts down; pretty serious issue.

View 7 Replies View Related

AutoCAD Architecture :: Back Button Not Working With File Browser

Feb 10, 2011

When I am browsing to open drawings for some reson the back button doesn't work with the ACA2011 file browser. The mouse button works fine with all other applications so am I correct to assume something is wrong with the ACA file browser?

View 2 Replies View Related

AutoCAD VB :: Getting A File Path Using Browse Button And Save As Windows

Jul 10, 2012

I have a VBA macro that is using at some point a full path in order to get data from an Excel file. I am changing the data from the original file to the file that is localized in the full address. Now I want to use a Browse button and generate the Save As Window to capture the data directly from source file.

Is there a piece of code that open the Save As window that I need and return the full path so I can use it in my original code? I am sending a word document with a picture that shows the window that I want to call

View 9 Replies View Related

AutoCAD 2010 :: Create A Button To Find Script File?

Nov 7, 2012

I have created a script file to change some drawing settings. If it's possible to create a button to find the script file and run it. I am running it now by typing SCR then searching for it and selecting open.

I would like to give it to others to use and thought if I can create a one button pick it would be easier for others.

View 2 Replies View Related

VideoStudio :: Whenever Click On Create Video File Button Program Crashes

Mar 13, 2012

I downloaded a trial copy of the Corel VideoStudio Pro X5 Ultra. Every time I click on the Create Video File button the program crashes. I get a message that the program must exit. Every time I try this, it crashes.

View 4 Replies View Related

VideoStudio :: Why (User Define) Button Grayed Out Under Share / Create Video File

Mar 20, 2011

Why is the "User Define" Button grayed out under share/create video file/various HD selections and only the SD 720X480 max and lower available?

View 9 Replies View Related

Photoshop :: 3D Button In SC6

Aug 17, 2013

I have Photoshop sc6 and i cant seem to find the 3d button. where is it or how can i get it?

View 3 Replies View Related

Photoshop :: ALT Button CSx

Aug 18, 2007

This is the "oh so" most annoyance in Photoshop I have ever encountered.

Alt + scrollwheel is the greatest tool for zooming in Photoshop!

However, every time you cease zooming and go for the move tool (V) it opens up the View menu at the top of the program window. Every time you go for the full screen mode (F) it opens the file menu. Every time you go for the hand/pan tool (space bar) it opens the program menu at the top of the window. Every time you go for the wand tool (W) it opens the window menu at the top of the program. Every single time. Though there are two ways to overcome it:

1. by quickly pressing ALT once after you finish zooming
2. hitting escape

It is easy to forget to do these and I feel this shouldn't be a problem in the first place, as you can clearly tell. Often times, I hit (F, F) and it opens the File Menu>File Info... since the ALT command has already been activated. [/vent] I just wonder who else has this same problem, and what are your solutions?

View 4 Replies View Related

Photoshop :: Button

Aug 16, 2006

ok my firend opend a site and i hooked him up with fly log-go right well then he wanted more so he wants me to make him some buttons on his sight like you know people got dem little squares that you clikc and go to like a page or to there site i was jw how to make one i got the box and i made the pc and stuff but how do i make it so i cna put it on his site and click it and it goes to a page or so that if they click the picture it goes to his home page?

View 1 Replies View Related

Photoshop :: No 3D Button / Option

Jul 9, 2013

I got Photoshop CC. But when I tried to make 3D text, I couldn't do it... There was no 3D button/ option. I have Photoshop CS6 Extended, which allows me to create 3D text. I'm hoping I don't have to switch between versions every time I want to make 3D text..Also, one more thing. When I first launched Photoshop CC, it said "Would you like to migrate your presets from Photoshop CS6?" I chose No, What this would do, since I'm not the most experienced Photoshop user.

View 26 Replies View Related

Photoshop :: CS6 Preview Button?

Jun 27, 2012

I had previously been using CS3 and recently upgraded to CS6. When doing color processing I no longer find the on/off preview button so that when adjusting color balance, for example, I do not see a toggle switch (preview)  to see the effect on and off.

View 4 Replies View Related

Photoshop :: CS5 - No Save Button In Top Bar?

Feb 27, 2012

How to put the buttons I use a lot in the top bars, such as save, new, etc.  I just upgraded from using Photoshop Elements for 10 years to Photoshop CS5.  I am not a fan of using shortcuts, I prefer to use the top bar buttons.  There is a ton of unused real estate on those bars.

View 4 Replies View Related

Photoshop :: 3D Button On Adobe CS6

Jun 14, 2012

I am running on Win 7 Premium 64-bit. And I seem could not find my 3d Button. With my CS5, It seems to have it.

View 5 Replies View Related

Photoshop :: Button Creation

Jul 27, 2005

I am working on a design of a button for my stations website. The problem is I need to make this stand out, after using the fire effect tutorial that I found here I know you can help.

1) I need a cool effect to make the button stand out on a semi busy page. Any ideas would be appreciated.

2) Then I need to be able to make the image glow. (Again don't know how to do it, but shoot high in what I want to learn)

View 4 Replies View Related

Photoshop :: Reproduce Button

Feb 22, 2005

i need to reproduce a button to do some stuff with but i cant really get the effect...

View 4 Replies View Related

Photoshop :: *.psd Button Template -

Feb 10, 2006

i have a psd file of a button template. In the first instance i would like to be able to make new buttons from this. I have tried editing the text, and although i can do this...the text does not fit on the button and is not of the same style as the other buttons generated from this psd..told you i was brand new.

Secondly, i would actually like to make my own template for 2 sets of buttons ( new websites coming soon) and without a clue and no up to date tutorials i have really hit a brick wall....i don't even know how to change the colour of an existing button let alone start from scratch...

View 4 Replies View Related

Photoshop :: Glossy Button For Web

Dec 4, 2008

a glossy button for web, that looks round in one image and sunk in in the other.

View 2 Replies View Related

Photoshop :: Button Background...

Oct 24, 2003

I followed the tutorial for the metallic blue button used on pank pages. My button looks great however How am I gonna use just the button for my website?? the whole image is still there and if i cut it i loose the drop shadow effect. If I delete background and just have button I save image as gif with transparancy it still looks dumb.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved