I don't feel 50 Forums

Go Back   I don't feel 50 Forums > COMPUTERS > Web Design and Graphics Room.

Web Design and Graphics Room. Thread, Anyone here using Dreamweaver 8?

Hi all, I'm just having a go at designing a website with Dreamweaver 8. I'm strictly a novice and so ...

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 7th-December-2007, 12:55 PM
Yorkshire Carper's Avatar
Yorkshire Carper Yorkshire Carper is offline
 
Join Date: Nov 2002
Location: South Yorkshire
Posts: 164
Default Anyone here using Dreamweaver 8?

Hi all, I'm just having a go at designing a website with Dreamweaver 8. I'm strictly a novice and so obviously keep coming up against problems and was wondering if there are any experts on IDF on the subject of web design and specifically using DW8?

An immediate question that springs to mind if anyone can help me is why is it that after I create some flash text in DW, say in blue and I set it to change to red when its rolled over that when you go to view the page online, the first time you hover over it theres a dotted box appears around the text and a message saying 'click to activate and use this control' once you click the text, ok it changes colour and from that point on whilst the page is open every time u hover over the text it carries on changing colour and the link to another page on my site works fine too when I then click the text. But surely the text should change the first time its hovered over and not have to be 'clicked' first to make it work?

cheers
Craig
__________________
Please feel free to visit my personal carp fishing website at www.ayorkshirecarper.co.uk
or the sites for my Sheffield based Guttering and Roofing business's at www.a1gutterclean.co.uk and www.a1roofingservices.co.uk
Reply With Quote
  #2  
Old 8th-December-2007, 11:47 PM
Skyrunner's Avatar
Skyrunner Skyrunner is offline
 
Join Date: Sep 2002
Location: The Surrey Hills
Posts: 1,202
Default

This isn't anything to do with Dreamweaver Craig, or your web design skills. It's all down to Internet Explorer.:evil:

Read a basic explanation HERE

As a web designer, there are ways round this, usually involving a remote javascript file on your server. This is what I did to put a little flash graphic on my site, (don't look for it, it's not online yet!)

But if you put "Click to activate this control" into Google, you'll find lots of site giving information about how to get round this, some of them even provide code for you. (Just look for the links aimed at web DESIGNERS, as opposed to users who want to stop it happening in their browsers when they view pages.)

Though if all you are trying to do is to get your link text to change colour when you mouse over it, Flash is overkill, the simplest answer is to use CSS to get this effect. Easy to do, and won't cause any problems.... even in Internet Explorer!!!
Reply With Quote
  #3  
Old 9th-December-2007, 12:10 PM
Yorkshire Carper's Avatar
Yorkshire Carper Yorkshire Carper is offline
 
Join Date: Nov 2002
Location: South Yorkshire
Posts: 164
Default

hi sky
Why does flash struggle to show the colour change of text as its moused over effect and yet CSS works ok? and can u point me in the direction of some help to achieve my aims in getting links to change colour via CSS?
cheers
craig
__________________
Please feel free to visit my personal carp fishing website at www.ayorkshirecarper.co.uk
or the sites for my Sheffield based Guttering and Roofing business's at www.a1gutterclean.co.uk and www.a1roofingservices.co.uk
Reply With Quote
  #4  
Old 9th-December-2007, 01:55 PM
CPS's Avatar
CPS CPS is offline
 
Join Date: Jan 2003
Location: Suffolk/ Gender Male
Posts: 1,444
Default

This little bit of CSS does the job,added between the head tags.
You can have any color you like, but blue is the standard for an active link.
I use it on my website.

Code:
<style type="text/css"> <!--
a:link {color:blue;}
a:visited {color:blue;}
a:hover{color:red;
-->
  </style>
__________________
Knowledge is not knowing all the answers,
but knowing where to find the answers.

www.smitheram.co.uk

Moderator of, Web Design/Graphics Room.
P4-XP pro-IE7-B/B-ZA-AVG
Reply With Quote
  #5  
Old 9th-December-2007, 04:01 PM
Yorkshire Carper's Avatar
Yorkshire Carper Yorkshire Carper is offline
 
Join Date: Nov 2002
Location: South Yorkshire
Posts: 164
Default

Hey thanx for that peter it works a treat!

Also to Sky, I dont have a clue why, but when i logged onto Dreamweaver 8 today for first time since i created that bit of flash text which wouldnt work online, DW immediately put a message onscreen saying there was a problem with the coding and would I like it changing, so I clicked yes and hey presto uploaded the page again with the flash text on it and it worked this time!?
What made dreamweaver do that and does it always warn you when the code's not quite right and give the option for it to put it right?

Also going back to what you said Sky about using css for roll over links that change colour instead of flash text, when then is it better to use flash for rollover text or is the answer simply never?

Thanx
Craig
__________________
Please feel free to visit my personal carp fishing website at www.ayorkshirecarper.co.uk
or the sites for my Sheffield based Guttering and Roofing business's at www.a1gutterclean.co.uk and www.a1roofingservices.co.uk
Reply With Quote
  #6  
Old 9th-December-2007, 04:28 PM
CPS's Avatar
CPS CPS is offline
 
Join Date: Jan 2003
Location: Suffolk/ Gender Male
Posts: 1,444
Default

The simple answer is, just that, keep your code work simple.
Dont use the fancy stuff unless you have a reason to do so.
Using the XHTML standard with CSS can do most everything.
__________________
Knowledge is not knowing all the answers,
but knowing where to find the answers.

www.smitheram.co.uk

Moderator of, Web Design/Graphics Room.
P4-XP pro-IE7-B/B-ZA-AVG
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:10 AM.


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