7,985 Archived Topics
Remove Filter ![]() | |
Hi all, I am converting an XML document to HTML/PDF. I use some of the Twitter Bootstrap 3 classes for layout, but since I pretty much go directly to PDF I have removed most of bootstrap's css (since I am not looking for a responsive layout, I want it to … UI / UX Design css-bootstrap html-css web-design | |
Say i have a html5 vedio with mouse hovering of pausing and running in relation to cursor and code is working finely.I useing code as: from.js: // something along that var vid = document.getElementsByTagName("video"); [].forEach.call(vid, function (item) { item.addEventListener('mouseover', hoverVideo, false); item.addEventListener('mouseout', hideVideo, false); }); function hoverVideo(e) { this.play(); } … UI / UX Design html-css javascript-jquery web-design | |
[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID … UI / UX Design html-css ui-ux web-design | |
I am working on a website (non cms) for client that is a parallax site, as soon as I add youtube embed code which is <iframe> the site just shows its loading animation on the screen. Has anyone else had an issue with this? UI / UX Design cms video web-design | |
![]() | Firstly, I apologise if this is in the incorrect area of the forum, wasn't entirely sure where it would fit in. This is my first attempt at WordPress, having previously built basic html/css/php/mysqli sites using templates. I'm struggling with the items below, and hoped someone may be able to point … UI / UX Design ui-ux web-design wordpress |
Hello! Anyone here can explain me please how to create a website that with pages and that works like blogger or wordpress. (I mean, for example: the page have a post limit by 6 post's. if I post something new on my website I want that the first post move … UI / UX Design html-css web-design wordpress | |
My teacher told to do this but he never show us CSS to ensure that all the paragraphs are formatted identically, and to indent the paragraphs by 4 times the width of an ‘x’. I have all three are paragraphs are ready. UI / UX Design web-design ![]() | |
The documentation (http://www.w3schools.com/tags/att_li_value.asp) says, that a value for a li element must be numeric. Why should it be wrong to use a string instead of a number, if you need the value for saving a f.E. locale like 'US', 'EN' etc. ? UI / UX Design web-design | |
Hi all! This is my frist discussion. I'm shearing you a very helpfull website that helping me to learn HTML,CSS,Javascrift online. It's w3schools Wish it will help you. UI / UX Design html-css java javascript web-design | |
Right now I have my two CSS elements as such - using z-index and I would like to be able to click a button and have these images as they appear on the page with their z-index e-mailed to me. I have all these items wrapped in a div tag … UI / UX Design web-design | |
As the heading says, Is there a simple plugin or API to pull reviews from my facebook page? UI / UX Design social-media web-design wordpress | |
I have an <UL> with each <li> being arranged inline for my navigation. Each <li> has a transition that enlarges the text when hovered over. The problem is that when the text enlarges it causes the text to the left and right of it to move outward to make room … UI / UX Design web-design | |
Hello Everyone, Actually I have a good command on html, css, css3... Now I'm turning towards jquery and watching video tutorials. So, I want to get assignment on daily basis of Jquery. Is there any person who can give me the assignment, so that I can improve my jquery.... UI / UX Design html-css javascript-jquery web-design | |
hi all i am trying to allow the user to select the folder to store the downloading file using javascript i didnt found input attribute for download like file i try with downloadify.js but its not work their is another way i can do it UI / UX Design javascript javascript-jquery web-design | |
I have a horizontal menu: "HOME" "DISCOVER" "STRATEGY MODEL" "PROFILE" "CONTACT US"  The "DISCOVER" has a drop-down submen (in green for clarity). The HTML: <ul id="menutop"> <li class="root"> <a class="bullet" href="http://www.clivestacey.co.za/"> <span> HOME </span> </a> </li> <li class="root"> <a href="#" class="daddy"> DISCOVER </a> <ul class="menusub"> <li> <a class="sub_menu" … UI / UX Design html-amp html-css web-design | |
Hey guys. have a nice day.... can anyone tell me how to achieve something like this slider in background ? I used a full screen slider but can't write content in middle of it like this site http://psnprofiles.com/ UI / UX Design html-css javascript-jquery web-design | |
**I think this could be put at Web Design part, but maybe the JavaScript is more important** **I am reposting this at Web Design** **I posted it at JavaScript Forum, that was a mistake** Code: <script src="//code.jquery.com/jquery-1.9.1.min.js"></script> <!-- Simple Login Form ** Used with jQuery --> <form id='login'> <input type='text' … UI / UX Design html-css javascript-jquery web-design | |
Hey Folks, I'm investigating the use of selective Fonts - outside of the "usual" or default set and want to avoid making any font into an image file (.gif .jpg .png). The use of the "em" is universal in my quest accepting the standard that 16pts. is the default as … UI / UX Design adobe google web-design | |
Hello, I am trying to scretch right and left my header and footer but as far as now it only scretch right. #navigation {margin: -5px 0 0 10px; min-width: 100%; height: 120px; background-color:#655700; border-radius: 0; position: fixed; z-index:2;} #footer {background: url(images/footer.jpg) repeat-x; background-color:#d08e38; height: 135px; min-width: 100%; position: absolute; margin: … UI / UX Design html-css web-design | |
All, I am trying to use opacity to have one image on the page behind another image. The below code creates the opacity for the image in the div - but the other image doesn't display. Therefore, I'm wondering how this can be done as I have a few small … UI / UX Design display web-design | |
![]() | Hi I have wordpress problem with banner going under content as you can see here: http://www.djeli.me/di/ZEJ9/slika1.png Code in header: <script type="text/javascript"> var clientWidth = window.screen.width; if(clientWidth >= 800){ document.write('<div id="divAdRight" style="position: absolute; top: 0px; width:100px; height:500px; overflow:hidden;"> <a href="http://yourwebsite.com" target="_blank"><img src="http://www./wp-content/plugins/float-left-right-advertising/rightbanner.jpg" width ="100" alt="" /></a></div><div id="divAdLeft" style="position: absolute; top: 0px; … UI / UX Design advertising html-css web-design wordpress ![]() |
I want to style an iFrame scroll bar and this what I found, but it doesn't work in Chrome, supposedly this should work in all browsers, not just IE ? html, body { scrollbar-face-color: #D9DEE1; scrollbar-highlight-color: #D9DEE1; scrollbar-shadow-color: #D9DEE1; scrollbar-3dlight-color: #D9DEE1; scrollbar-arrow-color: #D9DEE1; scrollbar-track-color: #D9DEE1; scrollbar-darkshadow-color: #D9DEE1; } UI / UX Design web-design | |
Hi all. Relative newby to DW CC, looking at my site its fine localy, however cant view on www after upload to server? I, can see the dat files as data on host just dosnt want to display???? Please Help PS I may have currupted the folder layout but cant … UI / UX Design html-css web-design | |
<form action = "uploadFile.php" method= "POST" enctype = "multipart/form-data"> <input type = "file" name = "file[]"><br><br> <input type = "file" name = "file[]"><br><br> <input type = "submit" value = "Submit"> </form> Is it possible to upload more than one file at the same time with just a click on the … UI / UX Design web-design | |
i am create html page in that i have to two div inside other My issue is one div is for container and other for header i made the margin 0px in both the div but it showing the gap between the main window and first div UI / UX Design html-css web-design | |
hello everyone, how are you. I am much worried will you please help me in this regards, actually I'm a html developer and can write good html. Now i want to create a html template for themeforest. can anyone guide me how to write general html code for multipurpose themes … UI / UX Design html-css web-design ![]() | |
Hello, I am having a problem with tables in email. I have several that I use with no problems. I am using Windows Mail 6 (formerly known as Outlook Express 6). The problem is with the code of the table below. It's this part: background="" . That's in the first … UI / UX Design html-css web-design | |
hello everyone, I am using this text-editor http://kenbeit.com/popline/ ,my query is that whatever the font style,color,head tag etc availabe in text-editor i chosse,how can i take all selected attributes in next page via hidden fields in form tag ???. UI / UX Design web-design | |
How can i compress pdf file size without loosing any quality ? plz help me as soon as possible. UI / UX Design pdf web-design | |
What else should I put besides pics and videos, i know how to do that but cool things websites have. Any ideas? please <!DOCTYPE> <html> <head> <title>Jesse Levine Music</title> </head> <body> <form style="background-color:white;"> <div id="header" style="font-size:80px; font-weight:bolder; text-smooth: 20px 20px 20px; color:black; text-align:center;" ><CR> JESSE LEVINE<CR> </div> <div id="text-align" style="text-align:center;"/> … UI / UX Design web-design | |
I was invited to join 2 people in forming an online business. The peoples responsibilities were 1. CEO/marketing/sales, 2. Frontend design (me), 3. Backend, database, etc. Well to make a long story short, the backend guy, way over in Finland, has no time, now that it's his turn to develop. … UI / UX Design cms database-design web-design | |
I have created a Web-Gallery where photos are uploaded,can be tagged with one or more tags,and can be viewed by Users/Tags/Likes/Date of Upload/Title. I am to create a navigation like "Prev" and "Next". But what category should I choose to implement this and how ? What I thought of was … UI / UX Design web-design | |
am not realy a newbie in web development but i just started some pratical this year i have started reading about it since high school..well the problem i have is that i have been watching some video tutorial on responsive wed design but am not realy getting it plese i … UI / UX Design web-design | |
Like this https://pbs.twimg.com/profile_images/2209626429/photoshop_normal.gif UI / UX Design html-css image web-design | |
Hello, i have these files in main folder: *index.html probleme/p1.html probleme/p2.html probleme/p3.html probleme/p4.html* what link should I write to acces *index.html* from *p1.html* ? I don't want to write the long link *D:\Bogdan\Proiecte\...* UI / UX Design html-css web-design | |
hi all, i would like to ask, if i have a time field in an application form. i want it in 24 hours format without the (am/pm). how can i modify my html5 time type below? <label>Time:-FROM</label><input type="time" name="timefrom"> UI / UX Design web-design | |
I have a dedicated server and i need a short php script, that says if my dedicated server is "ONLINE" or "OFFLINE", and how many ram left, that will show it on a bar... =) Thanks UI / UX Design html-css php web-design | |
Hello guys Is it possible to convert an .indd file into a .psd one? I tried googling up some results and even downloaded a tool (damned forgot its name, but it did not convert properly). Indd is being done by another person, and am not able to get the texts … UI / UX Design multimedia web-design | |
Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a way to have the core files "centered" somewhere, and each one of us can branch them, do our own modifications … UI / UX Design web-design wordpress | |
Hello to all who read this: I have been reading many of the posts here, where there are so many different levels of expertise. I am hoping that some of you may be able to provide me with some answers. I have read over and over again how formal training … UI / UX Design web-design | |
Hello everyone, I am in the process of breaking into the web design field, and there's something that has me puzzled. In most areas of IT, there is usually some sort of certification involved; it might not be "necessary", but its extremely helpful to have. For example, if you want … UI / UX Design web-design | |
I have problem in css setting. I have created three link in header section on right side. with small icons 1. Home 2. Contact us and Site Map. <div class="icons"><!--icons starts here --> <ul> <li class="home"><a href="#">Home</a></li> <li class="contact"><a href="#">Contact Us</a></li> <li class="sitemap"><a href="#">Site Map</a></li> </ul> </div><!--icons ends here --> … UI / UX Design html-css web-design | |
hello, i want to aske that how to make our controls in asp.net responsive i always have probleme with the positioning of the controls in the right place for example: if i want to put my controls in the center i should use margins and paddings but the probleme with … UI / UX Design web-design | |
I created a page that will take a users input and then compare the input with a word. The idea is that the user has 6 chances to guess the word. If the user guesses the word or ran out of guesses the button clicked will change from Guess to … UI / UX Design javascript-jquery web-design | |
Hi guys, I change my code from Javascript to jQuery and I believe I have everything allright, but my jQuery is not showing the value. Can you help me with it? I am adding the important snippets but if you need all my code here is it [Click Here](http://liveweave.com/YoR5Vz). Thank … UI / UX Design javascript javascript-jquery web-design | |
i just started reading about web development recently but am finding it add to understand please i need to realy get how to do those division cause it is realy giving me problem very well this is the html code <div class="header-3"> <section> <div class="first"> <div class="second"> <div class="third"> <div … UI / UX Design html-css web-design | |
Hi What does you think about CoffeeCup Software for web design, anyone. I wants to start designing websites. UI / UX Design web-design | |
Hi guys, I can really use some advice about becoming a web designer. At the moment I'm currently sharpening my skills. What I would like to know is how a typical Web Designer works over a day and a project. I'm assuming after you received the initial design, during the … UI / UX Design database-design html-css web-design | |
The code below is only my navigation menu of my website. The problem is that the code below causes any content that comes after this to be pushed far out to the right of the screen. I've tried inspecting my code for possible unclosed tags or a mistake but I … UI / UX Design html-css storage web-design | |
When clicking on the word reachme, there is an event that occurs, the problem is not with the anchor or the event. The problem, keeping the #reachme div hidden until the anchor is clicked. I've adjusted the height of class.capsuleb, including adding display:none and/or overflow:hidden to the class.capsuleb as well … UI / UX Design html-css web-design |
The End.