Forum Moderators: open
from creating the visi in ps, slicing it in imageready then creating the table in DW i'm find the process exhausting especially when it yields the wrong results, check:
[edit]
and compare it to:
[edit]
both pages where created exactly the same way but on the first link the left hand side rollovers simply wont work. netscape javascript checker hightlights there is no swap image but in my code there is.
any suggestions?
[edited by: rcjordan at 11:20 pm (utc) on May 23, 2003]
[edit reason] sorry, no specific references to sites. [/edit]
Links to personal pages and signatures are frowned upon here (See the TOS [webmasterworld.com] for more!). I'd suggest that you remove them before a mod/admin does.
The error you are getting is because you have a comment tag before your <head> which does not get closed until the end of your script:
<!--
<HEAD>
.....
title - meta - script
.....
//-->//-->
</script>
HTH
spindlelegs,
This will not answer your question, but I think this tid bit of info can really help you if you are using rollover images in DW.
If you use Fireworks to make your rollover images it will take care of all the monotonus steps of slicing, etc. Then all you have to do is use the export to Dreamweaver. Open the HTML file it creates in dreamweaver and asign the URLs. DW MX and Fireworks MX were made to work seemlessly together, along with Flash, Freehand, etc.
You might get yourself a copy. It will save you a lot of work. Fireworks can do some really nice tricks, especially when used with DW MX.
thanks for your reply and as predicted - 'i've been moderated!'
not sure of the protocol regarding posting probs with code i.e. how are you mean't to detail your issue if you can't link to the reference?
anyways, your little tip seems to have solved the prob, i re-built the page over the w/e and it all works...
thanks again!
I find that by describing a problem and using short code snippets of the relevant area, that you find and understand the error much better and quicker, then by just pointing at a link and someone saying "change this", "move that" or the like!
Anyhow, glad to be of assistance!
A good starting point is to work through the tools and palettes to see whats on offer then start to build, create and compose images and interactive html using the more advanced techniques. However I am sure there is some excellent small tutorials that would give you starting points. try a google seach for fireworks tutorials or check out the ODP under graphics or image editing.
The help section is also quite comprehensive if not a little jerky to follow.
Ta
Liam
But Fireworks has the advantage of being more accessibly priced and has extra functionality when combined with other macromedia software.
I use PSP as well but find that I work faster in fireworks for webprojects. (wouldn't touch it with a barge pole for print artwork!)
It's probably just a question of personal taste.
I'm an enthusiastic user of Fireworks, but would always export images first and then manipulate them out of the programme.
Even better, IMO, is to make use of combined css/js (or even css alone) to create menus - I'm just this minute working on one which is a styled list with shared background images. There are quite a number of project tutorials on this if you search for them...