10,650 Topics
| |
i add this <head> <link href="/css/jquery.bxslider.css" rel="stylesheet" /> </head> <body> <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="/js/jquery.bxslider.min.js"></script> <script> $(document).ready(function(){ $('.bxslider').bxSlider(); }); </script> </body> but all i get is unordered list of the images what s wrong | |
hya all i am trying to resize i logo image but its not working i can double width but not to width of page i have been in head.css and layout.css see below for css for section header.css /* Logotype */ #logo-box { position: absolute; top: 9px; left: 0; width: … | |
what this mean Note that the call must be made inside of a $(document).ready() call, or the plugin will not work! any1? | |
Hi, I could use some help passing a function or its variables to a php file. Since JS is so verbose I'm posting succinct code to demonstrate my path. Everything works except the values sent to php are zeros. Thanks in advance. (sending the form to:) <FORM name="Keypad" method="post" action="http://localhost/home/calcinsert.php"> … | |
I manage to copy/write/edit this code, but it doesn't seem to work, not even `alert();` is executed, it does exactly nothing. <?php // include "from_db.php"; ?> <!DOCTYPE html> <html> <head> <script src="http://maps.googleapis.com/maps/api/js"></script> <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> <link rel="stylesheet" href="styles.css" media="screen" /> <script> function initialize() { var mapProp = { center: new google.maps.LatLng(51.509, … | |
I am new to bootstrap framework..I need just small loader WITH bootstrap .. and Just call that small loader with javascript.any help ?? | |
hya all i wonder if someone can help me in trying to make the text are in my website transparent so the image in the background can be seen in text area here is the css i have for that section /*----------------------------*/ /* 2.3 - Navigation - Level 1 */ … | |
I don't understand what the problem is at all... I can point you to the url [link removed] but I just need people to tell me what html and css they need to know... I can put it all here but it would be a bit overwhelming. | |
Hello, I want to show select list in angular js Data is in .php file in json format as below: `["{\"0\":\"949\",\"user_id\":\"949\",\"gslab_id\":\"GS-0835\"}","{\"0\":\"493\",\"user_id\":\"493\",\"gslab_id\":\"GS-0451\"}","{\"0\":\"338\",\"user_id\":\"338\",\"gslab_id\":\"GS-0322\"}","{\"0\":\"961\",\"user_id\":\"961\",\"gslab_id\":\"GS-0843\"}","{\"0\":\"444\",\"user_id\":\"444\",\"gslab_id\":\"GS-0409\"}"]` what I have written till is in my index.php file: <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script> <script src="myNoteApp.js"></script> <body ng-app="mainApp"> <div ng-controller="mainController"> <select> <option ng-repeat="category in content" value="{{category.user_id}}"> {{category.user_id}} </option> </select> </div> </body> … | |
Hello, so I'm completely re-designing and updating files on the website, but the problem is, that everytime I change e.g. index.html file the website stays the same. I think that it has something to do with the browser's cache. It happens more often on Firefox, but I just hit ctrl+f5 … | |
here's my site: http://fspb.valse.com.my/ If you view on mobile version the menu appears. When I scroll the content the menu scrolls along which I dont want to happen. I tried to use this fiddle into my html and css but it doesn't work at all in wordpress. js fiddle: http://jsfiddle.net/KBne4/12/ | |
How to do coding for home page actually want to make button like , home. Aboutus contact signin sign up | |
I need to put a query string into a servervariable so when the user posts back to the page, the variable is still in the URL (and it will not crash). How do I do this. Here is the code that calls the page: function GoProfile(Userid) { window.document.location.href = 'AdminEditProfile.asp?UserID=' … | |
Top navigation menu with drop down works perfectly in IE8 but in IE 9 it didn't support padding or height as it has to be. When i adjust it according to IE9 then in IE8 extra height appear. check this link: http://moghulweb.com/KLB/ .navigationlink{margin-left:10px; font-family:Arial;} .navigationlink ul { /*text-align: left;*/ display: … | |
Hi ! I don´t understand why my div class="footer" doesnt appear, everthing else seems to work fine. Thx for help ! <!DOCTYPE html> <html> <head> <title>Hauptseite</title> <meta http-equiv="Content-Type" content="text/html; charset="UTF-8"> <style type="text/css"> html,body{height:100%;margin:0;background-color:#191970;} .maincontent{position:relative;min-height:100%;margin-left:10%;margin-right:10%;background-image:url(pic1_pixabay.jpg);background-size:100%;background-repeat: no-repeat;} .frontbox{position:absolute;margin-top:1%;left:1%;right:2%; padding:20px;font-size;text-align:center;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, .5); border-radius: 25px;} .sidebox{position:absolute;top:40%;left:2%;width: 250px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border-radius: 25px;} .footer{background-color:black;} … | |
Hi chaps, I'm not terribly sure how to go about this. I've got a small site where I want to add some files for people - well me since nobody will ever use that website - to download, a sort of repository if you like a bit like github maybe, … | |
Hi All, I would greatly appreciate considered recommendations on books pertaining to HTML5, CSS and Javascript, for starters, either as dedicated subject reference or in some combination. If a combintion of these subjects are addressed in a given book then additional subject matter (such as game applications, jQuery, mobile applications, … | |
Ok... to be honest I should have seen this coming. But as I was designing my website I decided to test it out ([test.weblup.net](http://www.test.weblup.net)) in IE and Firefox. If you test it out yourself you can see how different they look. Well I'm not sure how to deal with it … | |
I have prepared web site in google blog spot. Done site map and google tools set .Also create bing site map. When I am schercing in google money from out sourcing which not showing properly but in bingit is showing properly. Pls can you help how to solve this problem. | |
<a href="#"> Home </a> <a href="#"> Video1 </a> <a href="#"> Advanced Warfare </a> <a href="#"> Video 2 </a> </nav> those are the nav buttons i have and i want video 2 and advanced warfare to be active and click as to show images and a short video i have and … | |
Hi, need to copy div content into clip board with jquery without any swf files. | |
<script> $(window).scroll(function() { if ($(window).scrollTop() > 600){ $("#bottom").addClass('show'); } else { $("#bottom").removeClass('show'); }; }); </script> <button type="button" onclick="scrollWin()"><img src="Images/aerodown.png"></button> function scrollWin() { window.scrollBy(0, 180); } Hi frds this is my code. I have to do when maximum content is reached then this image should be hide. This image set in … | |
Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner. | |
Which platform is best for website designing(wp,drupal...)? | |
Hy folks! Why are div frontbox and div sidebox not inside div maincontent when code is displayed on the internet ?. Instead the div sidebox is outside div maincontent. Thx for help. <!DOCTYPE html> <html> <head> <title>Schulung</title> <meta charset="UTF-8"> <style type="text/css"> .maincontent{height:100%;width:100%;background-image:url(pic1_pixabay.jpg);background-size:100% auto;background-repeat: no-repeat;} .frontbox{text-align:center; padding:20px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, … | |
Hi, In use WordPress with the theme twenty thirteen. I have empty spaces when I check my site in desktop, so I want to use width of 50% In style.css I changed for .site the width to 50% instead of 100% and it worked great in the desktop, but when … | |
Hello im really confuzed in the HTML and CSS language i have maked a footer and some div elements in the body so when i scroll up the footer doesnt is alwaus visible when i scroll down the button is hovering the footer and also the other div element i … | |
how can i stop repeation on image attached to body tag of an html page | |
does the link element have a closing back slash or not i.e is it (1) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> or (2) <link href="css/style.css" rel="stylesheet" type="text/css" media="all" > | |
How I can make fastest a slider with small linked images like a film tape and they should slide left and right !!!!!!! Pls help fast !!! |
The End.