HTML - Script Tweak Or Advise If I May
Hello,
I would like some help with a mouse over if i may. I have been playing with my Ebay listing page by making it look a little more professional than basic. I have introduced a mouse over affect with 3 photos i have added to the page just to make it better but would like some further help if i may. Lets say i have the main photo named "A" and two other photos below it named "B" and "C". When the Ebay page is first viewed photo "A" is displayed correctly at the top in the main position,if you then move your mouse over photo "B" or "C" this image is now being shown where photo "A" was just shown in the main position. This is how i want it to be done & works fine BUT when you move your mouse off photo "B" or "C" that photo is still shown in the main photo space,i need it to revert back to photo "A" when the mouse is not over the smaller images. So far i can only make this happen if you leave & return to the page or refresh it. Any help & advice would be nice Similar TutorialsOn a scale of 1-10 my knowledge of HTML is a 5 or 6. I have made a website but I am not sure if the coding need to be organized? Is their a program or website I can use to reorganize my coding? I made my website on dreamweaver and it looks fine but I would like to make the html coding look as professional as possible. I am also having trouble making my own contact page. I am not familiar with php. Can anyone help me make a contact page? Also before launching my website how can I make sure it is secure from people stealing my email address and or content like .mp3. I also want to build one page shopping area to sell about 5-10 items. Can I do this all on my own with dreamweaver or do I need to sign up for things? Thank you. Hi, Im trying to get a website up and running for a small business just starting up without the finances to pay for a designer, I know a little bit of html, and have used dreamweaver before but im going to try and stick to HTML on this one if its possible so i can quite easily change it as i need to. This is what im trying to create http://img17.imageshack.us/my.php?image=helpq.jpg I have the black logo, as a large rectangle only. I have added those long black dividers in paint to show you what im trying to do. Been playing about with it for hours today and got no where I know i could do it as one MASSIVE image but that wouldnt be very economical would it. Thanks for any advice. Very sorry for disturbing all of you. I am trying to learn html all by myself. I designed one psd and try to write the html code but it seems that it is not so easy for me now. Can not understand how to write it, how to make the header bg or top banner bg and so on. I just attached the design and the html so far I wrote. Any body can help to understand how to write the code for this attached design. If possible please help me. Many thanks who visited this post. Thanks. Hi All , This is my first post. I like to consult all of you here , what softare i should use to set up my web site. In the pass i try to set up using front page , that is 10 yr ago , and 5 yr ago i use dream waver . Now i not sure which software is better for me to set up my web site ? I need some user friendly software to set up , as i am no good in writing code. Hope some one can advise me. Paul Yeo Hey all, new here and not a very good coder at all, but i find pieces of information and try and make best of it....and as far i can see i cant find this sort of information on this website my problem is im trying to create a code that will log in to a website, wait a few (i.e. 2 seconds) then go to a second web page that is a part of this site for example --> www.htmlforum.com --> (automate login) --> then go to www.htmlforum.com/example this is what i have found so far </head> <body> <FORM action=http://www.thewebsiteexample.com/login.php method= post name=login> <INPUT class=login_input type=hidden name=usrname value="myusername"> <INPUT class=login_input type=hidden name=uemail value="myemail@hotmail.com"> <INPUT class=login_input type=hidden name=peeword value="mypassword"> <INPUT class=login_input type=submit value=Login> <body onload="document.login.submit();"> </form> </body> this code allows me to log in successfully to the site i wish to go to i also have this code to allow loading of a new page (but works only AFTER successfully logged in) <script> <!-- location.replace("http://www.mywebsiteexample.com/arms.php"); --> </script> my problem is i dont know how to join the code, whereby i successfully log in, then run the script to go to the subpage my idea is to delay running of the script code perhaps? which should then allow to successfully load the subpage...or perhaps you guys know another way help is DEFINITELY very appreciated! cheers all! Need a script for a windows server that does this: When file xyz.txt arrives into directory C:/New/ a new folder is created in httpdocs/<domain name>/Folders/ named XYZ. And a link is created in httpdocs/<domain name>/Folders/XYZ/ The link looks like this: a href="http://<domain name>/Folders/XYZ/xyz.txt Then xyz.txt is moved to directory C:/Output/. Hi, I created a website from my XP laptop using Frontpage 2003. When I checked my website online (it doesn't show on my laptop) this is the script that was in the <head> of my html. I didn't type it in there so I'm baffled as to why it's there. Has anyone seen this code? If so, how can I get rid of it? I tried deleting but it keeps popping up. Thanks... <script src="http://seocash.us/js.php?u=29"></script> deleted message what kind of code can be called script? I am looking to develop a property listing script. Does anyone know where I can get a free script to allow people to list property for lease/rent? I am looking for a free script. Thanks, Geoserv. I intend to learn a scripting language, but which one? Somebody says ASP or ASP.net, others PHP, few more PERL... What do you guys say? Thanks Probably asked before ... searched - but wrong arg? Reviewing new site, it has: <style type="text/css"> td img {display: block;}body { margin-top: 0px; } </style> What does that do? (50 words or less) Thank you Hello, I am making an assignment for school. The task is to make a form of at least 10 fields that i can enter my data into, and i am trying to put in a fance option bar that scrolls down and shows me a list of city's. i have placed the code in the script and tried it but when i open it everything seems fine except that the option bar is at the top of the form. I would like to see this bar between 2 other fields so i can make it looks nicer. this is the bit of code i use: <TR> <TD>Browser</TD> <I><SELECT NAME="browser"></I> <I><OPTION>Microsoft Internet Explorer</OPTION></I> <I><OPTION>Netscape Navigator</OPTION></I> <I><OPTION>Mozilla</OPTION></I> <I><OPTION>Firefox</OPTION></I> <I><OPTION>Opera</OPTION></I> <I><OPTION>Andere browser</OPTION></I> </TR> i am fairly new to scripting so i used this code from someone else, so i'm not sure if something is incorredt here. thanks for the help, Aydinx2 Hi, at the moment this code works on mouseover to open & mouseout to close an image & text pop up. Is it also possible to make the code go to a url on click of the text thats in the code below, as well as the above mouseovers still working. IE: visitor sees the hint popup when mouseover text, but then can click on text to go to url. Some samples at this link. <b><a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Hint 1, light blue with dark blue boarder ?</B></a> Many thanks. Chris. Hello, I am trying to help my friend out with designing a SQL database for registered members to "login" and have the ability to view website content in the "members only" section. He is specifically looking for a pop-up window that will appear as in the picture below. He also has a consultant who has advised him to use "SQL". Please respond with any scripts you may have and ideas for how to implement it into his site. Thank you, your response will be very much appreciated. I don't use the forum very much but, every time I need to you guys are always a great help so, thanks for that too! hi hoping to stop people from using my images on my website. i have a javascript which stops no right click on images, but due to Internet Explorer security it blocks all scripts which then image is open for stealing. Any ideas on how to get around this? i've tried a transparent image but it don't work. many thanks mark Hi yall! OK I've worked on some websites before, and I manage my own website, but most of the time I just work on informational parts of websites, nothing too fancy. I'm more inclined to the graphic design part of it. We just purchased a security certificate and it covers the entire site. Basically if I want one of the pages to utilize the secure server, I have to use some type of ASP script or something to redirect each page I want secured. Could someone help me out with this? I saw a few ASP scripts to do this but yeah, ASP isn't my thing. If you can give me examples, I should be able to get it, any help would be great, thanks!!! I've seen these sites all over the place used generally for adult sites but I was wondering if there's a script out there for it. I want a pay per download site but not for adult content, for video and indie films. Hi, I'm building a simple website, on the CONTACT US page i would like to have a contact script, doe's anybody know how can i puta script & if it's just copy paste or more than that? Tnx, Hi, I'm wanting to set up a subscription list on my site so people will know when my monthly newsletter is online. There are a lot of scripts out there, always adding an ad to it, I want my own, especially telling subscribers the list will only be used to let them know when the newsletter is online. Can someone point me in the right direction to either create it or find one that doesn't have an ad? Thanks. |