This one should do the job!
http://www.dynamicdrive.com/dynamicindex5/texttool.htm
Type: Posts; User: mattster; Keyword(s):
This one should do the job!
http://www.dynamicdrive.com/dynamicindex5/texttool.htm
Probably best to use something like ASP.net Maker:
http://www.hkvstore.com/aspnetmaker/
does most of the hard work for you.
Well it is probably because it is the Top Navigational Bar II by Mike Hall (http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm) which was created about 5 years ago, long before FireFox and so...
It could well be the / before images in your paths, i.e. perhaps it should be "images/my.gif" instead of "/images/my.gif"
http://www.dynamicdrive.com/dynamicindex8/window1.htm
Your code, without wishing to sound rude, is all over the place :eek: . I am surprised the page loads properly at all.
You have broken tags everywhere, open div's without closing closing them,...
Remove "position:relative;" from the #pdm
Probably the most simple way is to use percentages rather than fixed widths, that way the page content will fill the page what ever the resolution.
Or you can use this script:
...
It's because you have not named your frames within the framesets, just name it "main" as that is what it appears to be calling, e.g.
<FRAME SRC="http://uk.geocities.com/sbsp_fan_1/Mr_Smilie.html"...
http://www.dynamicdrive.com/dynamicindex13/index.html
I would assume that since you are using an include file for the headers then you should not have one for each page - otherwise there would be little to no point.
So, if this is the case why not...
You have:
.fun a:link, a:visited {
display: block;
text-decoration: none;
background-color: #000000;
color: #000000;
}
Well if you use ASP you could use this:
http://scripts.ocean12tech.com/asp/calendar/
I would suggest linking up to a database as it is much easier to organise. Otherwise you will probably have...
Do you mean something like this:
http://www.dynamicdrive.com/dynamicindex8/collapsemain.htm
There are a couple of ones out there. Deadbeef seems to be quite good but is only supported by IE:
http://www.deadbeef.com/index.php/2005/08/04/title
What i use sometimes is this code as you...
It looks like you should take out "POSITION: absolute;" in the div that is wrapping round the footer paragraph.
It's probably got something to do with your use of <font size="2" face="Arial"> for formatting the paragraphs. Why have you done this? :confused:
There is no need when you are using CSS.
Unfortunately i found it somewhat tricky reading through all your code as you seem to have lots of other things going on there. Look at this code and see if it helps, it should point you in the right...
I have done a few similar forms of this type before and the way i generally get round this is to have a hidden field for each group of radio buttons. By selecting a radion button you change the value...
Any chance that you could just explain how its done? i like the idea of an animated favicon.
Cheers.
Hmm, If you read what i wrote that is what i suggested!
There is no way that i know of and the only way i think you can have fading is by using the IE filters (which means that of course it will only work with IE).
Here is a solution and it is by no...
Hmm - i feel like a right fool! I had stupidly disabled Javascript in FF a while back whilst testing and forgot to turn it back on.
It works and always has done!
Cheers for your help and sorry...
A late reply i know but i have been away. Anyway, back to the problem. Unfortunately this still does not work, with either method.
Here is some of the code:
<form name="s1_2" id="s1_2"...
I have various forms (using ASP as the backend) which simply will not submit with FireFox when using a "button" element with onclick="document.myform.submit();".
Does anyone know what i am doing...