10,643 Topics
| |
Ok i've just starting learning css and html and i created a nav bar following a tutorial. HTML file--------------------- <div id = "wrapper"> <div id = "navmenu"> <ul> <li><a href="#">ITEM</a> <ul> <li> <a href = "#">items</a> </li> </ul> </li> </ul> <ul> <li><a href="#">ITEM</a> <ul> <li> <a href = "#">item</a> </li> … | |
[Click Here](http://www.nsbm.lk/target_home.php?eid=overview) please refer this link and click on Quick Links the side elements (content area) changing without loading page how do i archive this in my web site i can create page for each and every Quick Link but i dont wannna do that i want to display that … | |
greetings all, I'm trying to make a sidebar navigation using ul and li tags, and structurally it works fine, but I cannot seem to get one of the list items to appear "selected" so that it displays in a different color from the rest of the menu. Here's basically how … | |
Hey all! I've got an issue with a new site under development with quite a complex design. Here is the site. http://www.ultimissimo.net/ Here are my issues. 1. IE as well as a few other os/browser combinations are ignoring my image borders. The blocks in the left hand sidebar should have … | |
Hello, What's the difference of using AspNetWebTools2012Setup.exe and the NuGet ? I can't catch the meaning. Can any one suggest me? | |
I'm trying to build an agenda website in php, have downloaded a free css, I have done all the necessary implementations on the index page , i mean have included som php scripts. When i load it from my browser it doesn't show the design, i mean the technical changes … | |
how to make the image shows side by side but center of the div thankx in advance the css used .img-wrap { width:200px; margin: auto; } .img-wrap img{ display:inline-block; float:left; } the html <div class="img-wrap"> <img src="img/first.png" /><img src="img/second.png" /> </div> | |
*Note: I edited the title to ("Remember me" checkbox for HTML Forms) but it did not change. Hi, I'm trying to implement a Remember me feature for this form below. I'm using my demo website to login to another website. I did a couple of searches here on Dani's and … | |
I've got 4 great ideas for websites that I'd like to make. I've created the layout of each within photoshop, however, I have no real experience with html/css/php/javascript so that I could actually bring it into code. 1. Where's a good place to start learning web design/development (html/css/php/javascript)? 2. Would … | |
I have an item box to show an information for things to be sold yesterday its was all working perfectly, but now its all missed up in Firefox look at this pic ![ff](/attachments/large/3/ff.jpg "ff") but in chrome ![ch](/attachments/large/3/ch.jpg "ch") here is the html code <div class="item" ><!-- item--> <a href="ad.php?ad=<? … | |
Hey guys, I'm having a bit of trouble with my gradient button. It looks great on Webkit, but when I try writing the gradient for FF, Opera, and IE, it doesn't work. Here is my gradient code for Webkit: background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135,224,253,1)), color-stop(25%, rgba(83,203,241,1)), color-stop(50%, rgba(5,171,224,1))); … | |
I'm using the Simple Grid theme in Wordpress. I have no idea what I've done, but the portrait view on an iPad 2 no longer fills the width. For some reason, #main_container is cut off about 100 pixels when you rotate from landscape to portrait. I've re-inserted every div I've … | |
Hey everyone! I'm looking forward to being a part of the community. I'll answer questions when I can, and I'll be posting questions for you 'gurus' out there that can shed some light on problems that I encounter. Recently I've been getting more into responsive design on the WordPress platform. … | |
How would I take a liquid layout from a site such as http://www.graceworkskids.com/index.html and use that same design style on a sitle like http://1stbytes.com/ What am I looking for in he html code? | |
My css file is size.css and it contains -> `body { width: 100%; }` My html file is below. I can not see a difference between using and not using the css file. I'M trying to get everything on the page to get smaller(including images) and reduce down into one … | |
What is a scalable image? If a client wants his logo to be "scalable", what exactly does that mean? Can I create it as a regular logo, and then just save it as .svg, or do I have to create the logo in a certain way? Thanks. | |
i am new to html when i try to login i clicked the member login then it shows the login form focused how can i acheive it. | |
http://mondaymorning.nitrkl.ac.in/ This is my institute's website.The problem here is while initial loaading,the content("Headlines") on the left overlap making it look ugly.But once loading is complete,the elements are able to position themseleves accurately.What I have done so far is inspected the elements relating to that area,but I can't understand what's actually … | |
I have this problem specifically on phones and tablets is that the misaligned blue search icon on the top left. Not sure how to fix this. www.talkjesus.com is where it happens. Works on desktop, but not phone or tablet. screenshot http://i48.tinypic.com/a3o1l1.jpg | |
In todays time has its own value and we all need to save it by some or other means. By considering the time factor I am looking for a secure web conferencing appliance. The appliance should be secure to use. Do you have any suggestions that can help me decide … | |
Hey, How do i get a mobile website made for my website, as my website is currently too heavy to be properly displayed on mobile devices. I fear that i might lose out on a lot of customers because mobile companies typically have a download limit. Please advice. | |
Simply show hide div Using css.. a popdiv visible when hover on download link same with other links. but in ie7 there is some Z-index problem My code is below (please be kind, I know I'm not very good at this), any help is appreciated. `<table width="100%" border="0" cellspacing="0" cellpadding="0" … | |
Hi, I have a question.I have a folder called Web Site.Inside it I have 2 folders n.1 and n.2.Inside folder1 I have a page called index.htm.Inside folder2 I have a page called home.htm.How do I link index.htm with home.htm and viceversa? I appreciate your help thank you. | |
Can anyone tell me what is making my website load so slowly? My url is [www.beatlesongprofiles.com](http://www.beatlesongprofiles.com). I would really appreciate some insight into this issue. What can I do to make this site load faster? Thanks! | |
Okay first hi people in back from the dead lol :) I've got this problem u see I'm using class As I'm making a navigation bar . but the problem is the bar is not being formatted here's my code : | |
Hi, I have 2 web sites I created using Expression Web 4. One uses a dwt and the other a Master Page. On both sites I put a pdf file in a content page. They display and open great but they cover the drop downs on my menu. I have … | |
Please comment on the following very simple css stylesheet, especially with regard to what essential elements and tags are missing from it. body { background-color: #00008b; font-family: sans-serif; } div { background-color: #7fffd4; color: #00008b; padding: 3%; margin-bottom: 3%; height: 100%; width: 94%; } .title { font-size: 300%; text-align: center; … | |
Hello, I have created a custom CSS file for WebKit which I have attached to my browser. I am using webkits -webkit-transform: scale(2) to webpages which works exactly how I wanted it too. However for some reason when this css is attached to my browser and I go to skydrive.com … | |
Hey guys. I need your help with mod rewriting I'm trying to rewrite http://site.com/#article http://site.com/#comments http://site.com/#movie to http://site.com/?id=article http://site.com/?id=comments http://site.com/?id=movie |
The End.