13,937 Topics
![]() | |
How to detect clicked word in textarea with right click and show menu items from php sql database in in context menu in return of clicked word We want to design roman transliteration with same pattern of google translation in this regard plz help us. We want two text boxes … ![]() | |
![]() | I have a table that extracts data from a mysql database, I want the table to be centerd on the screen. I have used text-align: center; but obviously it only centers the text inside the div. here is my css .tableOuter { text-align: center; } .tableInner { text-align: center; margin-left: … ![]() |
Hi there! I am working on my company site hanoiguide.net. In a few days ago, i have found out sitemap.xml file is error and un-useable. I cann't re-update sitemap. Because i don't have hosting account information. Unfortunately, I have no way to get hosting account information from my boss. My … | |
i need to the step by steps screenshot and coding | |
i have 3 selectlists selectlist1 ---> option1,option2,option3 when user selects option2 , other 2 selectlist should show up for option2 only, selectlist2 ---> male,female selectlist3 ---> city1,city2,city3. does anyone has the idea how can i do that ? | |
Hello! I would just like to ask, instead of a plain textbox what could be a more convenient way of inputting time to a form? Or add-ons? ![]() | |
Hello. I have a button on a web page and when the mouse is over it becomes larger (don't ask why). .buton { /* some code here*/ height:50px; width:100px; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #ffffff; transition:width 0.5s, height 0.5s; } .buton:hover { width:200px; height:200px; } In body is this code: … | |
Hi, Im having issues with a drop down menu in wordpress, when hovering over the top level it displays the first child as well as any child links within them. I need it to only display the child links when the parent is hovered over just as any other drop … | |
Hi, I have a #header class and a #menu class. <body> <div id="page"> <header id="masthead"> <hgroup> <h1 class="site-title"> <a href="#" >Demo</a> </h1> </hgroup> <nav class="site-navigation"> <h1 class="menu-text"> </h1> <div class="menu-text skip-link"> <a href="#content">Home</a> </div> </nav><!-- .site-navigation .main-navigation --> </header><!-- #masthead .site-header --> <div id="primary" class="content-area"> <div id="primary" class="content-area"> <div id="content" … | |
Hi All, I was just wondering about an idea that might give Daniweb against other forums, and would suit a lot of us as developers. What about another set of forums including UI/UX design, working with Photoshop, Illustrator, Flash etc As a developer, I am hopeless at design, and maybe … | |
Hi, I am a beginner in magento development, I tried to write module by following this link: http://alanstorm.com/magento_controller_hello_world In my magento system, the file paths are like this: C:\wamp\www\magento\app\code\local\ajaykulkarnidotcom\hello\etc\config.xml And contents of config.xml are <config> <modules> <ajaykulakrnidotcom_hello> <version>0.1.0</version> </ajaykulkarnidotcom_hello> </modules> </config> and contents of C:\wamp\www\magento\app\etc\modules\ajaykulkarnidotcon_hello.xml are <config> <modules> <ajaykulkarnidotcom_hello> <active>true</active> … | |
Hello. I am wondering how to create a floating navigation bar? (when you scroll, it will stay on top) This is an example: [http://templendo.com/](http://templendo.com/) | |
Ok, so here is the CSS code in an external sheet: #header{ position:fixed; width:100%; height:15%; } #hedr{ position:fixed; height:5%; width:6%; top:5%; left:30%;} #nme{ position:fixed; font-size:400%; top:3%; left:10%; } Here is the php document: <!DOCTYPE HTML> <html> <head> <meta name="keywords" content="Roun, David Roun, Rounsworld, Heather Roun"> <meta name="description" content="Personal website"> <meta … | |
Hi there follow coders! I just found this awesome login hover menu...Thing. But can anyone make a code, to me, that shows me how to make that kind of hover... The website i know they use it is: http://www.badlion.net/ It is a Minecraft server website, if you wonder. Please put … | |
My assignment is done! I have had a really hard time with coding and was wondering if someone could look at my final assignment and help. It's due today (which means it's late) but if there is anyone who can look at it and help see where I messed up … | |
I have four list items in my <nav> bar: Home, Projects, Resume, Contact Projects item has further five list items. When I hover on "Projects", these items appear as a drop down block, but they are not aligned with the parent element. /*Display Nav elements in row*/ nav > ul … | |
I am trying to build a java program for user login but I am not sure if my MVC design is accurate. I have the following classes: LoginControl - servlet LoginBean - data holder java class with private variables getters and setters LoginDAO - concrete java class where I am … | |
I need to make a Web page form to input the name (First, Last, MI), address (full), home Phone, work Phone, department, position and base salary. This is what I have come up with: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns= "http//www.w3.org/1999/xhtml" xml:lang:="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; … | |
![]() | I'm intending on doing a database for hairdressers (as an example) So there will be: 1. Customers 2. The hairdresser can check their calendar to see who is booked on that day. 3. Customers can search of available times slots. 4. The hairdresser can enter customers onto the system, customers … ![]() |
| |
Hi all, I am testing an overlay and I can't get it to work correctly in IE7 and 8, in that the full page is not visible the opacity is set to 0. Here's the link http://antobbo.webspace.virginmedia.com/various_tests/overlay/test.htm It works ok in every browser and also IE9. This is the css … | |
I have a website [Click Here](http://www.nanotekindustries.com). and it starts on index which is fine and dandy. anyhow if you press one of those buttons there it will open up an internal page. Now if you press the tower in teh centre it goes to #top. #top is what I want … | |
[Click Here](http://pastebin.com/jstBrkaM ) [Click Here](http://www.pastebin.com/bAESQkSX) You should be looking at the "#Partition_Left_Wrapper" id in the CSS code. It's the third one down. I am following a tutorial, but the guy does not use a external stylesheet. Not sure if this affects css3 syntax/layout (relatively new here), but I can't seem … | |
I'm trying to build a UI that looks like a table but uses a DIV baseing it's internal DIV's off a static textarea. I want the DIV's to position horizontally and wrap vertically... here's the code I'm dealing with so far: <div style="background-color:silver; width:450px; height:200px; overflow:auto; padding:10px"> <div style="background-color:gray; width:100px; … | |
Hello guys. I developed a simple game in C# on Windows (WFA). Now I want to crate a database with accounts and all stuff. I know to crate this with a SQL Local Database, but I think there should be a host where to put that DB to be accessed … | |
Hi, I have a VS2005/C#/.NET 2.0 application in which i'm hosting a web browser control. I would like to offer a "record" and "playback" functionality for web page activity. Meaning- Say a user wants to record a certain sequence of actions like (just a raw example): 1) navigating into a … | |
Working on a festival website and on the Programs page, there is a gap where one of the other categories should be. (Garage Sales is supposed to be in the blank space beside Dog Show) I have tried moving it up and it just bumps it back down. Can anyone … | |
I'm in the beginning phases of developing a website. I want to be able to limit the amount of printing of web pages of circulars. These will be in an image format and usually consist of between 2 and 16 web pages. The circulars change each week. Is there a … | |
I have a fairly new spry menu that has never shown correctly in IE. The main menu wraps to the second line. I have looked off and on for a couple of months and cannot find a solution that fixes it. Can someone tell me if there is even a … |
The End.