5,277 Posted Topics
| |
Re: I have a sample that you are free to use and adapt to your needs. You can create second and third levels if needed. I use this same navigation menu on my site. It has worked well for me. CSS Nav Menu. http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/ | |
Re: You can still use absolute positioning, but if you want to position it within the Div, you must set the parent element (in this case "top_login") to have a position of relative. If you dont, the image's abosolute positioning will be that of the body element. | |
Re: If you've incorporated jQuery into your project, you can easily get the value of the input field by using the val() method. For example, <script> $(document).ready(function() { var inputVal; inputVal = $('#login_username').val(); }); </script> | |
Re: I may have a sample. Will ck when I get back to the office. | |
Re: You are also going to need to include some server side scripting. This shopping cart I for is going to be stored in cookies, session variables, and/or a database. | |
Re: Hard to say, but it is possible that traffic coming from this particular PC is locking up your internet router. Check to see if there are any firmware updates that could be applied to the router. also, verify that you have the latest drivers updated on the network devices. | |
Re: While I am sure that you can make further adjustments to get this to work using a paragraph element, you are trying to create a navigational menu. So i dont recommend the use of a paragraph element. Semantics should be considered when you develop. For one, when a web spider … | |
Re: What exactly are you trying to style? You have a prompt and alert. If you mean style these, I am pretty sure that you can't apply styling since these are built in to the browser. | |
Re: You'll definately need to get into safe mode to start a cleaning process. With any of these nasty viruses, I generally analyze the time it takes to clean the PC vs a fresh new install. If you dont have any important data to salvage, I would go with a format … | |
Re: A quick review of your CSS shows that you included CSS3 properties. You should note that much of CSS3 is not supported by IE8 or older or not at all. What are the differences you are noting that you want to fix? | |
Re: You are asking for a lot of information. Here is a resource you can start with. [Connecting to Databases in ASP.NET](http://msdn.microsoft.com/en-us/library/ms178371(v=vs.100).aspx) If you are looking for someone to give you the complete code, that's probably not going to happen. Start with the link, read more about connecting to DBs and … | |
| |
Re: Place the file in the root directory of your website. You can use the meta element for specific parameters with regard to user agents. https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag | |
Re: If you can figure out who the motherboard manufacturer is, you can look up their beep codes to get specific. Info about the error. | |
Re: If there is a GPS component, then yes, your device can be located if you really wanted to find the location of the device. > How could i tell if the company i work for is tracking me? put some aluminum foil over your head, that should prevent them from … | |
Re: notepad++ is good and simple to use. there are a lot of great editors out there. Personally, two that come to mind that I do not care for are Dreamweaver and Microsoft's Web Expressions. | |
Re: A jpg file does not contain text. While you may see text displayed, its actually a picture file. | |
Re: You may want to take a look at Twitter Bootstrap. | |
Re: You just need to use any image editing software. While Microsoft paint is very limited, it can do this for you. All you would do is open the file in mspaint, resize the picture (if you are using Win 7, it has this function) to a scaled down version maintaining … | |
![]() | |
Re: Where is your SQL statement? | |
Re: Maybe some of these gas companies have a feed of some sort that you can process to display information about their prices and locations. | |
Re: When you set a panel to hidden, asp.net doesn't produce any client side HTML. Do you have any HTML between your panels? Run the page, look at the HTML source view in the browser. | |
Re: There is no supported way to retrieve or reset the password unless you have a password reset disk. Hacking, cracking, or breaking into the account is not a type of activity that is helped on this forum. | |
Re: With one external public IP address, port forwarding is logical option. You could also provide VPN services so external users can access internal resources but that solution is not likely to fit well based on your description. | |
Re: Can you elaborate a bit more? Are you looking for web hosting on linux? virtual linux server? | |
Re: If you added HTML5 elements while using an XHTML Doctype, the page would not pass validation. You probably should be using the HTML5 Doctype for all of your existing and new web projects. This doesnt mean that you have to include any new HTMl5 elements. It also doesnt prevent you … | |
Re: If you post your HTML code that would be helpful. | |
Re: Why not install VMware or another virtual app on your host computer, then install Linux, etc as virtual guest operating systems so you don't disrupt your host computer's OS. When you are do e with the guest, you simply delete the VM files. | |
Re: Give it a try first, post your code, ask for specific help on an item that you cant figure out. | |
Re: I can try to reproduce this in vb and get back to you. Hopefully someone else has insight. | |
Re: On the first page, you are submitting a form via POST so you are not passing the values via a query string. On the receiving page, you need some server-side scripting to gather the values you posted. Since you are not passing the values via GET in the query string, … | |
Re: Are you pinging the router within your internal network? If so, it's not related to the ISP. Is this a wired or wireless internal network? If wireless, try connecting a wired device directly to the router and compare PING results. | |
Re: Could be that your display is faulty. If you do a search on this site, you'll find other members with similar issues. To make sure its not your graphics card, I woudl recommend that you plug an external video monitor to your laptop and see if the lines show up … | |
Re: So what is it you want to be triggered when there is an onclick event? | |
Re: So do you need help passing the information from page to page or just creating a text box on the second page? | |
Re: If you go to Disk Management (In computer management) are you able to see the disk listed below, at least as a foreign disk? | |
Re: You can add server roles and features using the Server Manager administrative console. | |
Re: If you are looking to create a multi-level navigational menu, using CSS, I have an example that you are free to use for your purposes. Code and explanation.. [Multi-level Navigation Menu with CSS](http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/) | |
Re: I wouldnt tend to think that there would be any improvements in performance. I would expect that the peformance of the system (IDE <--> SATA) would be as fast as the slowest component in that system. | |
Re: Sounds like you need a conditional statement on your code just before you perform your INSERT/UPDATE SQL statement. If 'other' is selected, then use the value(s) from the text boxes. | |
Re: What database app was uploaded. If is MSSQL or MySQL, the plhosting provider should be providing a management console so that you can manage the database. | |
Re: What do you mean by correct output? | |
Re: Does this issue only occur when you attempt to install Windows Server 2008 as a guest? Have you tried any other versions x86 vs x64, 2008 R2, etc..? |
The End.