7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Serge_1

Please can anyone help re-arrange text that are spit apart on browser. What css property can be use to bring the text align as normal.

UI / UX Design html-css
Member Avatar for gentlemedia
0
172
Member Avatar for ajelliott

I have good design skills and want to create web pages but I dont want to do web development or programming. There is so much out there and so much of it is complicated. I want to keep it real simple. I have Dreamweaver but not a lot of time …

UI / UX Design gui ui-ux web-design
Member Avatar for Paul_49
0
1K
Member Avatar for Dani

Is there an easy way to modify Twitter Bootstrap so that all of its responsive columns work based off of the device-width as opposed to responding to the dimensions of the browser window?

UI / UX Design css-bootstrap html-css
Member Avatar for Dani
0
287
Member Avatar for David_95

https://www.daniweb.com/digital-media/ui-ux-design/threads/462158/how-to-play-multiple-video-using-html5 How is the back button done. I have tried a few videos like this (function prevButton() myVideo.pause(); myVideo.currentTime=0; index = index - 1; if(index==videoList.length) index = 0; alert(videoList[index]); myVideo.src = 'videos/'+videoList[index]; window.currentVideoName=videoList[index]; myVideo.play(); ) but the first video is "Undefined" when you click the button back.

UI / UX Design html-css javascript ui-ux video
Member Avatar for David_95
0
394
Member Avatar for Dani

iOS Safari Reader View is only available for forum threads on DaniWeb that have zero replies, and it shows the original post. Anytime there are replies, it gets confused and shows nothing. How can I semantically fix my html5 to correct this behavior? Not only is it good for accessibility, …

UI / UX Design ios
0
152
Member Avatar for Dani

For as awesome and popular as jQuery is, why is jQuery UI so buggy and poorly maintained? *Frustrated*

UI / UX Design javascript-jquery
Member Avatar for gentlemedia
0
293
Member Avatar for vmars

Hello & Thanks , In my code below , why is it the Html code that the <div class="middle"> is specified BEFORE the <aside class="left-sidebar"> and the <aside class="right-sidebar"> ? Thanks..Vern OOPS! Forgot code , see next Reply .

UI / UX Design html-css web-design
Member Avatar for Dani
0
445
Member Avatar for Phaelax

I have a fixed header followed by a list with various anchor tags. By default, the anchor will jump to the top of the browser. I need to offset this so it displays below the header. I found a solution online, but became quite annoyed once I found out that …

UI / UX Design web-design
Member Avatar for Dani
0
283
Member Avatar for vegaseat

Lots of good instrumental music out on the web in the form of midi files. You can incorporate background music as part of your web page. Here is the short code.

UI / UX Design html-css web-design
Member Avatar for Johannes_2
0
5K
Member Avatar for fheppell

I'v got this code to make a bootstrap navbar <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" id="logo" href="#">picturecamel</a> <ul class="nav pull-left"> <li><a href="/">Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Account <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="change-password">Change password</a></li> <li><a href="update-email-address">Change Email</a></li> </ul> </li> <li><a href="logout">Logout</a></li> <li><a href="help">Help</a></li> </ul> </div> </div> …

Member Avatar for HAOND
0
4K
Member Avatar for wonderland

Hi, I've been renewing information in my site directly into code for quite some time now. Since my page isn't that big it's not very difficult. I have about 15 .html pages in my web directory. They all are more or less identical, and they all have small news section. …

UI / UX Design html-css ui-ux web-design
Member Avatar for _1_27
0
1K
Member Avatar for underpaidnurse

Hi, Could anyone point me to some resources to study on best practices when designing an enterprise dashboard? I would certainly appreciate it.

UI / UX Design web-design
Member Avatar for Texx
0
274
Member Avatar for jessicafryer

How do I center my register/login form into the exact middle and center of the page. Right now I have it centered but it's at the top of the page instead of the middle. This is my CSS: form { width: 300px; margin: 0 auto; }`

UI / UX Design
Member Avatar for jayashreemarg
0
159
Member Avatar for murali2489

Dear All, I am working in Windows 7 Application Migration team. I need to migrate apps from IE 8 to IE 11. Requirement is 1. During Mouse Hover IE 11 buttons should look like IE 8 buttons. In IE 8 during mouse hover there was an orange border inside the …

UI / UX Design html-css web-design
Member Avatar for Texx
0
373
Member Avatar for koraljka

hi, how can I add an image in title of the page and in the adress bar? please help ty

UI / UX Design image web-design
Member Avatar for Texx
0
1K
Member Avatar for ggeoff

Hi I would like to display photos on my website so that they are regularly changed. For example every day, or once a week a different photo is displayed. when each photo has been displayed the sequence is repeated. Geoff

UI / UX Design display multimedia web-design
Member Avatar for salinasalina
0
2K
Member Avatar for Roger_2

What should happen is when i click the log in button, the container for the log in form should become hidden and the sidebar, search bar, tiles and log out button should appear. I sometimes experience that if i have to click the log in button twice for it to …

UI / UX Design html-css javascript-jquery
Member Avatar for broj1
0
417
Member Avatar for Ancient Dragon

I'm using wamp on MS-Windows 7, and inside www folder I created cgi-bin folder and put some files in it. When I go to Chrome I enter localhost/cgi-bin and it responds >The requested URL /cgi-bin/ was not found on this server. There are other folders in www and it can …

UI / UX Design microsoft-access web-design
Member Avatar for nayaksuraj57
0
7K
Member Avatar for ramsiva

given below my code is displaying two date pickers <script> $(function() { $( "#from" ).datepicker({ minDate: -2, maxDate: "+1d", changeMonth: true, numberOfMonths: 2, onClose: function( selectedDate ) { $( "#to" ).datepicker( "option", "minDate", selectedDate ); } }); $( "#to" ).datepicker({ minDate: -2, maxDate: "+1d", changeMonth: true, numberOfMonths: 3, onClose: function( …

UI / UX Design javascript-jquery
Member Avatar for ramsiva
0
829
Member Avatar for Henry77

I have seen this question posed everywhere but not with the answers that solved it for me. So I played and played and discovered, da dah, the problem. Let's say you log into newspaper.com/sports and all you see is code. That's because the correct url is newspaper.com/sports.html or sports.htm or …

UI / UX Design
Member Avatar for Henry77
0
279
Member Avatar for timtim1

Am currently interested in delivering user experiance web and mobile applications.There are several amazing libraries so far.What are some of the best libraries that I should start with in this journey?

UI / UX Design java javascript
Member Avatar for AleMonteiro
0
154
Member Avatar for SaroGFX

Hello lads, So i'm struggeling with the following. I want to get the text a little bit closer to the image, but since the image has whitespace itself and I don't want to redo them all, I opted for adding a negative margin to the text. It seemed to work, …

UI / UX Design html-css image
Member Avatar for SaroGFX
0
496
Member Avatar for ruwanaru

need to alight div inside another div inner div must be aligned centerd bottom of the outer div i have attached a image that i want

UI / UX Design html-css web-design
Member Avatar for ryantroop
0
334
Member Avatar for rudasi

Hello, Quick question, is there anyway except saving a word doc as a webpage (filtered) to convert a word doc to a webpage. Thanks.

UI / UX Design web-design
Member Avatar for John_99
0
192
Member Avatar for gahhon

#user hl:hover { color: BlueViolet; text-decoration: underline; } <asp:HyperLink ID="hlUsername" runat="server" NavigateUrl="~/Manager/ProfileView.aspx" CssClass="hl" /> While this hyperlink is hovered, the font is underline but font color not changing. Any problem with my code?

UI / UX Design perl web-design
Member Avatar for syeda_satwat
0
516
Member Avatar for mmcdonald

Boo! Meh you knew it was me. After all, I post 99% of the dumass questions around here... I have a modal that's being a teenager and isn't doing as it's being told: http://i.imgur.com/7PcLQCS.png *As you can see from the image, it's half off of the screen!* # Here's the …

UI / UX Design css-bootstrap web-design
Member Avatar for YtuMamaTambien
0
3K
Member Avatar for UK-1991

Hello, Just created a website and want some animations so i used keframe animation in order to do so on 1 row I made an animation for the portfolio to scroll up and stop right there but it goes again at the starting point like 1 to 100 once on …

Member Avatar for gentlemedia
0
342
Member Avatar for PSDtoHTML

* Capture the customer's attention with a crispy or interesting headline or title or a thought provoking question. The headline is the first thing that attracts the visitor's fancy. A catchy headline will force him to read further. A first time visitor will not spend more than a few seconds …

Member Avatar for Ramesh_8
0
213
Member Avatar for davy_yg

Hello, I am trying to fix this bootstrap div id. Is it okay to use it twice? Please cek this site: http://www.innovation.web.id/One/blog.php I try to validate: https://validator.w3.org Error: Duplicate ID row. From line 90, column 1; to line 90, column 14 ↩</div>↩↩↩<div id="row">↩↩<div Warning: The first occurrence of ID row …

Member Avatar for Troy III
0
185
Member Avatar for jonlloydd

I have set up a redirect to the mobile version of my site when the user is on a mobile phone. However trying to open this on an iPhone it produces the error 'Safari cannot open the page because to many redirects occurred' and when opening it on an Android …

UI / UX Design android iphone web-design
Member Avatar for Anu_5
0
310
Member Avatar for SaJiN_1

Hi, I have a menu bar with its source derived from an xml data source. I have successfully created the menu bar, but now I want to make that menu bar responsive. I have tried many options but I can't get a correct solution. I hope for a answer here. …

UI / UX Design html-css xml
Member Avatar for gentlemedia
0
328
Member Avatar for SabithaSri
Member Avatar for davy_yg

Hello, I would like to include bootstrap for both desktop and mobile phone for product category: When I check it once it only works in desktop if I only use this code (col-md-4) and if I use both code (col-md-4 col-xs-4) it does not work for both desktop and mobile …

UI / UX Design css-bootstrap web-design
Member Avatar for UK-1991
0
1K
Member Avatar for Lalainealb

Hi, I have a website and quite a few members have suggested that adding a chat room would be a great idea. I'm searching for something I might be able to integrate well into my site. Has anyone tried RumbleTalk or C-box?

UI / UX Design web-design
Member Avatar for Robin_7
0
208
Member Avatar for VarunPes

I am using javascript, Html, css, Bootstrap,than i want to implement customise product like upload photo on mug, t-shirt and other products. Than suggest me, how to implement this fearture.

UI / UX Design css-bootstrap java web-design
Member Avatar for Петя
0
218
Member Avatar for davy_yg

Hallo, I would like to make the grey background liquid whenever someone narrow down the web browser. Is there anyway to do it? Can anyone gives me advice how to do it? testimonial.php <div style="background-color: grey; width: auto; height: 150px;"> <div class="col-sm-1"><br><br> <img src="Images/testimonial/arrow2.jpg" width="30"> </div> <div class="col-sm-2"> <img src="Images/testimonial/person1.jpg" …

Member Avatar for davy_yg
0
244
Member Avatar for davecoventry

I have a form which has a series of label/input pairs. I'm trying to get these to line up. It's quite simple in tables: you just layout the table as follows: <table><tr><td>Your name</td><td><input name="name" type="text" /></td></tr> <tr>...</tr></table> If I try the same thing with CSS: <div class="row"> <lable class="label-left">Name</div> <div …

UI / UX Design html-css web-design
Member Avatar for davecoventry
0
343
Member Avatar for sallah.ul.din
Member Avatar for w33n

Hi Everybody, I was wondering if any of you know about alert window textual content. I am trying to disable where it says "from "xxxx.com" " line in the heading of the alert window? Also is there any way to customize it? For example, can I add a photo or …

UI / UX Design web-design
Member Avatar for w33n
0
99
Member Avatar for theonlylos

I am currently trying to roll out a custom Wordpress site for a client (it's currently being hosted at [url]http://cjcdigital.net/clients/andrea/[/url]) however I've been having trouble getting the sidebar to position next to the content. I've tried resizing everything so it fits within the wrapper and much more, but nothing I …

UI / UX Design web-design wordpress
Member Avatar for double_virginia
0
240
Member Avatar for Nmalik1

Do you know about this new term of " Responsive website design ", How it is beneficial for SEO work. Please let me know if you have any idea about it. Thanks in Advance !

UI / UX Design seo ui-ux web-design
Member Avatar for Shyamalanissi
0
563
Member Avatar for davy_yg

Hello, Can anyone help me fix this code for about page: http://www.innovation.web.id/One/about.php Cek the part that has 4 circle and that grey areas. I would like to be able to work both in desktop and android. about.php <!DOCTYPE html> <html> <head> <title>About</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> …

Member Avatar for davy_yg
0
197
Member Avatar for Khalilur_1

Hi, I am new in web designing, but freequetnly facing problem with embedding video in my html5 web site. It is browers problem also. If chrome show, internet explorer does'nt show. I am looking for standard embeding code what will help me show my video on all major browsers.

UI / UX Design html-css video web-design
Member Avatar for Ashley_9
0
352
Member Avatar for davy_yg

Hello, I would like to fix my bootstrap code on this web browser. I wonder why on android : http://www.innovation.web.id/One/blog.php my footer and navigation bar does not filled in the whole screen. It seems like there is a fix width for android whereas the my blog article width seems wider …

Member Avatar for Ashley_9
0
240
Member Avatar for Latrell_vie

I want my body tag to be in vertical italian flag color therefor i need color green to cover 33% of the screen , then i need color white to cover another 33% under color white and color red to cover the remaining 33% of the screen and this pattern …

UI / UX Design web-design
Member Avatar for gentlemedia
0
314
Member Avatar for Lakhbir

Hello, In sort by relevance mode, my cse at [website](http://www.besttubesites.tk) displays label "relevance" out of box and when label "date" is selected, it displays correctly. Pure CSE's html and css code displays correctly, whereas when I add it to my site the above problem occurs. Some css or javascript at …

UI / UX Design perl web-design
Member Avatar for Lakhbir
0
223
Member Avatar for pro-tek
Member Avatar for davy_yg

Hello, Can anyone help me cek this code? I find it strange that when I open my website on an android web browser. The website appears differently. It does not fit the whole horizontal screen as I expect it. http://responsivetest.net/#u=www.innovation.web.id/One|908|948|2 about.php <!DOCTYPE html> <html> <head> <title>About</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> …

Member Avatar for davy_yg
0
205
Member Avatar for davy_yg

Hello, I am trying to build this website with bootstrap that connects with clients. I wonder why whenever I open it in android the client list change into vertical and it still too wide for android like the navigation does not filled the whole horizontal screen and the client still …

0
149
Member Avatar for gtel

i love to reference multiple classes for a button in an external stylesheet in order to save time and to make it clear. i have <button class= class1 class2 class3 class4 class5></button> how can i reference class1 class2 class3 class4 in a separate stylesheet?

UI / UX Design web-design
Member Avatar for diafol
0
154

The End.