7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Osagie_1

I have an xml structure : <Home> <url>...</url> <menu> <item>Help</item> <item>About</item> <item>Contact</item> </menu> </Home> <Help> <url>...</url> <menu> <!--i need to select this if its parent(Help) is listed in Home/menu/item above--> <item>Business Help</item> <item>Web Help</item> <item>Tour Help</item> </menu> </Help> <About> <url>...</url> <menu> <!--And Or select this if its parent(About) is listed …

UI / UX Design web-design xml
0
153
Member Avatar for Mysquldata
Member Avatar for davy_yg

Hello, Please cek this website: http://www.innovation.web.id/One/about.php Cek the grey bar (<img id="bg2-6" src="circle/Borderwhite.jpg" alt="cloud"/>) I wonder why the grey bar and its images do not adjust well in android? What should I change to make it looks good in android? about.php <div id="row"> <div class="col-sm-12 col-xs-12"> <div style="margin-top: 600px; position: …

Member Avatar for davy_yg
0
249
Member Avatar for hamza_8

Hi, everybody, How to change the images after every mouse Click in html?????? The images should display in the same places for every Click????? can anybody send me code please.... i posted this thread in HTML forum somebody told me that post here so please help anybody And Advanced thanks...(2 …

UI / UX Design web-design
Member Avatar for aaronplo
0
142
Member Avatar for aditd

I have this script http://codecoupondiscount.com/ and I want to make a new design for it. Also I want a mobile edition for it. I would like the design to be similar to couponcodes.com - light blue/gray colors - black text. Would like the mobile site to use the same color …

UI / UX Design web-design
Member Avatar for aaronplo
0
231
Member Avatar for davy_yg

Hello, I would like to check if my HTML code is valid for international standard or not. Is there any machines that can check that? Evenif there is no error in it - I need to make sure if I use a valid and clean code. Any recommendation? Thanks in …

UI / UX Design html-css web-design
Member Avatar for gentlemedia
0
139
Member Avatar for jonsan32

I've been inspecting this and going crazy trying to figure it out, but I can't find what's going on with this menu of mine. The links and hover state are shifted lower and to the right on my site on this page: http://www.50allstars.com/2015/08/mega-menu.html But elsewhere (off my site) it works …

Member Avatar for jonsan32
0
496
Member Avatar for igwegbelaw

html and CSS coding of navigation elements, Home, About, Contact... came out fine when ran on local browser, challenge is i used DOM get and create to prepare the click values of each but on click of each of home, contact... nothing happened! planning to try the following tell me …

UI / UX Design html-css web-design
Member Avatar for igwegbelaw
0
112
Member Avatar for davy_yg

Hello, I am trying to fix the code in html in here: Try to validate these two links: http://www.innovation.web.id/One/contact.php http://www.innovation.web.id/One/contact2.php This is the validator: https://validator.w3.org/ How to fix the error especially the part about redundant use of <div id="samename"> that is related to bootstrap. If I distinguish the "samename" then …

0
172
Member Avatar for davy_yg

http://www.innovation.web.id/One/ Hello, Can anyone help me fix this error? I am trying to fix my code after validating the code according to international standard: https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.innovation.web.id%2FOne%2F Error: Stray start tag div. From line 180, column 1; to line 180, column 20 ↩</body>↩↩<div id="footerbar">↩<div footer.php <div id="footerbar"> <div class="row"> <div class="col-sm-4"> <div …

UI / UX Design web-design
Member Avatar for cereal
0
2K
Member Avatar for davy_yg

Hello, This is the slider without bootstrap: http://www.innovation.web.id/One/portfolio-filter3.php portfolio-filter3.php <div class="slider-demo"> <a href="#" id="previous">&laquo;</a> <div id="slider-inner"> <ul> <li><img src="img/1.jpg" alt=""></li> <li><img src="img/2.jpg" alt=""></li> <li><img src="img/3.jpg" alt=""></li> </ul> </div> <a href="#" id="next">&raquo;</a> </div> Now this is the slider with bootstrap: http://www.innovation.web.id/One/portfolio-filter.php portfolio-filter.php <div class="row"> <div class="slider-demo"> <a href="#" id="previous">&laquo;</a> <div id="slider-inner"> …

UI / UX Design css-bootstrap web-design
Member Avatar for davy_yg
0
225
Member Avatar for mattyd

Hello. A section of what I am developing for my site requires the User to select an avatar for their account. 1)Instead of using visible radio buttons I have decided to allow the actual avatar image to act as the radio button for selection. I am receiving various results based …

UI / UX Design gui web-design web-server
Member Avatar for diafol
0
358
Member Avatar for seularts

Hi, I stumbled upon this website recently: http://archeage.xlgames.com/ and fell in love with the way they designed it, but I have no clue what css/jquery method they used to achieve this. Can anyone point me in the right direction to some sort of tutorial that will help me create a …

UI / UX Design javascript-jquery web-design
Member Avatar for diafol
0
109
Member Avatar for davy_yg

Hello, Please cek this site: http://www.innovation.web.id/One/ I am having a problem with the textbox and textarea of the footer in different browser: Browser Appearance Firefox v Chrome x IE x Safari x I wonder why the size appears differently di different browser: footer.php <div id="inside2"> <br><br> <table> <tr> <td style="width:90px;">Nama …

UI / UX Design web-browser web-design
Member Avatar for diafol
0
281
Member Avatar for davy_yg

Hello, I am in the middle of learning bootstrap and still trying to find a way to create a responsive boostrap nav for this website: [Website](http://www.innovation.web.id) This is my code so far: navigation.php <body> <div class="container" > <div class="row" style="margin-top:10px;"> <div class="span6" style="border:1px solid #bbb;border-radius:10px;padding:10px 20px 10px 20px;margin:0 0 10px …

Member Avatar for janetriever
0
205
Member Avatar for davy_yg

Hello, I am trying to style click button further. Is it possible? Here is my current button: http://www.innovation.web.id/One/One/portfolio-filter.php red plain color. I would like to put orange border with transparent background. portfolio-filter.php <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Portfolio</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <style> .btn { width: 100px; background-color: red; …

UI / UX Design gui web-design
Member Avatar for janetriever
0
197
Member Avatar for davy_yg

Hello, I am trying to create a bootstrap system that is able to shift my cell downward. Cek this out: http://www.innovation.web.id/One/portfolio-filter.php There is a big space between the footer and the : Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna …

UI / UX Design css-bootstrap web-design
Member Avatar for janetriever
0
174
Member Avatar for davy_yg

Hello, I am trying to create carousel that would fits the whole screen up to touching the navigation bar and the whole horizontal screen. http://www.innovation.web.id/One/One/ This is my code (it does not fits my expectation): index.php <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Home</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> …

Member Avatar for janetriever
0
361
Member Avatar for davy_yg

Hello, I am trying to use bootstrap to put my blogging in order. I expect that it would create 3 blogs in a row then moves to the next row for another blog. Check this out: http://www.innovation.web.id/One/One/blog2.php I thought I already coded correctly. Yet, in fact it still appears one …

UI / UX Design css-bootstrap web-design
Member Avatar for pritaeas
0
234
Member Avatar for nancyverdi

Hi, I'm new to this community forum. I have a web marketing company and have a potential client that needs a website with a feature that allows the visitor to create designs on the products he sells- like tee shirts, canvas bags, cups...I'm looking for software that already exists. Does …

UI / UX Design web-design wordpress
Member Avatar for nancyverdi
0
334
Member Avatar for Aeonix

I needn't even explain it, look it up. You needn't to click anything, just zoom-in 10%, then zoom out as far as you can, and notice how table cell and a div, go full on agression. View website itself under `5millionpixels-##.comlu.com`, (no I'm not a bot, but files are PHP, …

UI / UX Design web-design
Member Avatar for Aeonix
0
170
Member Avatar for al2henry

I have created a footer with links for the major pages of the "upgrade" to my choir's website. It displays perfectly in Chrome and Firefox but the alignment is bad in IE10 (I don't doubt IE 9 and earlier makes a bigger mess of the whole page.) Edge dislpays the …

UI / UX Design seo web-design
Member Avatar for al2henry
0
459
Member Avatar for serenagrace

i have image templates of the mobile app i want to develop, is there anyway to turn these into a html5 app without any processing

UI / UX Design image web-design
Member Avatar for serenagrace
0
142
Member Avatar for al2henry

Moving my [Vivaldi](http://www.vivaldichoir.org/index.php) choir pages to use .php to include for common elements as per [Mayne Island Conservancy](http://www.conservancyonmayne.com) (see open question from 3 days ago) & have noticed some anomolies in IE 11. Any help would be appreciated on this and my open query on "Mobile Display" I intend to …

UI / UX Design perl sql web-design
Member Avatar for al2henry
0
1K
Member Avatar for Latrell_vie

Hi ! My website is working as intended on bigger screen, but at @media screen and (max-width: 767px) following happens: on firefox website still works fine but on google chrom the design cracks; <div class="menubar1"> extends out of <div class="topnavibar"> Anyone sees where i made the mistake ? My index.html: …

UI / UX Design web-design
Member Avatar for rtrethewey
0
255
Member Avatar for Latrell_vie

I decided to put my navigation section into another file and retrieve it via html includes, so it will be easier to service if changes need to be done , as the navigation section is shared amongst several sites. My index site used to work well, but now that i'm …

UI / UX Design html-css web-design
Member Avatar for Latrell_vie
0
305
Member Avatar for EvaBozh

Hey, I need to make a bootstrap footer like the one on the bottom of this site http://drantipov.com/ . (I'm using Bootstrap v2.3.2. I'm using this version because my website looks compact and small - the way I need this. But when I try to use Bootstrap v3.3.5 - new …

UI / UX Design seo web-design
Member Avatar for Oliver Realize
0
317
Member Avatar for Latrell_vie

Dear Folks ! I´m having problems with my navigation at different screensizes. At current level the navigation display is nearly the way i want it for the bigger screensizes. But at media querry @media screen and (max-width: 320px) I want the navigationlinks to stack horizontally which i managed to do …

UI / UX Design sql web-design
Member Avatar for Latrell_vie
0
239
Member Avatar for pro-tek
Member Avatar for AntonyRayan
Member Avatar for Oliver Realize
0
538
Member Avatar for 86fallen#2019!

Hello Daniweb fellows! I'm looking for a good guide to learn **step by step** how to convert an HTML/CSS layout with positions to a Joomla 3x Template! I design web interfaces but now I'd like to learn about this convertion for my future web projects! I don't like free templates... …

UI / UX Design html-css web-design
Member Avatar for 86fallen#2019!
0
222
Member Avatar for FALL3N

I am having a huge problem. In my stylesheet I have: @media only screen and (min-width: 320px) and (max-width: 700px) { code1 } @media only screen and (min-width: 1280px) and (max-width: 1400px) { code2 } my browser window is currently 640x960, so only code1 should run... right? But code1 and …

UI / UX Design sql web-design wordpress
Member Avatar for cereal
0
336
Member Avatar for maxelcat

Hi I have "performed" my frst venture into html5 video using the [URL="http://camendesign.com/code/video_for_everybody"]video for everyone[/URL] and it works well in IE, Opera, Saf, Chrome, FF. I have one small question - Safari (at least on my windows laptop) seems to want to download the whole darn video before it shows …

UI / UX Design html-css video web-design
Member Avatar for Cheerful_1
0
433
Member Avatar for donoskaro

Hello Guys, I have tried to make a Pure CSS Menu with Sub-Menus but I am stuck with one small (or big) problem. After I hover over my Link which has a Sub-Menu assigned to it, the Sub-Menu appears but if I try to go on it, it disappears. I …

UI / UX Design html-css web-design
Member Avatar for creiglee
0
409
Member Avatar for pctechconcierge

Hello i'm not recieving any emails on my website. Can someone help me? Thank you. <div class="col-sm-6 col-md-8"> <form action="#" method="post" role="form"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Name"> </div> <div class="col-md-6"> <input type="email" class="form-control" placeholder="Email"> </div> <div class="col-md-12"> <input type="text" class="form-control" placeholder="Subject"> </div> <div class="col-md-12"> <textarea class="form-control" rows="6" placeholder="Message"></textarea> </div> …

UI / UX Design email web-design
Member Avatar for Lau_1
0
192
Member Avatar for Ian_7

My goal is to populate my HTML table with SQL results that I pull from the below PHP code that I have written. Keep in mind that in reality my hostname, username and password variables do have string data in them. The first block is my PHP where I am …

UI / UX Design html-css mysql php web-design
Member Avatar for diafol
0
2K
Member Avatar for Pavan_6

Dear Daniwebbers, Hello. Noobie question. I am trying to figure out whether the following tasks are possible in front end development using only HTML, CSS and JavaScript: When Text box/Date box field is entered, it should be connected to all other relevant fields -- auto populate other relevant "textbox/date box" …

UI / UX Design html-css web-design
Member Avatar for diafol
0
156
Member Avatar for SimonIoa

Hello i have created something in CSS but the position changes according to the resolution of the screen. Here is the code? I want them to remain in one place regardless the resolution here is the code #poster { width:25%; height:25%; position:absolute; z-index:0; } #poster img { -moz-border-radius: 50%; -webkit-border-radius: …

UI / UX Design web-design
Member Avatar for SimonIoa
0
192
Member Avatar for Elvi

Hello! How to open a link in another page created? for example. <a href="" ><img src=""></a> <----- this image, to open in this -----> page. (this page have other design) Thanks in advance!

UI / UX Design seo web-design
Member Avatar for cereal
0
167
Member Avatar for Stefce

Hello everyone i started learning bootstrap for a while and i want to make close button for div boxes i have this code but the X button doesn't work: <div class="panel panel-default"> <table class="table table-hover"> <thead> <tr style="background-color: lavender;"> <th><button type="button" class="btn btn-primary btn-xs">Share</button></th> <th><a href="#" class="close" data-dismiss="panel" aria-label="close" id="hide">&times;</a></th> …

UI / UX Design web-design
Member Avatar for Lau_1
0
924
Member Avatar for hwoarang69

Take a look at the attached image to see what I am trying to do. There will be two images. Images1 is what I want. Image 2 is what my code does. The issue is the stuff inside link are not center. ![problem.png](/attachments/small/3/9ee3554947e5bf1fae663ff6b38a61e5.png "align-left") Html code: <div id="table"> <table> <tr …

UI / UX Design html-css web-design
Member Avatar for Internetum01
0
272
Member Avatar for Latrell_vie

Hello ! I want to improve my website. Currently I'm using a circular Logo. Now i want to change that logo to a spinning ball with the logo on it. How can i achieve this. # What software/programm should i use ? # I haven't found any javascript and jquery …

Member Avatar for Kelly Burby
0
290
Member Avatar for EvaBozh

I have a [JSFiddle](http://jsfiddle.net/vm3m74q1/13/) with the code for the footer for my website. There are three containers. I need to remove the spaces between those containers. How can I do this?

UI / UX Design web-design
Member Avatar for Lau_1
0
193
Member Avatar for Stefce

Hello everyone i really need some help about my website structure.. i have almost the full website but the structure is too bad and i cannot continue working... is there some good man/women to help me about it ?

UI / UX Design web-design
Member Avatar for pacav69
0
418
Member Avatar for narendrakiit

<div class="container"> <div class="Div1"></div> <div class="Div2"></div> <div class="Div3"></div> <div class="Div4"></div> </div> .container{ position:relative; display:block; float:left; width:100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} .div1{width:33%; height:auto; position:relative; display:block; float:left;} .div2{width:33%; height:auto; position:relative; display:block; float:left;} .div3{width:33%; height:auto; position:relative; display:block; float:left;} .div4{width:33%; height:auto; position:relative; display:block; float:left;}

UI / UX Design web-design
Member Avatar for Lau_1
0
183
Member Avatar for stevexavior

I have created a music related blog with wordpress on my localhost. But I have the hosting from google and now I am looking to change wordpress theme to blogger template. Searched a lot on the web but couldn't find the suitable or appropriate solution for this. If there is …

Member Avatar for diafol
0
368
Member Avatar for DocTech25

I used some CSS code which worked internally on my website. When I went to convert the code to an external .css file but ran into some issues. I can use the internal version, but the external is more efficient and less restrictive. Here is the code for the internal …

Member Avatar for almostbob
0
249
Member Avatar for joseph.lyons.754

I am using a responsive template to make a website. The problem I am having is with the css I need to have different images for a handful of pages. Not all pages need different images. I attempted this by adding another div and changing the name slightly orginally it …

UI / UX Design html-css web-design
Member Avatar for mattster
0
158
Member Avatar for Simon_4

I like this menu and how it's done: http://www.peterstone.com/ Does somebody has any idea and suggestion, how the easiest way is, to realize this kind of main nav they have? Cheeers Simon

UI / UX Design web-design
Member Avatar for diafol
0
735
Member Avatar for <M/>

Hey guys, I am working on my contact form for a site of mine (i am designing the form differently) that is for a child care, and I can't seem to get the form to connect with the php in order to get it to send verification to the user, …

UI / UX Design web-design
Member Avatar for <M/>
0
537

The End.