10,655 Topics
![]() | |
Hi, I am trying to use an image sprite for icon in my button. Following is my css class for the same. The problem I am facing is that it seems to be pulling even the neighbouring image (which might be due to bigger text on the button) Is there … | |
How can I change the color of a Vector Smart Object that was imported from Illustrator into Photoshop? Both products are from CS 6. When I try to do color overlay it just colors over the whole thing, and there's supposed to be a white cutout in the vector. | |
I've got a web page that allows the user to create a canvas that can be as much as 50,000 pixels on a side (they're maps). I draw everything on a canvas, scaled to the user's viewport. Unfortunately, you can't print a canvas; you have to convert it to an … ![]() | |
I am going to host my own website, using Microsoft's ISS to host them. My question is that when I am hosting them, and I want to update them with a newer look, will I just be able to edit my HTML code and then the next time the page … | |
Dear friends, I have no knowledge of Web Designing but want to create my own website. I have tried many software but did not succeed. Can anybody will help to find out the right software for free which can help to create a websie for myself. Regards Priyaranjan ![]() | |
Hi, I need to fit the website width to the screen width and when I zoom out the browser, I don't want the website width to stretch on left and right. I am using the Javascript now to assign the website width the value of window.screen.width, but I faced problem … | |
Hello i am able to add icons next to files that end in these extentions, what im tring to do is to add icons next to directories. Any ideas ? Thank you a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] { background:transparent url(zip.jpg) center left no-repeat; display:inline-block; padding-left:40px; line-height:18px; } | |
I have one html table on few pages(100 rows per page). Is there a way to load (not the initial first page) a page with specific row on it (if id of that row is defined)? | |
Hi all, I have spent a few hours on this now, and I have to admit that I have absolutely no idea what is going on. I have a background image that is not showing in IE7 and IE8, other browsers are ok. Here is the link http://antobbo.webspace.virginmedia.com/various_tests/imageProblem/confirmation.html I am … | |
Chaps, I wonder if anybody can help me with this issue. Basically, I have a simple page that I am trying to make responsive and it all works ok except that on a mobile phone in landscape mode I am experiencing problems. Now, let me say first that I have … | |
Hi guys and gals, I'm in the process of developing a responsive website and have run into something which I was not expecting. I have all my margins and padding set to 0 (or at least I thought I did). However, when I place anything into the header, it automatically … | |
where should I put it, if I want to add an image, css or html? | |
Hi there, I'm trying to alter the below iFrame code (which places a music player on my website) so that it resizes according to what screen people view it on. My website is fully responsive, and the div that I'm wanting to put it in changes width depending on what … ![]() | |
Hello everyone, I just started with the book 'Learning Python the hard way' by Zed A. Shaw,and I have to say that it is really fun to learn code. I thought that it would be a problem because I'm 15,but I'm understanding it pretty well so far. Anyway,enough of the … | |
Hello, I need help with a menu I'm creating with a sprite image. I don't know why, but on hover it moves up what looks like 1 pixel. I have created a jsfiddle for it here: [Click Here](http://jsfiddle.net/Cgull/HrmH8/) Also, first time I am creating a jsfiddle so hope it's ok. … | |
Hello, I am trying to create a dropdown menu just like this site: [Doxadigital](http://www.doxadigital.com/) Any free script to do so ? Thanks before. | |
I have a very basic 3 column page that I would like to have centered. In every other browser that I've tested, it works fine, however, in IE it gets aligned to the left. Can someone take a quick glance and see what I'm missing? Thank you! [CODE] /* CSS … | |
Hello, I created my sidebar using html, css and jquery. The sidebar looks great when I open the html file and everything looks good. I wanted to include it in my website so used php include sidebar.html The sidebar is all disorted. When click on a heading it does not … | |
Hello, I have inserted my sidebar into my website. I get this: http://develop-platform.co.uk/5062-2-2/ But when I have the sidebar on its own, I get this: http://develop-platform.co.uk/basic.html What is the problem? | |
This code enables you to publish a CSS only with mouse click and keyboard tab image swap. Attached is a Demo example of how it would look on IE6. To ensure the greatest possible cross-browser compatibility/support this code uses CSS level 1 capabilities only. One of extra benefits is that … | |
Help! Css not showing up in IE link - http://www.maloofwoodworking.com/testpage.html | |
Anyone tryed Joomla as shopping cart script? | |
Chaps, I have a problem, and I am not sure how to get around it. Basically, I have a background image (it sits in a span) which is roughly 40px x 40px (bigger than the span) and it gets cropped off. How can I display the whole image even if … | |
hi, am trying to learn using css, i know a bit of html. My problem is the css dont seem to work on html,i dont know wat am doing wrong. thanx for any help | |
I want to take Admission for Web Design Certificate program in USA or New Zealand Can anyone tell which **Institute** is good to apply? And what are requirements to go to USA from India? I'm **Bachelor of Computer Application** with **62%** marks. I have worked with local firms and as … | |
is it posssible to hack into any network using only the knowledge of html and css??? | |
Can any one tell me is responsive design is must for a website?? | |
/<foldername>/<script> OR <foldername>/<script> Which of these two methods would be the correct method for CronJobs to access a script within a directory in the <root> directory or is there another method ? Since I can't access a folder within the <root>. I setup CronJobs for a script, CronJobs fired back … ![]() | |
hi: i built site using DW cs6 and 960grid responsive.. i want to divide the css for individual desktop, tablets and mobile outside of DW, i separate css into for different devices and sizes and nothing behaves.. DW wont let me use media queries and the 960grid responsive.. there must … ![]() | |
Whilst working in CS Photoshop on MacG5 my files have become truncated and unreadable as images. This happened after I exported cache. All editing has also been lost - any ideas? | |
I have built a large from and I have just discoverd my <button></buttom> does not work as a link I am using <button onclick="window.location.href='myurl'">Next</button> , but it is not working Help. | |
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> | |
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: … | |
Hello, Cek my site: [Innovation Web](http://www.innovation.web.id/) Any comments regarding it's scrolling ? I basically wants it only to have vertical scrolling and it should looks good in all browser and screen resolution. | |
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" … | |
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 … | |
I have a table that shows tabular data across 7-8 columns, which works very well on a standard monitor. However, on a smartphone or even a tablet, it's a little less functional. Is there a way to automatically condense the data into fewer columns when the page is being view … | |
I have been coming across retina support in web design. can you explain me what it is ?? ![]() | |
I am looking for an HTML5 chatroom for my website that is mobile friendly. I could find only RumbleTalk and chatwind but both have no 3rd party users integration, any suggestions? ![]() | |
I have a site that is running PHPBB forum software. When a moderator selects a post for approval, there is an HTML page that launches with the message "Are you sure you want to approve this post?". The page then requires the moderator to confirm the action by clicking a … | |
![]() | So I know I'm going to get grilled, but I'm an average-adequate javascript/html/css coder. I know my way around, but there's a lot of advanced features I do not know of. A friend wanted me to build a site for him, told me about what he wanted, then I looked … |
I have some images in a div called main which has the opacity set to 82% #main { background-color:#191919; width:800px; opacity:0.82; filter:alpha(opacity=82); } These images however are also slightly transparant. I tried setting the opacity of the image to 100% but that didn't help. I have no idea what's causing … | |
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 … | |
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? | |
Hello Guys, Do you know, what is HTML-5? if Yes, then please share your knowledge about html5. Thanks. | |
the html code. <ul id="level-one"> <li>First</li> <li>Second <ul id="level-two"> <li><a href="#">sub-Second</a></li> </ul> </li> <li>Third <ul id="level-three"> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> </ul> </li> <li>Fourth <ul id="level-four"> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> <li><a href="#">sub-Second</a></li> </ul> </li> <li>Fifth</li> </ul> the css code. ul#level-one{ width: 83.2%;/*gjatesia e Menuse kryesore*/ … | |
I have a table with 29 columns and each column with a big title. Is there any way to rotate the header of the table. Thanks. | |
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  … |
The End.