10,643 Topics
| |
Hello, I have this navigation: navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> <li><a href="services.php">SERVICES</a></li> <li><a href="blog.php">BLOG</a></li> <li><a href="contact.php">CONTACT</a></li> </ul> </div> style.css /* navigation */ #navigation {margin: 20px … | |
I need to have a source code of this web site sample: http://muprof.com/wp-content/uploads/2014/02/page-web-simple.jpg | |
I'm about to create my project to present at the end of my courses in computer science department. In that case i need your help as the world programmers. I want to ask you how i can get to the best skill to use in my war of build my … | |
Hello Guys, Please suggest me how can i designed a android based website? | |
I'm developing a website for the time being to display my movie collection. I have been working on this project for a while now and I have the backbone almost done. I'm using mysql to store my data and I'm working on finishing up being able to pull data from … | |
Hi guys, I am using tinyMCE editor. In my textarea, I want to let user type some html like <table></table> and store that in db just like that, <table></table>. However, what I am getting is: <table></table> Now, if I go to the edit form for the item that contains that … | |
Hi guyes, Some days ago i have started the tutorial of html .On that lesson I have tell about the diferrence between static and dynamic website.Static website is a simple website,here not so many attributes are added,this has limitation to include more application as like the site Bangladeh4ever. On the … | |
Hi Would you please tell me how to make same-height responsive block elements that stand side-by-side ? Please look at http://jsfiddle.net/terryds/v7BYy/ , and then please tell me how to make the #left-head the same height with #right-head. And, I want them to be responsive as you scale it down Thanks … | |
Hi there guys, I have a question to ask and wondered if you guys could help. We have a client who would like to update two of her pages on a web site we have designed for her, is there an easy way for her to do this using flat … | |
I changed style of scrollbar in chrome how to make it usable in firefox & IE? #thumbs::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #CCCCCC; } #thumbs::-webkit-scrollbar { width: 6px; background-color: #999999; } #thumbs::-webkit-scrollbar-thumb { background-color: #fe003f; border: 1px solid #555555; } | |
This is what I have now: [Click Here](http://jsfiddle.net/6fhb5/ ) How can I use CSS or HTML or both to 1.move "Total number of subordinates" on the right top corner of that textarea; 2. put some space between them 3. align it with the next which should fit the screen area? … | |
Hi, I am using a responsive website to make a site which is here - http://rwgraphicdesign.com/Smith/index2.html What I want to do is have the last column ONLY, which lists the locations the Dr. performs exams at, to have a different background color. I have tried a bunch of different things … | |
I can't believe I'm asking for this, but it seems whatever I try my code is failing on me. Let me give you the rundown: `<nav> <ul> <li><a href="#">Home</a></li> <li class="Drop"><a href="services.php">Services</a> <div class="dropdownContain"> <div class="dropOut"> <div class="triangle"></div> <ul> <li><a href="videconferencing.php">Video Conferencing</a></li> <li><a href="videocam.php">VideoCam</a></li> </ul> </div> </div> </li> <li><a href="scheduling.php">Scheduling</a></li> … | |
My navigation bar doesn't load in the correct position the first time it is accessed through chrome and firefox. When you land on the page for the first time you have to use a secondary navigation I set up, and then return to the index page for the primary nav … | |
Hi there, i woul love to make a table whitout using the TABLE tag but the DIV... For Example the same one with div: <table id="body" cellpadding="0"> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> TEXT </td> </tr> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> … | |
Hi there, I am new to WooCommerce and am wanting to edit the CSS in the woocommerce.css and woocommerce.less files but cannot find the file anywhere. am looking via my dashboard in the WooCommerce editor and tons of other files are listed except this one. Does anyone know where I … | |
please need help html form auto ip fill <form action='konkursas.php' method='post'> <p>El. pašto adresas</p><input type='email' title="Čia turėtų būti jūsų email." name ='nail' size= '30'/> <input type='ip' title="jusu ip." name ='autofillip' size= '30'/> <br /> <br /> <input type='submit' name='submit' value='OK'/> <br /> </form> php file <?php if (isset($_POST['submit'])) { $file … | |
I made a footer for a site I'm working on but I can't make it stick to the bottom of the page on any screen. any ideas how to do that? Thanks. | |
Hi there, there must be some routes to do market research & get projects. I guess it can be informative to know for start up companies..one way is industrial contacts..what are other viable ways????? Please sugggest me to follow the correct | |
Hi, I want to write html email with background image. I tried different solutions but nothing worked so far. Using outlook didn't work too. Any solution or application to do this? | |
I'm trying to create this site with a solid black top bar the extends from the left img all the way to the right of the screen, then add some text on top of the horizontal block. I created the block just find but when I went to add text … | |
This is probably a really dumb question but where does a video file get loaded into on a web hosting site? I made a video in Dreamweaver. Does the video go in the html folder, the images folder, should I create a video folder, or is there something else I … | |
Hi there, I'm looking for a free layout to use with MVC visual express 2013 thanks | |
I have two download links as follows: 1. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2014.01-ADC-CV.pdf"><span>CV</span></a> and, 2. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2011-Business-Profile-.pdf"><span>Company Profile</span></a> in PDF form. I'm expecting to get '1.' followed by the two buttons seperated by 'and, 2.' and followed by 'in PDF form'. What I'm actually getting is the two buttons together follwed … | |
I want below code working on my local .. How I can do this ? <link href='//fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'> | |
please help me solve this problem regards hasbuy | |
Hello guys, I am not going to post the code here as I don't really know where in the code files I can fix that. I have a website that basically looks good on desktop and laptops however when it comes to mobiles and tablets the top navigation bar seems … | |
Hello everyone again, I'm getting back into the web-design world once again (after being absent for some time) and I'm striving to understand some of the true professional core web-design tactics used throughout the web. My question today relates to the famous font: "Helvetica Neue". According to CSS Font Stack, … | |
Does Dreamweaver create a lot of dirty code ? hence handcoding is preferred by most web designers. This is the answer most designers say is it true? or personal preference. But really do anyone code out there with so many options to build a website are available. | |
Hello all, I wonder if you can help me with this. I wanted to create a page which, among the other things, has a div with a lot of text inside. Below this div there will be 2 buttons. When viewed on a mobile, the height of this div become … |
The End.