Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
labecs #1
Open Picture Window Extension help, please!
Hi! I am using this extension to open a window with the description of the
cat/dog I'm showing on the page. The dog's page works, but every time the
window opens the page looks like it's refreshing and it's bugging me. On the
cats page just some of the pictures work. Can you please check it out for me
and tell me what I should do? I'm stumped!
[url]http://www.yourpetsuniverse.com/catbreeds.html[/url]
[url]http://www.yourpetsuniverse.com/dogbreeds.html[/url]
Thank you!
labecs Guest
-
Advanced Window Open 3 Extension Problem
I am fairly new to Dreamweaver 8 and just purchased Advanced Open Window 3. I am trying to open a new browser with an html paged centered in full... -
Open Picture Window Fever
Very cool, I use it a lot. But, anyone know how to Close Picture Window Fever ? preferably on mouseout thx~~ -
Issues with Advanced Open Window Extension
I am using the Advanced Open Window 3.0 Extension from DMXZone. I have a recordset that dynamically displays an image on the page. I have then... -
Open Picture Window Fever!
Hi Using Open Picture Window Fever!, in "Edit Behavior", under the "window title" it has the options (cursor in a box) "Left" & "Top". I assume... -
Just So Picture Window
Anyone have an alternative extension for this one? Trying to get a window to pop up with an image. -
E Michael Brandt #2
Re: Open Picture Window Extension help, please!
labecs wrote:
On the cats page, the ones that do not work have this:> Hi! I am using this extension to open a window with the description of the
> cat/dog I'm showing on the page. The dog's page works, but every time the
> window opens the page looks like it's refreshing and it's bugging me. On the
> cats page just some of the pictures work. Can you please check it out for me
> and tell me what I should do? I'm stumped!
>
> [url]http://www.yourpetsuniverse.com/catbreeds.html[/url]
> [url]http://www.yourpetsuniverse.com/dogbreeds.html[/url]
>
> Thank you!
>
<A target = "_blank" HREF="">
First off the target attribute should not be there, but more
importantly, you need to change all your Open Pic Window behaviors from
the img tag where they are now to the <a> tags that surround each thumb.
And no target attributes. Oh, and teh href should not be blank but
rather, at the very least it should be "javascript:;".
Depending on your version of DW, you can either do this easily in teh
Behaviors window by selecting each behavior and changing its event to
<A> or if CS3 then it has a bug so you'd have to remove the behavior,
select each <a> tag and add the behavior to it.
On the dogs page you have :
<A HREF="">
<center>
</center></a>
here and there, which ought not be in there at all. Remove those, make
the other changes described above and all should work better, as long as
the user has javascript turned on.
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest
-
labecs #3
Re: Open Picture Window Extension help, please!
I think I fixed it, but now on the dog page, the banner on top shrank and left the column on the right empty and weird. I can't find how to fix it.
Can you help me with that?
labecs Guest
-
E Michael Brandt #4
Re: Open Picture Window Extension help, please!
labecs wrote:
This page is many many html errors, but start by removing one of these> I think I fixed it, but now on the dog page, the banner on top shrank and left the column on the right empty and weird. I can't find how to fix it.
> Can you help me with that?
html tags:
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
if that does not help, then take a look at this:
[url]http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.yourpetsunive rse.com%2Fdogbreeds.html[/url]
and fix the important errors on the page.
Let us know how it goes.
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest
-
labecs #5
Re: Open Picture Window Extension help, please!
Ok, I fixed most of the errors. The 4 that are left are part of the pop up window behavior... what can I do about those? But the problem with the banner didn't get fixed. What can it be?
labecs Guest
-
E Michael Brandt #6
Re: Open Picture Window Extension help, please!
labecs wrote:
Hope someone else can help with this, as I don't have the time right now> Ok, I fixed most of the errors. The 4 that are left are part of the pop up window behavior... what can I do about those? But the problem with the banner didn't get fixed. What can it be?
to ponder this - but I do notice that still all yoru onclick behaviors
are attached to the images rather than to an <a> tag that should
surround each thumb - and that is why there is no "hand" cursor when you
mouseover the thumbs.
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest



Reply With Quote

