1,100 Recommended Topics
Remove Filter ![]() | |
Hello, I have been working on my navigation so that my dropdown menu button won't overlap the other menu. navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> … UI / UX Design web-design | |
Hello guys, I have a webpage to print that showing some data, I managed to hide all elements that's are not needed in printing, but background color for cells in table not display in printed version, although I've tried to put <style type="text/css" media="print"> .no-print { display: none; } .bgcol{ … UI / UX Design html-css web-design | |
hi my name is james philip i have a probelm with css and html i need to print a form in a vertical way i have managed to rotate it in the webpage but that is not what i want to do i want it to remain horizontal on the … UI / UX Design html-css web-design | |
Hi there, i'm looking for the easiest image slider banner for my homepage, any suggest? Thanks!! UI / UX Design image software-architecture web-design | |
hello i have create some webpages they work and are nice but when i click in contat form which contain php code inside it display all code which are inside. UI / UX Design php web-design | |
Hi, [B]THE CSS FILE:[/B] [code] #wrapper { z-index: 1; width: 97%; margin-right: auto; margin-left: auto; text-align: left; } #topPresentation { width:100%; background-image: #E6E6E6 url(backgroundnew.jpg) repeat-x center top; } #logo { z-index: 2; width: 10%; float: left; } #primaryLink { z-index: 2; width: 25%; float: right; line-height:100%; font-size: 110%; font-family:Georgia,"Times New … UI / UX Design web-design | |
Before I ask my question, let me show you the experiment I'm working on: http://hoverportmedia.net/experiments/responsivenavigation3.html My dropdown navigation is working fine, however when dealing with older (perferably IE broswers) the navigation (when the page is responsive), hovers the "menu" at a weird position. Unfortunately, I'm stuck at this... Can anyone … UI / UX Design web-design | |
i like to create a record filing using browser or browser base. but i what my web application run without running may XAMPP for my database. :D UI / UX Design web-design | |
http://stackoverflow.com/questions/10487292/position-absolute-but-relative-to-parent Hey, so, please check link above. There is first resolving answer, which was resolving my problem. But now I have problem, that DIV isn't displaying well when it is set to `position: relative` and `position: fixed` does work correctly. DIV itself has no children, first I am trying to … UI / UX Design web-design | |
Hi I'm working on a small project and I faced this problem. when I create a table then I wright a lot of words it doesn't go to the next line (row) it continue to the right so the page become so wide ! so is there any solution for … UI / UX Design web-design | |
The img src path is accurate, the adds were working two days ago, the only thing that has changed is the passwords for the server that the pictures are stored on. UI / UX Design html-css web-design ![]() | |
hai everyone. I am new to this forum. Is there any online tutorial tool to learn html in a shorter while. UI / UX Design web-design | |
dear all daniweb users and readers, i need some articles to learn how to create html slider (not image slider) on mobile web browser like android browser. when it slide to right or to left, it will show another html page. how to create html slider? example: <img src="http://i60.tinypic.com/2cepvdj.jpg" border="0"> UI / UX Design html-css web-design | |
I have been trying to move the table element.Can you please help me with it? I am doing the CSS in php. foreach ($_GET as $myid => $value) { echo '<div class="DVD ID">'; echo "<table border='3' position='absolute' left='750px' bottom='350px';>"; echo "<td> " . $value . "</td>"; echo '</div>'; } Thank … UI / UX Design web-design | |
How do I link letters on Illustrator like make it where they are combined in one? No other website has any imformationa nd I am at school and I get on youtube so I need a way to know and this is hte only way possible I think. Does anyone … UI / UX Design web-design ![]() | |
Hi guys, I am using tinyMCE editor. In my textarea, I want to let user type some html like <table></table> and store that in db just like that, <table></table>. However, what I am getting is: <table></table> Now, if I go to the edit form for the item that contains that … UI / UX Design html-css web-design | |
I'm developing a website for the time being to display my movie collection. I have been working on this project for a while now and I have the backbone almost done. I'm using mysql to store my data and I'm working on finishing up being able to pull data from … UI / UX Design web-design | |
Hello, I am making a website for my business, downloaded the trial version of Dreamweaver, along with the Accordion Menu Advancer from CSS Menu Tools. I am not familiar withe CSS, and am using Dreamweaver for table layout. The row that the menu is in shows up fine in Chrome, … UI / UX Design web-design | |
Hello, I have this navigation: navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> <li><a href="services.php">SERVICES</a></li> <li><a href="blog.php">BLOG</a></li> <li><a href="contact.php">CONTACT</a></li> </ul> </div> style.css /* navigation */ #navigation {margin: 20px … UI / UX Design web-design | |
Hi Would you please tell me how to make same-height responsive block elements that stand side-by-side ? Please look at http://jsfiddle.net/terryds/v7BYy/ , and then please tell me how to make the #left-head the same height with #right-head. And, I want them to be responsive as you scale it down Thanks … UI / UX Design web-design | |
First, look at my site : http://terryds.net63.net/test.html When you hover the navigation anchor text, it will create a 5px border-top.. My question is : 1. How to make the 5px border top is at the top of the page ? I mean I want to make it in #top-head's border … UI / UX Design web-design | |
I changed style of scrollbar in chrome how to make it usable in firefox & IE? #thumbs::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #CCCCCC; } #thumbs::-webkit-scrollbar { width: 6px; background-color: #999999; } #thumbs::-webkit-scrollbar-thumb { background-color: #fe003f; border: 1px solid #555555; } UI / UX Design web-design | |
Hi there, I am new to WooCommerce and am wanting to edit the CSS in the woocommerce.css and woocommerce.less files but cannot find the file anywhere. am looking via my dashboard in the WooCommerce editor and tons of other files are listed except this one. Does anyone know where I … UI / UX Design ecommerce html-css web-design wordpress | |
Hi, I want to write html email with background image. I tried different solutions but nothing worked so far. Using outlook didn't work too. Any solution or application to do this? UI / UX Design html-css web-design | |
please need help html form auto ip fill <form action='konkursas.php' method='post'> <p>El. paÅ¡to adresas</p><input type='email' title="ÄŒia turÄ—tų bÅ«ti jÅ«sų email." name ='nail' size= '30'/> <input type='ip' title="jusu ip." name ='autofillip' size= '30'/> <br /> <br /> <input type='submit' name='submit' value='OK'/> <br /> </form> php file <?php if (isset($_POST['submit'])) { $file … UI / UX Design html-css web-design | |
My navigation bar doesn't load in the correct position the first time it is accessed through chrome and firefox. When you land on the page for the first time you have to use a secondary navigation I set up, and then return to the index page for the primary nav … UI / UX Design html-css web-design | |
Hi, I am using a responsive website to make a site which is here - http://rwgraphicdesign.com/Smith/index2.html What I want to do is have the last column ONLY, which lists the locations the Dr. performs exams at, to have a different background color. I have tried a bunch of different things … UI / UX Design html-css web-design | |
Hi there, i woul love to make a table whitout using the TABLE tag but the DIV... For Example the same one with div: <table id="body" cellpadding="0"> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> TEXT </td> </tr> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> … UI / UX Design html-css web-design | |
I'm trying to create this site with a solid black top bar the extends from the left img all the way to the right of the screen, then add some text on top of the horizontal block. I created the block just find but when I went to add text … UI / UX Design html-css web-design | |
I can't believe I'm asking for this, but it seems whatever I try my code is failing on me. Let me give you the rundown: `<nav> <ul> <li><a href="#">Home</a></li> <li class="Drop"><a href="services.php">Services</a> <div class="dropdownContain"> <div class="dropOut"> <div class="triangle"></div> <ul> <li><a href="videconferencing.php">Video Conferencing</a></li> <li><a href="videocam.php">VideoCam</a></li> </ul> </div> </div> </li> <li><a href="scheduling.php">Scheduling</a></li> … UI / UX Design html-css web-design | |
I have two download links as follows: 1. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2014.01-ADC-CV.pdf"><span>CV</span></a> and, 2. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2011-Business-Profile-.pdf"><span>Company Profile</span></a> in PDF form. I'm expecting to get '1.' followed by the two buttons seperated by 'and, 2.' and followed by 'in PDF form'. What I'm actually getting is the two buttons together follwed … UI / UX Design html-css web-design | |
I made a footer for a site I'm working on but I can't make it stick to the bottom of the page on any screen. any ideas how to do that? Thanks. UI / UX Design web-design | |
This is what I have now: [Click Here](http://jsfiddle.net/6fhb5/ ) How can I use CSS or HTML or both to 1.move "Total number of subordinates" on the right top corner of that textarea; 2. put some space between them 3. align it with the next which should fit the screen area? … UI / UX Design web-design | |
Hi there guys, I have a question to ask and wondered if you guys could help. We have a client who would like to update two of her pages on a web site we have designed for her, is there an easy way for her to do this using flat … UI / UX Design web-design | |
This is probably a really dumb question but where does a video file get loaded into on a web hosting site? I made a video in Dreamweaver. Does the video go in the html folder, the images folder, should I create a video folder, or is there something else I … UI / UX Design web-design | |
To begin, I have not written any HTML/CSS in about 4-years, so in a sense I'm relearning. My issue at this point is this: I want my footer to span the length of the window. Simple enough; But, it is leaving an approximately 10-px gap on the left of the … UI / UX Design html-css web-design | |
Hello all, I wonder if you can help me with this. I wanted to create a page which, among the other things, has a div with a lot of text inside. Below this div there will be 2 buttons. When viewed on a mobile, the height of this div become … UI / UX Design web-design | |
after learning hard i have succed my goal to build my responsive website. but i have a question about device size and resolution. now we have phone IN FHD AND HD AND TABLET like pc my resnposive web site work fine it respect the resolution but where phone or tablet … UI / UX Design web-design | |
Hey guys! I'm going to be competeting in a school competition for computer programming, and the task is building a webpage. here is the link: http://www.skillsusaca.org/sites/default/files/Computer%20Programing%20-%20Regional%20.pdf i have two questions... firstly, i dont want to assume that i can use php and find out i cant, so is there a … UI / UX Design web-design | |
This is my CSS code [CODE]body{ background: white url(/image/bg.jpeg) repeat-x center top }[/CODE] HTML code [CODE]<!doctype html> <html> <head> <title>Page title</title> <link rel="stylesheet" type="text/css" href="style.css" / </head> <body> </body> </html>[/CODE] I don't why but the image doesn't show up. The image for the background is below [url]http://img704.imageshack.us/img704/2162/67726065.jpg[/url] Thanks in advance UI / UX Design html-css web-design | |
I have a link in my web page: <div class="site-logo"> <h1 class="site-title"> <a href="http://10.0.0.201/wp/" title="Document & Draft" rel="home">Document & Draft</a> </h1> <h2 class="site-description">For power CAD users</h2> </div> The "site-logo" class is as follows: .site-logo{ display: block; text-align: left; color: #9FA32E; font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif; font-size: 42px; text-decoration: none; } I'm expecting … UI / UX Design html-css web-design | |
Hello everyone again, I'm getting back into the web-design world once again (after being absent for some time) and I'm striving to understand some of the true professional core web-design tactics used throughout the web. My question today relates to the famous font: "Helvetica Neue". According to CSS Font Stack, … UI / UX Design web-design | |
hi people back again :( i am having an issue with my div elements lining up all nicely in ie but in chrome they second row of divs are slightly moved to the right. It is really confusing me as to why this is happening, i am not sure if … UI / UX Design html-css web-design | |
I am having trouble getting my drop down navigation menu to work. The main issue is when I zoom out in Google Chrome, the menu starts wrapping and dropping to a 2nd line, causing all other divs on the page to wrap too. I have searched across the internet to … UI / UX Design html-css ui-ux web-design | |
hello i am new so need much help i like web programing UI / UX Design web-design | |
hi all i am having trouble getting the correct spacing i need between my links across a horizontal navigation bar. i would like all the links to be spaced evenlly across the space available. here is my code as it stands html <div id="nav"> <ul id="navigation"> <li><a href="index.html">link</a></li> <li><a href="page1.html">link</a></li> … UI / UX Design web-design | |
I am trying to insert a circle but don't want an image to use. Can I draw a circle using css. Thanks. UI / UX Design html-css web-design | |
 Please look at attachment picture. This is my html <nav class="subnav"> <ul class="nav-pills categorymenu"> <li><a href="#">Fashion & Accessory</a> <div> <ul class="arrow"> <li class="category"><a href="category.php?id=Women">Women</a></li> <li><a href="category.php?id=5">Women's Dresses</a></li> <li><a href="category.php?id=7">Women's Jeans</a></li> <li><a href="category.php?id=8">Women's Tops</a></li> <li><a href="category.php?id=9">Women's Coats & Jackets</a></li> <li><a href="category.php?id=10">Women's Pants & Shorts</a></li> <li><a href="category.php?id=11">Women's Skirts</a></li> <li><a href="category.php?id=12">Women's … UI / UX Design web-design | |
Hello guys, I am not going to post the code here as I don't really know where in the code files I can fix that. I have a website that basically looks good on desktop and laptops however when it comes to mobiles and tablets the top navigation bar seems … UI / UX Design web-design | |
Hello, I am trying to print the following events horizontally instead of vertically. How to do so? [Events](http://www.rustoleum-indonesia.com/events_2.png) index.php <?php include('include/con_database.php'); $result = mysql_query("SELECT * FROM dynamic_content WHERE CatID='4'"); while ($data = mysql_fetch_array($result)){ echo '<div id="banner">'; echo '<div id="title">'; echo '<h1>'.'<a href="http://localhost/IndonusaCMS/events.php?id='.$data['ID'].'">'.$data['title'].'</a>'.'</h1>'; echo '</div>'; echo '<div id="gambar">'.'<img src="images/events/thumb/' . $data['images'] … UI / UX Design web-design |
The End.