10,643 Topics
| |
| Hello, I'm trying to use conditional stylesheets to create a separate stylesheet for IE, but the stylesheets will not load for me. This is what I have: <!--[if !IE]> <link href="style.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE]> <link rel="stylesheet" type="text/css" href="style-ie.css" /> <![endif]--> I have also tried: <link href="style.css" rel="stylesheet" … |
Hello, Using codeigniter 2.1.2 and Bootstrap 2.3.1. I have just uploaded files from a local site to a live server. Somehow a div inside an accordion div gets different heights: On my local site I have this div: <div id="ui-accordion-1-panel-0" class="row ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active" style="padding: 0.5em 0px; display: … | |
Hey guys, I'm still in the process of learning css and I'm having issues with opacity/transparency. I have a login page with a background image. What I am trying to accomplish is to have the login elements not be transparent but sit on top of a transparent div so the … | |
Hello, I'm aiming to get a footer in a footer, in a way. I need the buildings footer to stay exactly how it is, that's perfect but then footer2 needs to also be on the bottom but overlap the orginal footer. How would I go about doing this? You can … | |
The BBC built this page and it looks good. http://www.bbc.co.uk/news/business-21938085 Can anyone shed any light on how they did it? Please | |
Hi I am building a website in which the contact us page should fetch the user current location and use his location and find the directions between his location and my business location. Is it possible? If so any pointers are appreciated | |
I wanted to verify is this a good example of a flyweight design pattern: package com.flyweight; public interface Chemical { String getName(); String getSymbol(); Double getAtomicWeight(); } package com.flyweight; import java.util.HashMap; import java.util.Map; public class ChemicalFactory { private static Map chemicals = new HashMap(); private static ChemicalFactory factory = new … | |
Hello My website shows my "Boarding House Reform" button right-justified on almost all browsers except for IE. Is there anyway to make it stick to the right under the "tell us what you think" button? http://www.newtowncentre.org/ Any help would be greatly appreciated! | |
#languages {margin: -70px 0 0 820px; text-decoration:none;} #languages a:link{color:black; text-decoration:underline;} <div id="languages"><a href="../index.php">ID</a> | <a href="index.php">EN</a></div> which one is #languages a:link ? Why both of them are underline? I wonder since I only choose one of them. | |
Hi guys.. i want to use arrow images in corner of my box...i m attaching pic as i want to do... http://postimg.org/image/fs7xp3a23/ currently i m not able to use image.. http://postimg.org/image/vfotqnucl/ my css is .tree li a{ border: 1px solid #ccc; padding: 5px 10px; text-decoration: none; color: #666; font-family: arial, … | |
I am creating a web page where the user and select an item by clicking on the button. The details of the item selected will be displayed in a dropbox. At the moment I can get it to update the quantity if the user selects it again. The problem which … | |
Hi there. So I have 2 pages with 3 divs. A content div containing a fixed sidebar div and a main div. The problem is when you're on the Index page and you click to go to the Contact page, the sidebar moves, or rather divs move, and I don't … | |
I've set up this testing website [here](http://siteoctopus.koding.com/projects/swangarden/index.html) It has a full screen background image and a content box in the middle. How would I horizontally center the box. I'll post the html and css here as well html, body { width: 100%; padding: 0; margin: 0; } #full-screen-background-image { z-index: … | |
I started my career as a UI developer.. My 1st task is too make HTML5 to work in all browser especially IE family... But i heard HTML5 wont support mostly in IE.. My question is... how to Make HTML5 work in old versions of Internet Explorer ?? What are roles … | |
Hi would you please help me to show how to add youtube like this link http://www.youtube.com/watch?v=sqzSlbZ4BCE when i use this command <embed width="450" hight="350" src="http://www.youtube.com/watch?v=sqzSlbZ4BCE"</embed> the screen still black !!!! and i want if i can to upload video and what type should i use to play the video??? | |
To whom it may concern I have recently launched my company's website: http://wwww.reflectbrokers.com and have run into a couple of problems: To start, I would just like to say that i am a beginner in web design and don't really have a clue how to write html, php or js … | |
hai hello. i need to do ibm-tgmc project on "employee welfare management system". it is a web basd application. i dont know how to start and what to do. please any one help me faster. and also i need to know how to connect the html pages that i have … | |
With all this talk about cheaper laptops for the third world, it’s easy to miss how inexpensive memory has become for us members of the first. I once prophesized to a colleague that by the end of this decade, a terabyte hard drive would be available for less than US$100. … | |
`enter code here`I am working on a jquery mobile html5 application.I have various pages with page id-"page1"... Onclick of button i want a parameter to be passed with the function on which the navigation will be taking place. for ex <input type="button" data-transition="fade" value="Next" onclick="checkIfValid('2');" data-icon="arrow-r" data-iconpos="right"> so it redirects … | |
Hello, So I've managed to get the footer to stick, at long last, but now if you are on 100% or above and scroll down the footer decides to not actually stick anymore. I believe this to be the case for all browsers, and I need a fix to this … | |
Hi I have some problem with body margin and unable to fix it. any help will be appreciated. Thanking you. My code is as follows `<body style="margin-left:60px;width:970px">` with the above code i am able to reduce the body width to 970px but unable to control body right margin. No matter … | |
hi i am develoing a webapp but in that i need to support vedio calls like google hangout, how to do this? | |
Hello guys, I'm making a website and i have a problem with the images from the css file. I'm using subfolders for the website (www.domain.com/category) and i'm using css sprites for the images and i'm having problems including the images. i don't want to use absolute paths. The path to … | |
Hi all, I'd like to clarify something here please, the inconsistent behaviour of browsers with regards to the pseudo class :visited. I had done quite a lot of research into it ont he web and it seems to me that every browser does something different. I appreciate this has a … | |
Hello! Currently I'm working on a project, and I would like to liven up the landing/homepage a bit. So I have rendered out a nice looking image in 4K resolution. Now I imagine setting that as a background image in css would make my website quite slow... I'm curious how … | |
Hi The following is my code. In this 2nd and 3rd divs are overlapping. I am not sure why? 3rd div is relative so it has to start relative to second div, that means it has to be after the 2nd div but why they are overlapping? <body style="margin-left:60px"> <form … | |
How can I make the following web page liquid? I want the fomr to resize with the browser. <html> <head> <title>Bail Bonding</title> </head> <body> <form action="bail.php" method="POST"> <table width="25%"> <tr> <td>First Name:</td> <td align="right"> <input type="text" name="fname"></td></tr> <tr> <td>Last Name:</td> <td align="right"> <input type="text" name="lname"></td></tr> <tr> <td>Address:</td> <td align="right"> <input … | |
Hi, I am working on purely CSS based template. The problem is when i will give padding for a div its taking different differnt in each browser. Could you please help me on this how to use in these situations. Ex: ie - width-padding in google chromo - width+padding Thanks … | |
An element is removed from the html file with the following code, $("#sample").remove(); When view the source code, the removed element still appear in the source code. Whether it is possible to remove the element from the source code? | |
I am new to both ASP and HTML. I am trying to create a questionnaire on the web for students to view and fill out. I am almost done with the form in HTML but not sure what to do after that. I was told that I need to know … |
The End.