Can anyone tell me why the "M" and the "e" are touching each other. While the rest of the pages are fine? Here is the style for that: .cap { float: left; ...
Riyad Anabtawi
riyada@...
Sep 3, 2005 8:39 am
2081
Hello, Perhaps you'll get a better answer from someone else. I include an example file at the end. I think x-small works, but it is so similar to the nomral, I...
Hello, Can't see the problem. The following page deals with type: http://www.trans4mind.com/personal_development/Type/index.html There are sometimes issues...
Hi and thanks for your reply. margin left on the "middletext" just shifts the drop cap and the paragraph together. I found the width of the .cap aorks a bit...
Riyad Anabtawi
riyada@...
Sep 3, 2005 8:32 pm
2085
I have been trying all week to remove the functions for the hover effect into an external js file and there is no way its working. Here is the page ...
Riyad Anabtawi
riyada@...
Sep 5, 2005 7:33 am
2086
... type ... Hi javascript people, My screen name is donk_sph3re and I am not the same person as donkydudeme. Donkydudeme, I don't have it in front of me at...
Okay, Javascript experts. I do have a javascript associated question and it also concerns iframes. I have successfully created an iframe on a website. It is...
*Very Useful information* To check your Mobile phone's serial number, key in the following digits on your phone: * # 0 6 # A 15 digit code will appear on the...
Only a Sith speaks in absolutes ! If everyone would backup his cell phone id, every hacker would know how to flash the phones bios. But thanks for the info :-)...
roland@...
Sep 6, 2005 12:54 pm
2090
hi, i am student of mca.I want to learn about javascript fully. Please send me total tutorials of it.Thanks....
When opening a web page, is there a way to identify the IP address you are working from??? Not your computer IP but the one asigned by your ISP to access the...
This is my html code for my credit application: <html> <head> <title></title> </head> <body text="black" background="overhead_b.jpg" bgproperties="fixed"> <br>...
Hi- My website has a splash page which, when clicked on, activates a javascript to open another window, sized as I want my site to be viewed. On most systems,...
Hello, The following may help a bit... Ken Ward. <html> <head> <title>MY FILE</title> <meta name="keywords" content="EnterKeywords"> <meta name="description"...
Could this simply be a case that they aren't enabled for JavaScript in their browser? Rob. ... tell ... don't ... visitors ... 8859-1"> ... marginwidth="0" ......
In here I have a link which when clicked on shows a snapshot of what my camera(Toshiba IP network wireless) is capturing at the moment. Click on the thumb that...
Riyad Anabtawi
riyada@...
Sep 21, 2005 10:34 am
2098
<html> <head> <script type="text/javascript"> function refreshImages(){ var delay = 5 // delay in seconds var ticks = delay * 1000 document.all.campic.src =...
Thats great Robert.. Thanks. Only thing is that I have the following that need to be modified <a...
Riyad Anabtawi
riyada@...
Sep 21, 2005 12:03 pm
2100
I'd do something like :- In showImage, If (i == 4) setTimeout("refreshImages()", 5000);. You can then use the .src reference from the preload array and add on...
A while back I wanted to create a drop down menu and was given this site which works great. I wanted to know if the code can be tweaked to position the...
A while back I wanted to create a drop down menu and was given this site which works great. I wanted to know if the code can be tweaked to position the...
... wrote: Do you have an address we can view your page at, or can you send the file in? Rob. ... this site which works great. I wanted to know if the code...
Could Yoy Explain More What exactly U will hav to Do ? I have multiple Menu choice , I think I will heve as possible ... [Non-text portions of this message...
Sure, the following is the whole script because Im not sure where to say theres two different js files. The below file is called menu_script.js var ve=true;...
You could have 2 or more menus, but you'd have to change menu_script.js - it's currently only capable of one menu at a time. If you don't have a good...
Yes, I have two drop down navigation menus Id like to use in the same website. The problem is the code I have is difficult for me to change to be to make both...
you should really look @ coolmenus... http://www.dhtmlcentral.com/projects/coolmenus/ They are easy to configure and will allow more than one menu on screen @...