HighDots Forums  

Re: rollover effect

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: rollover effect in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
nunman
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 10:05 AM






anyone know the answer to my question? i need to know as soon as someone knows because I am in the process of rebuilding the site. thanks

Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 10:15 AM






I know the answer. I just don't know the question. Wanna remind me?
Searching under your name back to 2003 doesn't reveal a post with this
subject.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"nunman" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
anyone know the answer to my question? i need to know as soon as someone
knows because I am in the process of rebuilding the site. thanks



Reply With Quote
  #3  
Old   
nunman
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 11:06 AM



well what I have right now for my nav bar are images. gif images. they are
small but i need the page to load faster. The nav bar uses rollovers and I need
to still use rollovers in my iste. what I was told to do is use plain text
within dreamweaver and then add the rollover effect right in dreamweaver
instead of using 2 different giff images. how can I do this?



Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 11:13 AM



Show me your page, please.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"nunman" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
well what I have right now for my nav bar are images. gif images. they are
small but i need the page to load faster. The nav bar uses rollovers and I
need
to still use rollovers in my iste. what I was told to do is use plain text
within dreamweaver and then add the rollover effect right in dreamweaver
instead of using 2 different giff images. how can I do this?





Reply With Quote
  #5  
Old   
smbale1
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 11:54 AM



You can make a variety of simple and impressive rollovers with CSS only. I
made one navbar with only two graphics which look like tabs. These graphics sit
nicely behind the text. There are plenty of good web tutorials on CSS
rollovers out there - no need to use graphis if you don't want too.

a.tab, a.tab:visited
{
background: transparent url(../pics/tab.gif) no-repeat;
font: bold 9pt verdana, sans-serif;
color: #ffffff;
width: 120px;
height: 25px;
text-align: center;
padding-top: 4px;
display: block;
text-decoration: none;
}
a.tab:hover
{
font: bold 9pt verdana, sans-serif;
color: #FFFF99;
text-decoration: none;
background: transparent url(../pics/tabON.gif) no-repeat;
}

Hope this helps.


Reply With Quote
  #6  
Old   
nunman
 
Posts: n/a

Default Re: rollover effect - 09-01-2004 , 12:09 PM



i will do some research on css. never used it but i should start. or maybe i did without knowing... thanks

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.