10,651 Topics
![]() | |
I have a sidebar.php which contains: [code] <a href="page.html"><src="images/MyImage.gif"></a> [/code] If I do: [code] <?php include 'sidebar.php';?> [/code] from a file that is in '/', everything works properly (because it looks in /images for the gif). However, if I do: [code] <?php include '../sidebar.php';?> [/code] from a file in, say, … | |
Hey all, I'm doing a project to create an address book which uses a binary search tree (AVL node) structure to store, search and sort the data. There are 14 main fields for each address contact. All fields can be represented as strings. The 14th field can have unlimited entries. … | |
We have this script that makes the photo change when you mouseover different items on the list. How can we make the photo link change as well? For example, how can we make the photo link to Yahoo when we hover over item 1 but to Google when we hover … | |
Hi, I am working with a friend on a small pilot website and am having difficulty making the footer stay put. Any help is appreciated. Thank you! [URL="https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm"]https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm[/URL] Another problem is in the logo. Apparently, it is not ok to put <H1> tags inside <a> tags. I want the whole … | |
Hi there, am working on a new website and was testing it in Chrome and Firefox (looks fine) and when testing it in IE9, the top header image has shifted way off to the right. I can't figure out how to get it to stay put. Any suggestions from the … | |
Can anyone explain to me why the green sub_container in the following code doesn't expand down to fill the red main_container? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Test</title> <style> html, body {margin:0; padding:0; height:100%;} div#main_container {min-height:100%; background:red;} div#sub_container {height:100%; background:green;} </style> </head> <body> <div id="main_container"> <div … | |
Hello, Is there a way to make a background image/skin clickable and trackable via a pixel tracking url? Right now I have the background image set up through css: body { background: url(IMAGE URL) no-repeat; background-position:top center; background-attachment:fixed; } Thanks, George | |
Hi, I am trying to create a dynamic list of links to go in the footer on my website but i have been unable to find a good solution. I am currently using a standard unordered list with a repeating region which is then split into columns using the column-count … | |
hi i sliced my site header and body background and added to the index page using CSS, the problem is these images are displayed in editor (DREAMWEAVER 8) and looked fine, but when i try to view the page in browser, background images are not displayed. i wonder how to … | |
I have put exactly following code to make the text "Person of the Week contest" blinking anchor text on my homepage of [url]http://BestAdPoster.com[/url] : [CODE]<div style="float:right; font-size:18px;width:100px;display:inline;border-style:groove;border-width:10px;text-decoration: blink;padding:10px;"><a href="http://bestadposter.com/forum/topics/person-of-the-week-contest">Person of the Week contest</a></div>[/CODE] Unfortunately text blinks only on FireFox but it's static text on all other browsers (I have checked … | |
Hi All, first time with this so go easy on me please. I want to validate my code. I have fly-out menus that fly-out over a flash movie. At first, the flash layer covered the fly-out portion. I resolved the cover-up problem in the big 3 browsers (Chrome, IE, Firefox), … | |
This page works fine in Firefox and Chrome: [url]http://ewh.ieee.org/r1/schenectady/events.php[/url] but in IE, the maincontent appears way at the bottom (below the sidebar) instead of to the right of the sidebar as it should. Google convinced me that IE has trouble with CSS, but this is such a basic thing I … | |
Hey, I have a problem and am hoping that you can help me find a solution. I have a site created in dreamweaver. To do this, I made a template, with 2 editable regions, then set up all my pages. The problem I am having, is that I am trying … | |
Hi, How to rewrite my page [ICODE]www.site.com/category.php?item=mouse[/ICODE] to [ICODE]www.site.com/category/mouse[/ICODE] using .htaccess I tried many in google Please help me Thanks in advance | |
Hello, Currently I'm using Fireworks to do the design of a website, dragging the elements I create around. Then, I use frames to show the website in different situations, with a menu open, or some selection made, and so on. It works ok, but I'm wondering if there is some … | |
I have yet to write a single line of code. I am just finishing the "pencil and paper" part of the layout design. [URL="https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720"]https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720[/URL] Here is my rant/explanation of what I want to do with the website [URL="https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0"]https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0[/URL] I am only beginning to learn CSS. Do you think the whole … | |
Please see screenshot. I'm trying to vertically align the text and background in the table, but odd enough, they are dropping to baseline somehow. I've tried dozens of variations in the CSS but cannot get the text to be middle aligned (vertically) in the background. HTML [CODE]<table cellpadding="0" cellspacing="0" style="width: … | |
I'm working on an entertainment site and there is some design mistake which I made. But everything looks good if zoomed out in 83% on chrome and 75% on mozilla and IE. What is the solution to resize everything or there is another way? | |
Hi I'm creating a simple template for a client. One element they have on their page is a form for their third party shopping cart. This form passes about 15 variables in order to calculate shipping weight, dimensions, and all the standard specs a cart would need...ie.. item number/name and … | |
Hi, Basically I am developing a website for a university project, all fine so far, site is set-up and I have managed to display a image gallery using lightbox. However I need to have tooltips on the images, which I cannot seem to get working. I have some code in … | |
Hi Guys I am a Computer Science student at University and am looking for some ideas on a project that I have to complete. I have to come up with an hypothetical Software engineering problem in Java , I have to create a bad way of solving it and then … | |
Hello. Why does the page has almost infinite height & width, despite they've been FIXED to 1250x700 pixels? Please suggest. The page is: SNIP | |
Hello I want to create a login page. Login page contain as usual below elements [LIST=1] [*]text [B]user name[/B] [*]inputbox[B] username[/B] [*]text [B]user password[/B] [*]inputbox [B]password[/B] [*][B]submit button[/B] [/LIST] all elements r in a div. I want that, the div will be [B]center[/B] both [B]horizontally and vertically[/B] . How can … | |
Hello there, I have a big forms.. I just break the form part by part and last page will show submit button... I saw different places like this topic which i m asking. I saw in virtuemart... I also saw in daviweb. I am attaching an image... please check and … | |
how on earth do you design something like this? iv seen where people plot on the countries with the dots where the high usage is but can someone assist me on even naming what it is? [URL="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs449.ash1/24742_387622215797_11204705797_3824069_7757058_n.jpg"]click to view image [/URL] thanks | |
I made a design for my first web page, and I tried to do the codes but sadly I can't. Can someone tell me where to code the codes needed, if it will be on html or css. Because I can't arrange the images I wanted them to be. I … | |
I am making a logo in illustrator its a mix of text and symbols. I used two arrows from the swatches got the basic layout for the logo. When I go to add effects it looks very bad because I cannot get the text and the symbols to group and … | |
| |
Can anyone tell me about the best HTML book ? thank for reply |
The End.