10,643 Topics

Member Avatar for
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
142
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
91
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
212
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
433
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
503
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
159
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
127
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
291
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
133
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
181
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
259
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
Member Avatar for RikTelner

There is screen A and screen B. Both screen are same physical size in length and width. Just one is 1920x1080 and another size is (I think) 800x640. See, if I make query for 1920x1080 mobile, this will also trigger on computers having same resolution. That does not mean, that …

Member Avatar for RikTelner
0
381
Member Avatar for muthukutty
Member Avatar for justadaniwebber

I am making a website and for some odd reason the site does not load up properly. Parts of it have been removed and the older version shows. Also, the images and the .js/.css does not load up properly? How do i get it to show up properly?

Member Avatar for <M/>
0
133
Member Avatar for LONGWAY

Dear friends, I want to add a background image in joomla ARTICLES which will respond with wide on resize like u use cover parameter and also i want my background immage not to cross the borders of the sheet. What i mean if i use absolute parameter the bg image …

Member Avatar for LONGWAY
0
118
Member Avatar for RikTelner

I have project for school. I need to make responsive website for Mexican restaurant. So far I know, Mexican restarants are based really vivid and shouting colors, I wanted to add more color to couple headers or buttons with one of these patterns https://www.google.com/search?q=mexican+pattern&tbm=isch They're looking good, but also extremely …

Member Avatar for Dani
0
149
Member Avatar for Bensirpent07

Ok so on my website ([Click Here](http://www.test.weblup.net)) you can see how the text is going into the background image a little bit. I'm leaving it there to show this as an example of my many problems. Well what I was thinking is should I remove the background image, and just …

Member Avatar for imti321
0
96
Member Avatar for ankit1122

may i know what are the advantages of making a webpage available like xyz.domainname.com instead of domainname.com/xyz.. if there are any advantages let me know and how can i acomplish???

Member Avatar for ankit1122
0
98

The End.