10,650 Topics

Member Avatar for
Member Avatar for LONGWAY

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

Member Avatar for LONGWAY
0
166
Member Avatar for janicemurby

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: …

Member Avatar for pixelsoul
0
102
Member Avatar for LONGWAY

what this mean Note that the call must be made inside of a $(document).ready() call, or the plugin will not work! any1?

Member Avatar for pixelsoul
0
107
Member Avatar for charlie.kirk.140

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"> …

Member Avatar for Traevel
0
97
Member Avatar for RikTelner

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, …

Member Avatar for pixelsoul
0
211
Member Avatar for erum

I am new to bootstrap framework..I need just small loader WITH bootstrap .. and Just call that small loader with javascript.any help ??

Member Avatar for pixelsoul
0
95
Member Avatar for janicemurby

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 */ …

Member Avatar for happygeek
0
192
Member Avatar for Bensirpent07

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.

Member Avatar for almostbob
0
135
Member Avatar for Priti_P

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> …

Member Avatar for Traevel
0
169
Member Avatar for KnifeDarky

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 …

Member Avatar for KnifeDarky
0
253
Member Avatar for Kalaivani Nair

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/

0
140
Member Avatar for ash14val

How to do coding for home page actually want to make button like , home. Aboutus contact signin sign up

Member Avatar for Software Development
0
97
Member Avatar for djblois

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=' …

Member Avatar for djblois
0
144
Member Avatar for kuhashmi

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: …

Member Avatar for almostbob
0
92
Member Avatar for samson.oba.77

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;} …

Member Avatar for samson.oba.77
0
178
Member Avatar for Violet_82

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, …

Member Avatar for Violet_82
0
214
Member Avatar for aeinstein

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, …

Member Avatar for iMadhusanka
0
434
Member Avatar for Bensirpent07

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 …

Member Avatar for <M/>
0
505
Member Avatar for khairbabu61

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.

Member Avatar for craftkilimanj
0
160
Member Avatar for Trevor_4

<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 …

Member Avatar for tdrosiadis
0
128
Member Avatar for thilipdilip
Member Avatar for rtrethewey
0
176
Member Avatar for muthu_3

<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 …

Member Avatar for Bensirpent07
0
78
Member Avatar for samjom

Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner.

Member Avatar for samjom
0
292
Member Avatar for sathyakumar23
Member Avatar for samson.oba.77

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, …

Member Avatar for rtrethewey
0
134
Member Avatar for gamestoenjoy

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 …

Member Avatar for gamestoenjoy
0
182
Member Avatar for Stefce

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 …

Member Avatar for imti321
0
260
Member Avatar for bamytech

how can i stop repeation on image attached to body tag of an html page

Member Avatar for almostbob
0
165
Member Avatar for Stacy_2

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" >

Member Avatar for almostbob
0
300
Member Avatar for LONGWAY

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 !!!

Member Avatar for LONGWAY
-2
326

The End.