10,655 Topics
![]() | |
Dear All, We have got 3 divs as below. What we would like to do is that the inner div gpsDataDiv will be table populate and later just assign here using this method document.getElementById("gpsDataDiv").innerHTML = htmlString;. The problem here is that in IE there is space between the two div … | |
If I wanted to make a site liquid with percenteges, could I make the background image of a header change sizes with the window? Or will the image stay the same and just make it look wierd? | |
When I use my css inline it works just fine, but when I try to do external, it leaves out the first selector group, whatever it is. Right now its my body, but if I took that out it would leave out whatever took its place as first selector. The … | |
Hi Guys I'm having an issue with styling the MySites in SharePoint and am wondering whether there is anyone here who has any experience with this... Basically I am trying to move the top ribbon (Site Settings...) above the top navigation bar (My Site, My Newsfeed..), this is the code … | |
I would like to put a scollbar in my page so that people would not see all the comments in my commentbox and would have to scroll down. I **do not** want to add an iframe or a textarea to do this. How can i do this? Sanchixx | |
Hi am john from chennai,newbie for this forum.i am working for TreeShore Software Solution.TreeShore is a leading web design company,logo design,flash design,brouchure,flyers,catalog design with template and more collateral business cards and letter head design services company in chennai,India. <snip> | |
I cannot find the cause of this in the HTML. The Google ad blocks are too small and the print is too large. How do I make the print smaller or the Google ad blocks larger? http://www.phifoundation.org/cancer-treatment-and-cancer-prevention.html | |
[CODE]I'm currently redesigning my website in Dreamweaver CS5. My site was previously made in iWeb, which centered the page automatically in any browser at any resolution. When I preview my site in Safari using Dreamweaver, the whole page seems aligned left. Another issue (which I should probably also post in … | |
Well I have this website about a month blog I make concerning a Massive Multiplayer Online Role Playing Game. Call me addicted or what for making a blog of my playing expirience and achievements, but I am asking here due to my WebPages techinical details. It's hosted on geocities so … | |
I have been trying to get the sponser logos (Vail, Oakley, etc.) on [www,noahhoffman.com](http://www.noahhoffman.com) to link to their respective websites for the past few days and have run into an issue. Even though the images are linked they are unclickable. I think this is an issue to do with the … | |
Hello. I managed to place few DIVs, one below another in container DIV. The container DIV has fixed height (about the height of 2 inner DIVs). The problem is that the inner DIVs are drawn, in one "column", down and out of the container. How can I make them start … | |
Hi, I have a login system this is the code <table> <tr><td> <?php /** * User has already logged in, so display relavent links, including * a link to the admin center if the user is an administrator. */ if($session->logged_in){ echo "<h1>Logged In</h1>"; echo "Welcome <b>$session->username</b>, you are logged in. … | |
Hi, I am trying to set up a website, but I have found that when I reload a page of just move from one page to another, the whole background area flickers white. I have tried various things to try to fix it, but to no avail. Any advice would … | |
Hi, www.invoguelogo.com is a logo design and downloading site. It has a collection of different types of logo. Whenever I try to search in google by related logo design keyword, I can’t found my website in the search result. How can I improve ? | |
Hi everyone, I have problem with links on my site ([http://troszczynka.pl](http://troszczynka.pl)). I would like to place them permanently on the top of the notebook (just like in the project: [http://troszczynka.pl/home.png](http://troszczynka.pl/home.png)) and make an animation of rolling out link with jQuery with mouse hover event. I can manage jQuery by myself … | |
Hello, I know CMS like Drupal, Joomla, Wordpress and others offer many templates, and I want to know whether it is possible to build a template which could be used on Drupal, yet at the same time on the others, thus making it CMS independent? Any tutorials/links on this if … | |
Hi, i'm trying to do a table with border:1px solid #000000 But i want border between rows and columns. Can someone help me, please? Here's my table if it helps or something: <table> <thead rowspan=1> <tr> <td>Nome da Banda</td> <td>Estilo</td> <td>Atividade</td> <td>Line Up Atual</td> <td>Line Up Tour</td> <td>Ex-Membros</td> <td>Linguagem</td> </tr> … | |
Hi guys, I have a question about selectors in css. Let's take this html excerpt but before looking at the code let's assume that the html is part of a very very large page, and the same with the css. In addition the css rule below is called several times … | |
How do you get a visited link to go back to the unvisited color? Like if I x out of the browser and come back a later day, I want it to be the original color again. | |
This is my web: [masterlink](http://www.masterlink.co.id/Rustoleum2.php) The content only looks good in 1280 x 800px, other than that it start being dislocated. I thought I already place the content inside a container which I located in the center no matter what the resolution is. The content suppose to follow the container, … | |
Hi I have a wordpress theme which I am looking to add some custom Html and CSS from another theme to The actual theme code is here for the page http://cssdesk.com/Uhwus The code I am trying to see is some of this http://www.kevinwiles.co.uk/wp-content/themes/breeze/cv/ I am looking to take out the … | |
How would you add sub meus to this menu. <div class="menu"> <ul> <li><a href="index.html" class="active"><span>Home Page </span></a></li> <li><a href="contact.html"><span>Contact Us</span></a></li> </ul> </div> | |
How can I put it next to entry blog on right without using margin:-3900px;? | |
Hello, am looking for a tool which can help me render a static website quickly so as to show the clients a quick prototype of how their website would look, and the tool must be able to generate the html codes and store them, as well as provide the design … | |
Hello Friends, I was trying to update my website sitemap by xml-sitemaps.com. But it is showing me an error now. Can any body help me how can I create sitemap for my website. I will be so please. I am seo not developer only have small knowledge of development. So … | |
Hi, I have a list of image URLs and I want them all to be downloaded locally. Copying each url paste in browser and then save to folder takes long time. Can any one suggest any software which takes list of image URLs and download all images in a specified … | |
Hi all... position elements is giving me a hard time here :( hope you could hlep with with these 2 questions. 1. how does inline, inline-block, block affect position? 2. consider the code below, how do i vetical and horizontal center the elements inside #contenter. seems code tag doesnt <html> … | |
how can i make this div unresizable in a smaller screen size: #space3 { display:inline margin:auto; font-family:Arial; text-align : left; font-size:16px; width:490px; background-color:#f2f2f2; border-bottom:0px; padding-bottom:0px; padding-top:0px; padding-left:20px; border-style:solid; border-width: 1px; border-top:1px; border-right:0px; right:345px; position:absolute; } #space3 a { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 0px 0px 5px 5px; font-family:Arial; text-align … | |
I have an issue, that I really need help with: The url to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate[/URL] I was having an issue with the text on the homepage (ndex.html) not shpwing up. I then downloaded a new, updated cufon-yui.js, to replace the one I had on my site. This fixed … | |
![]() | Which of the following is used to set up a Style Sheet? <STYLE> </STYLE> <SHEET> </SHEET> <CSS> </CSS> <STYLE> </SHEET> ![]() |
The End.