Author |
Topic |
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 31 Dec 2005 : 13:42:08
|
Hi,
Made me a very simple page:
http://users.telenet.be/SuEl/SirJeff.htm
Image > on roll click show > picture1 Events > hide and show (on click)>> picture2
Little annoyance:
In IE 100% okay
--------------------- In Ffox , (dotted line problem)[2 ?:-|] >> see figure
[img]http://img529.imageshack.us/img529/9149/selection6iy.png[/img]
Only clicking a second time (on the background ) makes it disappear!
---------------------------
In Opera the cursor doesn?t change in a selection cursor? (the arrow stays an arrow)[3 :::]
---------------------------
Can somebody give me the cure ? ?if there is one!!
----------------------- Dynamic HTML Editor wishlist 1. That the automatic guides would work also when (Fine) positioning with the arrow keys!
2. A better hot spot!
-------------------------------
and Happy Newwww Yearrrrr to all of you
|
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 31 Dec 2005 13:52:50 |
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 31 Dec 2005 : 14:21:21
|
Hmm in IE it works okay in Firefox there is no dotted line here so it also works fine and in Opera you are right. The arrow stays an arrow.
Happy New Year
Martin
|
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 31 Dec 2005 : 15:14:39
|
quote: Originally posted by Martin1
Hmm .......in Firefox there is no dotted line here so it also works fine and in.....
Hey, Martin (grapjas)
I have the Mozilla FFox latest version 1.5xxx
did you click on the Sir Flup knob?? only then, the dotted line stays around the knob!
someone else, with FFox on his machine? [3 7:|]
anyway HN [2 H:)] |
* "Happiness" is making -> The <- Choice! *
|
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 31 Dec 2005 : 15:21:31
|
Hello Waldorf (hoezo grapjas[2 ?:)]?),
I have an old version of Firefox 1.0 and I did click on the 'button'. But in this old version no dotted line.
I will upgrade and see if the new version shows a dotted line.
Just moment be right back ....... |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 31 Dec 2005 : 15:32:13
|
I'm baaaaack.
I upgraded and yes there it is the dotted line:-(
If you want to remove it just add this to the head:
<script language="Javascript" type="text/javascript">
<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->
</script>
This removes the dotted lines everywhere if you only want them removed from certain links you'l need to add this to those links:
<a href="http://www.hexagora.com" onFocus="if(this.blur)this.blur()">Dynamic HTML Editor</a>
Martin |
Edited by - Martin1 on 31 Dec 2005 15:32:49 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 31 Dec 2005 : 16:01:44
|
Hallo, Martin..thnx for reply
i tried it but... 't lukt niet here is a peace of my[3 7:|]head
------------------ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <script language="Javascript" type="text/javascript">
<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->
</script> <!-- Created with an unregistered copy of Dynamic HTML Editor --> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta name="GENERATOR" content="Dynamic HTML Editor v.2.6.11 - http://www.hexagora.com"> <script language="javascript" type="text/javascript"> <!-- var isNS=document.layers?true:false; var isIE=(document.all!=null)||(navigator.userAgent.indexOf('MSIE')!=-1); var isDom2=document.getElementById; var fVers=parseFloat(navigator.appVersion); if ((isNS && fVers<4)||(isIE && fVers<4)) alert("Your browser is very old. Please upgrade it if you want to see this page correctly.");
//--> </script> <script language="javascript" type="text/javascript" src="SirJeff/dhe2x.js"></script>
<title></title> <link rel="stylesheet" type="text/css" href="SirJeff/SirJeff.css">
</head> <body text="#000000" bgcolor="#C6C7C6" link="#0000FF" alink="#FF0000" vlink="#800080"> <script language="javascript" type="text/javascript"> <!-- var dheroll_this=new Array(); jsPreloadImgs(dheroll_this,"SirJeff/sirjeff_flup.png;SirJeff/sirjeff_buttsf.png;"); //--> </script> --------------
did I go wrong somewhere?
- |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 31 Dec 2005 16:03:17 |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 02 Jan 2006 : 00:17:10
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Welcome to my site.</title>
<script language="Javascript" type="text/javascript">
<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->
</script>
</head>
The above should work. Take a look at this site which I made a long time ago and which the owners screwed up (it was rather beautifull untill they started messing with the code and the images and so on!!!) where I used this code. There it works. http://www.stamrechtnoord.nl/
By the way why is your version of Dynamic HTML Editor unregistered?
Martin |
Edited by - Martin1 on 02 Jan 2006 00:20:52 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 02 Jan 2006 : 07:33:34
|
It doesn't work man?[2 ?:-|]
Lets see wat Davide says
** Trisl version, that's why, mister Nosey Parker! [5 p-].........[3 ~-)] |
* "Happiness" is making -> The <- Choice! *
|
|
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 02 Jan 2006 : 09:01:16
|
Hello Martin,Waldorf,
Internet Explorer shows the dotted line because the image take the focus; I've not tried the method of Martin but it should work perfectly as I see ;-) |
Regards, Davide |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 02 Jan 2006 : 17:31:06
|
Happy New Year, everyone![2 H:)]
Okay, That makes me an HTML Idiot! [3 up] ..whatever!
-----------------------
MY Dynamic HTML Editor wishlist
1. That the automatic guides would work 'also' when (Fine) positioning with the arrow keys! (That's when you really need them!!!)
2. A better hot spot!
------------------------------- |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 02 Jan 2006 17:46:34 |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 02 Jan 2006 : 18:54:11
|
[2 H:)] Hello Waldorf!
Maybe not an idiot but a bit of a loony for sure (just kidding of course). Could you send me the files for http://users.telenet.be/SuEl/SirJeff.htm your test page. I want to see if I can get it up and running.
I can tell you now that the new Dynamic HTML Editor version is looking good! Very good even! (Can't make any promises on your wishlist) but boy o boy, Davide has really outdone himself this time!!! You'll love it!
Davide rulez!
Martin |
Edited by - Martin1 on 02 Jan 2006 18:55:49 |
|
|
KnockDown
Practical
Germany
23 Posts |
Posted - 02 Jan 2006 : 20:26:11
|
Quelltext of this page:::
<meta name="GENERATOR" content="Dynamic HTML Editor v.2.7 - http://www.hexagora.com">
KnockDown bye |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 02 Jan 2006 : 22:00:23
|
@Martin
I'll send it by MSN (y'r added by: The Conundrum..etc) when online !!
---------------------------------------
quote: Originally posted by KnockDown
Quelltext of this page:::
<meta name="GENERATOR" content="Dynamic HTML Editor v.2.7 - http://www.hexagora.com">
KnockDown bye
hugh..what..ich niks verstehen [2 (==)]
[2 ?:-|]
Senseo[2 b7]..njammy[3 yes] |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 02 Jan 2006 22:21:16 |
|
|
KnockDown
Practical
Germany
23 Posts |
Posted - 03 Jan 2006 : 01:49:47
|
@Waldorf The new Version which Martin testing, is alrady in use....sorry for my english |
Edited by - KnockDown on 03 Jan 2006 01:53:15 |
|
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 03 Jan 2006 : 09:13:04
|
@KnockDown I wanted to release it today but I've found some very small issues. Tomorrow I'll release it ;-) |
Regards, Davide |
|
|
KnockDown
Practical
Germany
23 Posts |
Posted - 03 Jan 2006 : 15:01:41
|
Hi, don't hurry, sadly my trail-period is expired. I must anyway wait a little to try it. [2 C:-)] I don't worry, anticipation is my best pleasure. respects
KnockDown bye
|
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 03 Jan 2006 : 16:02:41
|
Hi KnockDown!
Stop trying mate just buy the software. It's worth every cent you pay for it. If you don't have it borough it or safe for it.
As for you Waldorf. I sort of deleted you from my MSN and blocked you[2 0oo0]. Didn't know who it was that asked to be added so please try again or just send it to my hotmail mailbox. Now all I have to do is figure out how to unblock someone from MSN[3 :-x].
Martin |
|
|
|
Topic |
|