|
| Web Hosting Deals | Holiday Logo Design | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| How to .... Learn how to do anything and get what you need to do it - from experts and people like you. |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
rollover
Hi..
Hope this is not tooo simple for all of you out there but i am stuck.. when i use cs2 to create a button i then sliced and added a rollover action in image ready useing the edit in image ready button.. Now i have cs3 i can that feature has gone so and for the life of me i cant work out how to make a rollover in cs3 please help Thanks Ian |
|
||||
|
This is taken directly from here. http://www.adobe.com/cfusion/webforu...&enterthread=y
Quote:
|
|
|||
|
*tuts* You should never use photoshop to slice code or make rollovers. Doing it manually is just so much rewarding.
All you need is a bit of css. Code:
#navigation a
{
display: block;
height: 35px;
background: url('./nav.gif') no-repeat;
text-decoration: none;
}
#navigation a:hover
{
background: url('./nav-hover.gif') no-repeat;
text-decoration: underline;
}
.
__________________
Nick - Coder/Designer |
|
|||
|
do you kno any flash at all?
u can slice out the whole navi take it to flash do whatever u want to the buttons for the rollover and code em then open ur site in dreamweaver delete the slice of the navi and import the flashed navi |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|