20,737 Topics
![]() | |
Hi. I am making page which in essence is like a recent history section. When an item is viewed, a cookie is set storing its ID. I have managed to read the cookie and make a pop-up to display its data so I know it works. Does anyone know how, … | |
A couple of days ago, my internet explorer just closed out by itself and ever since, I haven't been able to open it/ Every time I try, it says "Internet Explorer has stopped working." My AIM doesn't work anymore either unless I uninstall and reinstall it. But I have to … | |
I have an html/ccs site where I would like to have a video with no sound as the background, rather than a color or picture. I want something similar to how this site has it: SNIP | |
Ok experts... I need a second set of eyes. [url]http://cahairandnails.com[/url] The navigation won't link to anything. I have been staring at this for hours. Any ideas? CSS: [CODE] #navi {width: 194px; text-indent: -9999px; float: left; } #navi ul li {list-style-type: none; display: block; width: 194px;} #navi ul li a {display: … | |
Hii all... i wanna design a menu like that when a user bring mouse cursor on some topic the sub menu items will be shown as hyper link like windows start menu.So with the help of HTML how can i do it..??? EX. Course Offered--->Civil Mechanical Electrical Info Tech. When … | |
OK...I made a motion tween in CS4 with a keyframe in the middle of the tween. I want to move the middle keyfame over one frame but it doesn't seem to want to let me. How do I do this in CS4? | |
[ICODE]I keep getting, this error"Error package cannot be nested", when I compile my code: package { import flash.display.Sprite; import flash.text.TextField; public class MessageBox extends Sprite { function MessageBox():void { var msgbox:Sprite = new Sprite(); // drawing a white rectangle msgbox.graphics.beginFill(0xFFFFFF); // white msgbox.graphics.drawRect(0,0,300,20); // x, y, width, height msgbox.graphics.endFill(); // … ![]() | |
Hi, I am currently creating the template for a website I am working on. When I resize the window, the Links and the top right image move out of place. I need these to stay in place no matter what size the window is or what resolution is using. What … | |
I am new to this forum. Want to get Website Design and Development Clients. Can anyone help me out on this. Thanks in advance. | |
I'm creating a Q&A page with a series of questions, and I was hoping I could have them display one at a time, with "back" and "next" buttons to cycle through them. What I've found while searching is buttons that mimic the browsers back/next buttons, but that's not what I'm … | |
I'm currently designing a new website for the company I work for. I get the page to display properly in Firefox. The banner lines up properly with the backdrop banner I have set as the background image. However in IE7 everything gets misaligned. I can't quite figure out why it's … | |
[B]Hello every one:) I want to know that is there any way(or any software)with the help of which on one can rename my shared images on the net...(i.e. they could download them but could not rename them after downloading) I shall be Thankful if some one guide me... Thanks[/B] | |
I'm designing the layout of the design at [url]http://humansummit.blogspot.com[/url] I found out that the right side widget is out of the margin when open in Firefox browser. IE and chrome are fine. Do anyone know how to fix it ? Thanks! | |
Hi, I need some help with a webpage on the ipad. I have a HTML registration page with a simple button. The problem is, when iPad users press the submit button, the shadow of the button is displayed on the next page. So when you hit submit, you are taken … | |
hi guys, does anyone know magento.. need help here. thanks | |
CSS tips and tricks As integrators pave their way along their regular tasks of integrating what designers build, there are some regular things that they have to bear in mind, some of which are explicit but oh well, I thought it would be a good thing to write about the … | |
So, our group was assigned a project to calculate the GPA of a student. We are using visual Studios 2010. Anyway, all seems to be good but I just cant figure out how to link the out put the GPA to its corresponding boxes. If you scroll down to the … | |
I'm trying to do side-by-side divs in fbml and it works fine with Firefox and Safari - but IE refuses to listen and keeps putting the divs on top of each other instead of side-by-side. Can anyone help me please? How do i put the divs side-by-side too in IE … | |
I was wondering if anyone could suggest things. I recently got an malware and removed it using malwarebytes and it seems that after this i cannot use both chrome and IE8 which says they are not connected to the internet yet i can still use firefox does anyone know of … | |
Alright so here is what happened, my friend didnt have a anti-virus on her computer and she got some viruses, so I downloaded Avast on it because it has been reliable for me. But when I downloaded it the taskbar turned grey, and can not be switched back to the … | |
Hello everyone, I'd like to ask for your kind help of creating toolbars for browsers. Below are my questions: - First of all, how to do it? =) - Where can I find sources for them? - Is there any toolbars which is "cross-browser"? - What should I be aware … | |
When I have my Firefox open I sometimes get this message: "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: chrome://global/content/bindings/browser.xml:0" The message has two buttons: Stop … | |
I've googled and looked all around the web for an answer to this, but without any success. I am getting this error: Parse error: syntax error, unexpected T_REQUIRE_ONCE in /home/xxxinl5/public_html/xxx/content/.../.../submitter.php on line 1 And here's the code: [CODE] <?php /* * My Prog * */ require_once(dirname(__FILE__) . '/config.php'); require_once(dirname(__FILE__) . … | |
I am classing this as a CSS problem because I don't know what else it could be. The problem is that when I insert links into a page, only the first one (or maybe the second as in the example below) is recognized as a link (ie the pointer turns … | |
Hi All, I'm having problems with my spry menu bar in internet explorer.... it works fine in firefox. The menu bar on each of my pages drops down as it is intended to in firefox but when viewed in internet explorer the drop down sections appear horizontally and not vertically?? … | |
I have a website whose homepage has 4 frames. 1 at top(horizontal) and 3 vertical below it. The middle vertical frame displays all the contents of pages when links in other frames are clicked. I have a link in top frame to logout the user when clicked. In this link's … | |
Hi Everyone, Recently my organization (where m working) has decided to host web locally rather then hosting in ISP. We have purchased a new server which will be used only for web. My Company has got new public IP for web from ISP i.e. 119.2.116.190. I am trying to configure … | |
Hi, The website that I have been working on for sometime is about to be deployed now. However, after deployment the reports are not opening in one of the two machines that I have deployed. All other pages seem to be working fine except reports not opening with the error … | |
Hi, I am new in css and html, and trying to set up a page with a fixed size of a page. I basically set up a position of a table using this [CODE]<body> <div class="boxleft"> <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select> </div> <div class="boxright"> <select> … | |
I have some ideas for startups and I have a graphic design background. Can anyone suggest some good online colleges and or courses to look into for web dev? I literally know nothing about code. Can someone point be in the right direction? I would like to learn Adobe AIR … | |
I am unsure how to describe this question, but I'll try my best. I am building a website in XHTML and have the text in a div over the background, which contains a box that I position the text in. Is there a way to get the box in the … | |
How do I make my website go to "/ " and not "/index.html"? | |
[B]I use dreamweaver to construct my webpage, i use flash in a table,, but i want to know how to insert another table behind flash object to to consume the space of dropdown menu flash.. anyone can help me?.. I'm beginners in webdesigning,,:) Thanks in advance..:)[/B] | |
Ok I have been messing with a drop shadow effect for about an hour or so and have it working great! One thing is, my page content is not perfectly centered anymore. Not sure if this would be a real problem, as the page seems to render well, but I … | |
Hi, I have some problem with my website. I design/code and testing the site with Firefox. But when I try to display the website using IE, Opera and even Chrome, the website is mess. The layout seems to be out of order, but doing fine in Firefox.. URL: [url]www.robofair.com/event[/url] Hope … | |
Hi all, I'm new to Spry and not well-versed in Code (I'm self-taught in all of this, so I'm easily stumped). I need some help with a horizontal spry drop-down menu I made in Dreamweaver CS3. It opens perfectly in Safari and Firefox, but in Internet Explorer the menu items … | |
![]() | Hello guys, i hope i am at the right place! I've just added a pay pal button to my website but i don't know how to configure it to send an email to the donor confirming receipt of the donation and giving the EIN number. Any help and suggestions will … |
Hi all, Does anyone know of any good tutorial that explains how to set up a website on apache web server. I need it to be in Linux (Ubuntu). Or if anyone can explain to me how to do it that would be great to :) all I need to … | |
Hi everyone, I have a flash files, which has navigation menus and the contents. I just want to know how to edit the name of the buttons? Example it has 4 buttons and these 4 buttons is linked to each others. Home Home Home Home If i change one of … | |
I am writing a script that uses curl to grab data from my web server. Unfortunately, thats only a one-way communication. What I would like to do is send a php file some info through curl, then grab the info that php returns. But I am not sure how to … | |
![]() | Hey there in may web browser program their is something i am struggling on. That thing is you know when you go on a log on website and the address bar goes green? Well that is what i want to do but i am struggling on how to determine whether … ![]() |
Ok this is how the problems developed. OS: Windows XP pro service pack 3 IE6 originally I installed Eusing registry cleaners. Mallerware and AVG 9 Scanned and cleaned a lot of stuff off. Then the IE (6) Icon changed and looked like an "unknown file" but only in the start … | |
Hey guys, I cannot for the life of me figure this out. For some reason the footer and the header won't match in terms of color. I think it has something to do with the wrapper, but seriously this is annoying. They just won't match up, no matter what I … | |
[B][COLOR="Red"]hello everyone im having a problem with logging onto msn messenager and it just ent letting me so is there any other msn kind of thing that i can use instead of msn messanger thank you :) [/COLOR][/B] | |
Hi guys, what are the ways to increase web traffic and increase the rank on search listing? ofcourse, if you have the money just pay those SEO consultants or companies. but other than this, is there some ways to improve ranking on search listing without spending a penny. Thanks, for … | |
I want to make a program which will send POST request to a web server. And also able to send required cookie(provided by me). Example. [url]http://www.somesite.com/requesthandler.asp[/url] POST DATA::::::::name=some_name&age=19 //i will provide the post data Cookie to be sent::::JHFFHJBSVB848X489CNU98C4Y //I'll Provide this cookie My desired application should POST the "POST DATA" … | |
Hi everyone I know there already is a thread on that one, but not enough for me to make it work. So I know I can do : $command = "mysqldump -u [username] -p [password] [databasename] > [backupfile.sql]"; then system($command); the thing is, I'm on a web server (hosting company) … | |
Hey guys, Have you ever facing this bug in IE6 of body background image scaling? A png file repeating-x longer than the display and it's being scaled by IE6! Any ideas? 10x | |
Hi, all -- I happened across this forum this aftrnoon when I was trying to find out a bit of html for whatever problem I was having, and it looked like a nice and friendly place, so I joined and bookmarked it, NOT expecting I'd need some help this evening. … | |
Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a … |
The End.