10,650 Topics
| |
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 ![53f1b261927ecccc0dff023ac4c27f0f](/attachments/large/3/53f1b261927ecccc0dff023ac4c27f0f.jpg "53f1b261927ecccc0dff023ac4c27f0f") but in IE its looks like ![ef88efcec644c2ec62b503af50378cb2](/attachments/large/3/ef88efcec644c2ec62b503af50378cb2.jpg "ef88efcec644c2ec62b503af50378cb2") … | |
I want to make a image pop up on my site, where if you hover over a line of text, a image will pop up on top of everything else on the page, using HTML5 and CSS3, can someone help me with this? ~I've tried some tutorials online but they … | |
I'm not sure where to ask this question, as I am not sure what the project consists of. Basicaly I'm intersted in making my own email client using web technologies, and I'm unsure as to what this entails, what technologies I would require, and where I would go about seeking … | |
hello ive been trying to get my .htaccess file working but nothings doing the trick. here is the code that i am using. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php | |
what is the difference between margin & padding ? wy we use them ? | |
hello guys i ask question it easy to use html language to web design? or they have other language that easy to use guyz i ask question again they have site that i can learn about html web design?? | |
Hi All, I've been struggling with this problem for the better part of 2 weeks. (Trying to help an aunt with a website.) I just can't seem to discover the issue. I've simplified the scenario to a very basic site just for the ease of troubleshooting. But I cannot get … |
The End.