7,985 Archived Topics
Remove Filter ![]() | |
I am new to bootstrap framework..I need just small loader WITH bootstrap .. and Just call that small loader with javascript.any help ?? UI / UX Design css-bootstrap java javascript web-design | |
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 */ … UI / UX Design html-css web-design | |
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. UI / UX Design html-css web-design | |
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> … UI / UX Design angularjs file-system json web-design | |
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 … UI / UX Design caching web-browser web-design | |
How to do coding for home page actually want to make button like , home. Aboutus contact signin sign up UI / UX Design web-design | |
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=' … UI / UX Design web-design | |
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: … UI / UX Design web-design | |
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;} … UI / UX Design html-css web-design | |
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, … UI / UX Design github web-design | |
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, … UI / UX Design html-css java javascript web-design | |
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 … UI / UX Design html-css web-design | |
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. UI / UX Design google perl web-design | |
<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 … UI / UX Design web-design | |
Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner. UI / UX Design web-design | |
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, … UI / UX Design html-css web-design | |
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 … UI / UX Design web-design wordpress | |
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 … UI / UX Design html-css web-design | |
how can i stop repeation on image attached to body tag of an html page UI / UX Design image web-design | |
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" > UI / UX Design web-design | |
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 … UI / UX Design html-css web-design | |
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? UI / UX Design perl web-design | |
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 … UI / UX Design web-design | |
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??? UI / UX Design web-design | |
Hi..., I am a programmer.sometimes I am having work to improve the existing website at that time I am confused which cms is used for that website...can any one help me how can I identify the website build details..? UI / UX Design cms web-design | |
Anyone have experience with Google Web Designer, it seems to create an awful lot of code, I can extract the style sheets, then there is a slew of scripts. Can this be reduced ? When I export the HTML file that is created within GWD and play it in another … UI / UX Design google web-browser web-design | |
Greetings one and all, I am in the process of transitioning for merely teaching about website design to actually getting paid to create them. My question is simple, and it's for those of you who already make a living doing what I have merely talked about: what are the most … UI / UX Design web-design | |
Hello Guys, i have a one html5 website, i had added google maps on my contact us page, while i checking that on mobile, the map (google map iframe) shows as a default width, is it possible to change the width regarding media query. UI / UX Design html-css seo web-design | |
Ok I am seriously stumped by this. I have a CSS reset, but some reason my body on my website ([Click Here](http://www.test.weblup.net)) still has a margin of 8px all the way arround. My CSS reset is pasted below, you can go to the website to see the HTML. The only … UI / UX Design audio html-css ruby web-design | |
Help, however I try to add background image in joomla article, when i run it i only get one row of the image. What I want is to add a full image 600px wide 800px high but as display i get just one row of the image, I dont intend … UI / UX Design image web-design | |
Hello, I'm new to the DaniWeb community and I am in need of some serious help. I am taking a web design class, but the teacher I currently have now has no idea what he is doing; he is an Info Tech teacher, but we have two classes at the … UI / UX Design ecommerce html-css java javascript web-design | |
I have a website that looks okay at 1300 pixels:  At 1200 pixels problems start to occur:  At 550 pixels I'm losing text and Menus.  UI / UX Design web-design | |
hello, i have ul li html structure and i am trying to make tree horizontally My Code Below please suggest me how can i do using css ? <div class="tree"><ul><li><a>SIRE: Cadenza F F58 Barney CA1FF0058</a><ul><li><a>SIRE: HV International F D3106 HVIFD1306 </a></li><li><a>DAM: Amani Elizabeth 5UBFA0550</a><ul><li><a>SIRE: Amani Lancelot 5UBFW1008</a></li><li><a>DAM: Amani F X2073 … UI / UX Design display html-css web-design ![]() | |
PHP code not being interpreted by DW and appearing as text on webpage. My Php code is below, this code is bolted into a html site(PHP file). However the code is not being executed and it is appearing as text on the webpage. Any help would be really appreciated. <?php … UI / UX Design php session web-design | |
Hello, as you can see here [link removed] You see that the text "Weblup" is sort of ofset to the other <li> elements. Now I do know that it is a different text size but it's basically the same size as the others due to padding. So I want to … UI / UX Design html-css web-design | |
Hello, I want to build my own **Intro video** so any one suggest me some script or web site that provide this **free** feature but not include his brand name. Thank You. UI / UX Design seo video web-design | |
Does anyone know how to make cookies that remember a chosen background image? if so please reply or e-mail me UI / UX Design image web-design | |
Hello all, I would like to make a simple search input field... something like google search on top of the screen when you sign into your gmail account.. you can see it here[Click Here](http://prntscr.com/5ehef7) Because I had troubles trying to achieve it... I came up with a funny semi solution... … UI / UX Design css-bootstrap html-css web-design | |
Hi Folks, I have a tabset created using jquery. Each tablabel is an image. On hovering over the images, it changes to another image and on click of any image the corresponding tab contents are shown. This hover effect works absolutely fine on windows desktop. But when I test this … UI / UX Design html-css ipad web-design | |
Hi Friends, After working for 2 days I finished my homepage design with HTML5 and CSS3 syntax. but when I open this on my Android chrome browser everything looks messy as well as half information. ex: I created three menu tabs but on my mobile browser i could see only … UI / UX Design android html-css web-design | |
Hi, I am trying to create horizontal scroll and I wonder why it doesn't work. input_image.php <div style="width: 15px; overflow-x: scroll;"> HALLO </div> UI / UX Design web-design | |
I am making a web-site, and I have to make my background images darker. http://jsfiddle.net/EveBozh/48ah63bp/ And one more. How can I put the text on the image? Can someone please help me? Thank you! UI / UX Design image web-design ![]() | |
Hi Guys, I dont know why code under Style is not getting detected on my html page. I am using Notepad++ it is only detecting image url under CSS code but nothing else. Can you suggest me. <!DOCTYPE html> <html lang="en"> <head> <style type="text/css" media="screen"> body { font: 13px sans-serif; … UI / UX Design html-css web-design | |
I am trying to figure out how to have 2 spans combine information to output on screen. I get parts of the output correct, but i can't find where to put the added text from the second span to complete it properly. I've moved the *0 mi)*, around but cannot … UI / UX Design web-design | |
I've created a gif in Photoshop that contains 5 images. It's placed at the top of our website as banners that change to the next image every 3 seconds. I need to link each image to each banners website. How can I do this? I use Dreamweaver for our website. … UI / UX Design web-design | |
Actually I'm new on this topic.. and I heard about 3 "list tags" in HTML generally but I didn't ensure by searching in the Google. Could anyone say something about it? UI / UX Design html-css web-design | |
my website is using too much bandwidth everyth month it consumes over 10gig of bandwidth but i dont get to see any emails. someone suggested its because someone is attacking my website somehow. i see most of the traffic comes from india how can i fix this. will changing the … UI / UX Design web-design | |
When I add the <!DOCTYPE html> to my page, white spaces appear below the images on the page. Why does this happen and how can I get rid of them? Thanks guys! Here's the code... <!DOCTYPE html> <html> <head> <title>CPU_21397_2014-Holiday-Card_HTML_eCard_Working</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <table width="764" border="1" cellspacing="0" cellpadding="0" … UI / UX Design html-amp html-css web-design |
The End.