13,937 Topics
![]() | |
Good day i would like to know how the dark color in the image below was done . here is the link to the website just so you can see how it was done . [URL="http://webcache.googleusercontent.com/search?q=cache:Xc85KzMDbnoJ:forums.digitalpoint.com/+digitalpoint&cd=1&hl=en&ct=clnk&gl=ng&source=www.google.com.ng"]here [/URL] | |
I worked with someone to get this page SNIP at it's present stage. Although I'm no CSS guru I have a few things I want fixed/changed, one of the first things is I don't want a fixed header but I have no way of fixing out how to remove as … | |
I have a <textarea> and <button>. When button is pressed the text entered in textarea will be displayed inside of <p></p>. So I want: when I enter for instance "1<br>2<br>3" in textarea and press button, exactly the same text is displayed in <p> i.e. "1<br>2<br>3" is displayed instead of 1 … | |
After upgrading to windows 7, I started noticing some odd behavior in IE8. It became clear when I went to Ebay that some navigation links work, and some don't Particularly, I can't get from one page of listings to the next. There are some other links that don't work on … | |
studying with sessions college and when i loaded the page to my domain I got this error: Parse error: syntax error, unexpected T_STRING in /home/a8556423/public_html/adverstising.html on line 1 here is my code: (can anyone help please?) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" … | |
I am trying to get my web site to look good in internet explorer but when IE displays tables it messes up. I have this thing with a green table header at the top of every table. In that green table header I would have a title for what is … | |
Hey, I have a table on my site in which I want to <th> to have a background-color of black and the <td> to have a background-color of grey. Also to have a border at the bottom of the cell and none on the top of sides. Now I have … | |
I'm trying to correct an issue here with the many while attempting to streamline our billing portal with our site globally. See screenshot, text is getting crushed and aligned to the top for some reason. It should be like this: [url]https://www.logicweb.com/web-hosting/index.html[/url] The sub-menu with highlighted "web hosting" is the one … | |
Hi folks, Having a little issue regarding getting elements to align. Specifically the 'user' bio blurbs. There is also the small gap at the bottom of the screen that renders in Firefox and IE but I can't recall how that got there. You can have a look at the page … | |
Hi, I have managed to get a couple of friends asking me to design sites for them, I have experience in web development from when I did my project at university but I have become rusty. I used to use webmonkey for many of my tutorials but I find that … | |
am designing a website that it core function is to market architectural design(dispaly images of designs). it has a background of color blue and the menu options & headings are orange in color. is the color contrast okay (blue+orange)? if not which is the best color to contrast with blue? | |
Hi ya, me again. I have done some more work on my website [url]http://www.antobbo.webspace.virginmedia.com/webediting/our_web_standards.htm[/url] but I am having an issue with the content being pushed down by the navigation. Now, I read few tutorials on float but I don't seem to be able to find the answer there. I presume … | |
Hi, I am preparing website in English and Hindi, As per my search for web site in hindi there is need of font embedding for this we need two types of files .eot and .pfr I make both files and attach it too. it is working properly in I.E but … | |
Hello, I have a problem with my image. I have an image displayed. But I also have set up a div table to display in front of it. I have set my z-index of my div table to 100 and my image to -1 with position: absolute. This way it … | |
Greetings Folks, Recently launched a full redesign of [url]www.logicweb.com[/url] I'm working on the back customer portal and have this very strange issue with the submit buttons appearing cut off as shown in the image. I'm not sure why its cut off, but any help would be appreciated. Its supposed to … | |
My website: [url]http://realnewschannel.com/[/url] displays fine in Internet Explorer and Opera but distorted in Firefox. I would appreciate any suggestions. | |
hello all i have a jsp project when i run this using apache-tomcat on windows server 2003 a pop up window open in the top of the page notifying about the active x control.when i move the mouse over menu bar item it is not showing drop list.i an not … | |
Not sure if this is the right place for this, but here we go. Basically I would like to get back into building websites, but I have no idea which dev tools to use. I haven't built a website for about 5 years ago and then I was using Microsoft … | |
i have this picture that is 700px and im trying to display it in google chrome. but the picture cuts off after about 50-100px. I went on validator.w3.org and it is completely tidy. here is my code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv=Content-Type content="text/html; … | |
Hello everyone, I made a layout using float:left and it's ok until the browser window is resized. When window is resized everything messes up, how to fix it??? how to make it independent from window size? I mean whatever the window size is, layout keep it's positions. Here is what … | |
We're using IE and an ASP.NET web application to open Word documents stored on a shared directory on a server. From ASP.NET we're passing the path to the file (\\server\path\file.doc) and in Word 2007 and older, using any version of IE, this works, even for multiple files at once. In … | |
![]() | I have spent days reading different threads and trying lots of stuff, but nothing has helped my problem. My setup is a home network with one desktop PC wired to an ActionTec router-modem on ATT DSL and 2 PC laptops on wireless. Everything works on the two laptops, but I … |
I've got a pure CSS drop down menu where the child buttons cover up part of the parent button. Any ideas how to fix this? You can see the page here: [URL="http://www.powerzoneequipment.com/index99.asp"]http://www.powerzoneequipment.com/index99.asp[/URL] Here's the relevant CSS code: [CODE] #hpmenucontainer { clear: both; width: 610px; margin: 20px auto; height: 96px; } … | |
3 questions please if I may. 1. Why do I get security certifcate errors? I lately keep getting them with sites I use all the time, like craigslist, godaddy, others? 2. Why do sometimes I start my computer and all my icons are all mixed up on the desk top? … | |
Hi Folks, The page on which my userscript will run has a namespace, the namespace defines a constructor function. I would like to create an object using the same constructor and use methods of the object in my userscript. So far I have been unsuccessful. Here's what I am trying … | |
Hi, the default image formating is such: [CODE]img { padding: 8px; border:none; }[/CODE] Now when my image is in this span I want it not to have padding. [CODE]<span class="article_img"> <input type="radio" name="image" value="http://xx.98.27.116/~ylakiai/uploads/naujienos/naujiena16.jpg"> <img class="no_padding" src="http://xx.98.27.116/~ylakiai/uploads/naujienos/naujiena16.jpg"> <a class="trinti_img" href="" id="naujiena16.jpg"> <img src="http://79.98.27.116/~ylakiai/images/admin/delete.png"></a> </span> [/CODE] And I made code in … | |
hi, I m currently working on a website for which i m writing htaccess file. I have a small problem.. My same script index.php takes either 2 or 3 arguments and accordingly i wish it should be rewritten so for that I am trying to use following code. [code] Options … | |
Hi all. I've just started using Moodle about four days ago and was wondering if I can include an interactive lesson. Interactive here means that user will need to navigate through in order to progress on the lesson. I understand there is software like eXeLearning that can be used to … | |
Hi, I am trying to output some data from sql db within excel to XML. I am updating the sql db from the excel worksheet and then outputting the records from the db to xml. I have used CDATA to parse html within xml but i can only get one … | |
Hey I'm having a bit of a weird problem. I have an image contains in a div (#rel-content) and that div inside of another (#releases). Here is my HTML code: [CODE] <div class="releases"> <div id="rel-topbar"><img src="images/blackrightbar.jpg" width="312" height="39" alt="Release Navigation Bar"> </div> <!-- rel-topbar --> <div id="rel-content"><a href="http://itunes.apple.com/gb/album/erased/id377011296?uo=4" target="itunes_store" ><img … |
The End.