2,272 Solved Topics
Remove Filter ![]() | |
I have following code, for which I want to use CSS3 Page Transitions. I found tutorial here, http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/ How to use different Page Transitions? <ul id="nav"> <li><a href="#home" class="home">Home</a></li> <li><a href="#about" class="about">About</a></li> <li><a href="#works" class="works">Works</a></li> <li><a href="#contact" class="contact">Contact</a></li> </ul> <div id="home"><h1>Home</h1></div> <div id="about"><h1>About</h1></div> <div id="works"><h1>Works</h1></div> <div id="contact"><h1>Contact</h1></div> UI / UX Design html-css web-design | |
Hello all, I am using jquery for the slideshow: [Innovation Web](http://www.innovation.web.id) <style type="text/css"> #slideshow { left: 0; float: left; margin: 10px; z-index: 0;} #nav { width: 270px; margin: 0 0 0 610px; float: left; position: absolute; z-index: 1;} #nav li { position:relative; float: left; margin: 0 0 0 4px; list-style: … UI / UX Design seo web-design | |
Hello all, Cek this site: http://www.innovation.web.id/portfolio-marketing.php I have this codes for portfolio-marketing.php <div class="Page page1" style="display: block;"> <div id="portfoliomkt1"><img src="images/large pic.jpg" alt="portfolio1" height="230" width="280"></div> <div id="portfoliomkt2"><img src="images/large pic.jpg" alt="portfolio2" height="230" width="280"></div> <div id="portfoliomkt3"><img src="images/large pic.jpg" alt="portfolio3" height="230" width="280"></div> <div id="portfoliomkt4"><img src="images/large pic.jpg" alt="portfolio4" height="230" width="280"></div> <div id="portfoliomkt5"><img src="images/large pic.jpg" alt="portfolio5" … UI / UX Design html-css web-design | |
I have this line of code: $str = "$str<td><a href=\"javascript:Open($Row->ID , $Row->IDCode)\" title=\"click to open window...\">more...</a></td></tr>"; it works fine when the IDCode at the $Row->IDCode is a numeric but then it doesn't work anymore when the IDCode starts with a character. At my database the ID is int(11) unsigned and … UI / UX Design web-design | |
I want to overlay "New" & "Hot" logo on the product image just like a shopping cart website but I don't know how to do it. Please guide me or help me to modify the code if possible. Great thanks to everyone who try to help me. Really urgent. This … UI / UX Design html-css image web-design | |
Hello, apart from Photoshop, are there any other web designing tools which can help quickly build up a design and/or web prototype to show to clients before eventually going on for the implementation phases? UI / UX Design web-design | |
Every time when I design a website I say who cares about IE , but that's not a professional way to design so I need help in making my design comaptible with all browsers this design in chrom and firefox  but in IE its looks like  … UI / UX Design html-css web-browser web-design | |
Hi all a div located below the top div is positioning itself roughly 200px higher than expected. The top div is filling the browser window as it should be; but the bottom div is overlapping the top div. I hope this makes sense :S The properties set for the top … UI / UX Design html-css web-design | |
Chaps, I have a question about nesting elements. I am using bootstrap for a project I am working on, and for whoever didn't know that - I am one of those - in bootstrap buttons are `display:inline-block;` Now, I have this situation at the moment: `<p><button>My button</button> This button means … UI / UX Design css-bootstrap web-design | |
# Row spacing, go away, and never come back! # Hey all, I can't for the life of me figure this one out. I have an email. I have a table. I have a gap between two rows that I can't get rid of in IE. I've googled it, tried … UI / UX Design html-css web-design | |
I am working on a responsive web design. For some resolutions like below 800px across, I hide a whole div with syntax such as: @media only (max-width : 800px) { div.well._menu { display: none; } } How do I bring the div back to its default if the display property … UI / UX Design display html-css web-design | |
2 Divs are not showing when I upload to a server, but they show ok on my localhost(wampp). Can anyone offer assistance on why this may be? The divs in question are'footer' and 'poster' html <body> <div class="wrapper"> <?php include '../inc/header.php';?> <div id="info"> <div id="what"> <span class="h1">WHAT IS IT?</span> </div> … UI / UX Design html-css web-design | |
Is there any way to send an e-mail in html and not using php in it ? UI / UX Design email web-design | |
![]() | Hi, I'm making a quick site and all the content is on one page, and I'm using a small menu with anchor links to make navigating to a certain part faster for the end user. I have two anchor links that work fine (About Me, My Projects) but the "Contact … UI / UX Design web-design ![]() |
Hello I would like to write to a database a message that might be in greek. How i can do this? the form that i have is: <form accept-charset='UTF-8' action="addcommentcheck.jsp" method="post" id="addcommentid"> .... </form> and the database is utf8_unicode_ci for the name that could be in greek. How i can … UI / UX Design web-design ![]() | |
body { margin: 0px; padding: 0px; } .clear { clear: both; } #menu { position: absolute; left: 50%; bottom: 85.125%; z-index: 100; height: 100px; margin-top: -200px; width: 300px; margin-left: -150px; } .kroppen { font-family: serif; position: absolute; left: 50%; width: 865px; margin-top: 197px; margin-left: -450px; padding: 25px; color: #000; /*margin-left: … UI / UX Design web-design | |
I've been trying to get the visitor IP address (and host if possible) put into a hidden field to submit with a contact form. The site is hosted on godaddy so the submission form is gdform.php. I haven't had much luck tinkering with their php file, so I'd rather place … UI / UX Design web-design | |
Help me positioning three divs, next to each other? my code doesn't work.. why 'merah' div display after 'biru' div content. what's wrong with my code? <div class="kuning"> Kuning </div> <div class="kelabu"> <div class="hijau"> Hijau </div> <div class="biru"> Biru <br /> sdaddfcdsf fdfdfdf dfdfsfsd fdfsdfs <br/> dadads dsdssssssssssssss sssssssssss <br … UI / UX Design html-css web-design ![]() | |
Am I just clueless, or where can I find the coordinates of the cursor in the latest version of Photoshop or Illustrator when I have View Rulers turned on? UI / UX Design web-design | |
Is there some standard trick to styling labels and checkboxes so they appear consistently in all browsers? The attatched pic with the label obscured by overlapping checkbox is what I get with Chrome and Safari for Windows. The other attatched pic is what I see in Firefox, IE and Opera. … UI / UX Design html-css web-design ![]() | |
Hello, anyone can help me with centering the text content attached below so that it centers in height as well in the container div? The css for the div is below: div.level-1-menus { background: url("background_menu.png") no-repeat scroll 0 0 transparent; display: table-cell; float: left; height: 45px; text-align: center; vertical-align: middle; … UI / UX Design html-css web-design | |
![]() | I'm using the app mediabox which lets me create iframe lightboxes. I don't want horizontal scroll on the iframe, just vertical. The issue is I have NO idea how to add a new class in the CSS of the program to achieve this. Here is the css. #mbOverlay { position: … UI / UX Design html-css javascript web-design ![]() |
I'm sure this will be very simple for someone to figure out, I have a template form a company called cvent, we are using them as our registration payment solution. I have been trying to get their template to suit our site but I am falling short with aligning the … UI / UX Design html-css session social-media web-design | |
Hello, is it do-able to write something like the below in a css file if I want to apply different styles based on the browser loading the css file? Currently I have a website which is rendered correctly in FF and Chrome, but nor in IE 8 (and prev. versions), … UI / UX Design html-css web-design | |
The line appears as a red line in google chrome for the below tag: <hr width="1052" style="border: 1px solid #990000" color="#990000" size="1"> However when I view in IE it appears as a box with white filling but red border line. Did I miss something? Your help is kindly appreciated. Thank … UI / UX Design html-css web-design | |
Hey guys, My CSS external file is not working in the page even i placed it correctly?? Plz Give Me a help UI / UX Design html-css web-design | |
Hello, I have used the css background-size: cover, where it works well on Firefox and IE9, however, on IE8 it is not using this css at all, anyone can help me find a way to make it compatible on IE8 (and previous versions if possible) as well? UI / UX Design html-css web-design | |
How can I use [this plugin](http://roxon.in/scripts/vertiscroll/) in my website? I tried all the possible css settings to my knowlegde but still it is not replacing browser scroll bar with custom one. And is ther anything else I can use instead? which has smooth scrolling and custom styling options. UI / UX Design web-design | |
![]() | Chrome has that allows you to profile the rendering of the DOM elements on the page (at least I believe that to be the case) https://developers.google.com/web-toolkit/speedtracer/ I need a way to do the same thing in IE. This is currently not possible from the web developer toolbar (you can only … UI / UX Design developer-tools web-design ![]() |
Hello, I have a website in which I want to replace the menu bar. I have created the menu using html and CSS. The Css file is a separate file. I have included the sidebar using include sidebar.html. The sidebar does shows but all the rest of the page is … UI / UX Design html-css web-design | |
Hi with the following code i am able to bring 3 Div's in a single row which are surrounded by a parent DIV. Now the problem is separating each div with a vertical line which makes it look like table cells in a single row. This can be done easily … UI / UX Design html-css web-design | |
Hi, Is there a way to style tooltips that appear by using title attribute? So far I have been able to find out that its div but cant find out if its associated with any class. And on other site answer I got was No and work around it using … UI / UX Design html-css web-design | |
Hello. Please help me in the followig questions; How to; * Print a specific form. * To set custome header and footer. * Goto other page, enter data from previous page and trigger a specific button on next page. Regards. UI / UX Design gui web-design | |
Just to note: My brain in engaged and has been for awhile on this topic. I've learned and implemented a lot over the past week or so regarding CSS and Div tags, BUT... I am running into issues with formatting of data within table cells that I've never seen before, … UI / UX Design web-design ![]() | |
How can I make the menu more fluid than it is now, you will see what I am talking about when you see the fiddle http://jsfiddle.net/jspence29/wCXB5/ UI / UX Design web-design | |
I have this code: <html> <head> <title> Psycho Site - About Us </title> <style> /* container */ div.container { width: 1574px; } /* end container */ /* header */ div.header { background-color: #DDA500; } h1.header_h1 { margin-bottom: 0; font-size: 65; } /* end header*/ /* menu */ div.menu { background-color: … UI / UX Design display html-css web-design | |
Hi, I have following code and I want to remove first seperator using css here's the code <div id="sub_nav"> | <a href="#">Fashion Insider</a> | <a href="#">Leasing</a> </div> UI / UX Design html-css web-design | |
This is the code for my third level drop down menu. <ul id="menu"> <li><a href="ourlovestory.php">Our Love Story</a></li> <li><a>Notes</a> <ul> <li><a href="blog.php">Blog</a></li> <li><a href="guestbook.php">Guestbook</a></li> <ul> <li><a href="guestbooksign.php">Sign our Guestbook</a></li> </ul> </ul> </li> </ul> What i want is the third level, Sign our Guestbook, be hidden then be displayed once hovered to … UI / UX Design html-css web-design | |
I need to cause the back forward and reload buttons to end a web login session and redirect the user to a page or an alert to tell them that they are now logged out. I am not sure how to test for the navigation buttons use with HTML. UI / UX Design session web-design | |
I finally got it figured out how to use background images for a vertical CSS menu... I must be a slow learner. anyway... Could someone tell me the trick to getting some space between each of the menu links? I'd like them to be separated by about 5px or so. … UI / UX Design html-css web-design | |
Hello, I have created my vertical menu which is suppose to open up on the right. However it seems like it is going behind the content of the page. How can I bring the menu to front? UI / UX Design html-css web-design | |
Hi! I've copied this drop down menu code from the web. It's working fine and the submenu's are displaying. However, when I place another div next to the first one. The submenus were hidden already. Could you help me? This is the header file. <div class="divMonogram" onmouseover="this.style.cursor='pointer';" onclick="window.open('index.php', target='_self');" align="left" … UI / UX Design html-css web-design | |
Hello All, I am actually moving these questions over from a thread in PHP because the original questions I had evolved into learning this aspect of coding that I've never addressed previously. I am trying to get pictures displayed in a rotating fashion as part of a page header. Initially … UI / UX Design web-design | |
Why is it that when i use the mac version of dreamweaver, it doesn't ***always*** let me use the border-radius effect but when i use the windows version it lets me. Why is that? Sorry if this is a stupid question... just curious. UI / UX Design web-design | |
Hey everyone, It's a bit unusual for me to post in the html section. However I am stumped as to why I have three divs. One aligned to the left and two aligned to the right and when I add the third div aligned to the right, the left div … UI / UX Design html-css web-design | |
Hi there I am working on my company's festival website and I am trying to implement social media feeds on the right. Twitter worked a treat but facebook is giving me grief. I tried a page badge but it looked like hell. I am currently using the Like Box but … UI / UX Design javascript social-media web-design | |
I've made this table for my web app, which shows a list of images: http://f.cl.ly/items/0B2d0y2d241v1J0a0D1N/Screen%20Shot%202013-05-12%20at%2016.11.32.png How do I vertically center the items in the table? Thanks for any help UI / UX Design html-css web-design | |
HTML CODE <div id="wrapper"> <div id="navMenu"> <ul> <li><a href="">HOME</a> <ul> </ul><!--ul mrena --> </li><!--fundi i LI --> </ul><!--fundi i UL --> <ul> <li><a href="">IL BRAND</a> <ul> <li><a href="">il nuovo marchio</a></li> </ul><!--ul mrena --> </li><!--fundi i LI --> </ul><!--fundi i UL --> <ul> <li><a href="">PRODOTTI</a> <ul> <li><a href="">Carburante</a></li> <li><a href="">Prodotti Speciali</a></li> … UI / UX Design html-css web-design | |
i started html from the book head first html n css , and just in the second chapter , they're talking about having your own website and that it would help out in learning html. i dont really know anything about this, can anyone suggest if having my own website … UI / UX Design html-css web-design | |
Hi there I have a html page in which i have flash video and youtube video if borwser detect flash player the flash player vidoe run but if flash player not detect than it play youtube vidoe and the problem is that the iframe not open the youtube video it … UI / UX Design javascript video web-design |
The End.