13,937 Topics

Member Avatar for
Member Avatar for sonicx2218

(skip to 2nd paragraph if you don't want backstory deets) I made a mistake guys...A friend is working on this big project and wanted me to help with his site since I sitebuild and the works. I'm used to manually creating sites myself, but he needed to be able to …

Member Avatar for sonicx2218
0
726
Member Avatar for Ekerichard101

i have a cool idea for a site that sitehosters just cant provide.. please anyone.. with a knowledge of how to buld a site with your programming knowledge please put here with ur clues... and please do... thank you

Member Avatar for Ekerichard101
0
113
Member Avatar for elbeato

I'm having trouble with cross-browser compatibilty with a jQuery click function. I want it to return the width of #bbox and have it play the animations based on what it returns. I have set the width of #bbox to 0px in my CSS as the starting state. THE PROBLEM: w …

Member Avatar for pixelsoul
0
788
Member Avatar for lol_hacker101

Hi All, I recently downloaded and installed Mozilla Thunderbird to use as my email program, as a step up from browser-based email. However, the program requires a incoming and outcoming server input. I'm fairly sure about the incoming server.. it's the outcoming that worries me. Should it be the server …

Member Avatar for CimmerianX
0
218
Member Avatar for unikorndesigns

Hi Guys, Does anybody have any idea how to make a create the sub-menu assigning feature which is seen in WP? I wanted to use that in my Web App. Thanks I have attached a file that shows what i am looking for!

Member Avatar for <M/>
0
84
Member Avatar for gssr

if a or b selected from select menu i want to submit values else other is selected from select menu i want to redirect to other website please help me urgent. ** my form code is ** <table> <tr> <td><label> <select name="community" id="select7" > <option value="a">a</option> <option value="b">b</option> <option value="other">other</option> …

Member Avatar for gssr
0
173
Member Avatar for scarletfire

Hi I was wondering if it is possible to create two HTML5 images using div tag and having the script to make them interact and upon colliding with each other they do stuff like reading or activating a log file and maybe create images on the flow. Or vice versa, …

Member Avatar for LastMitch
0
142
Member Avatar for Reliable

Hello, [Here](http://www.inecnursing.org) is the website I have done. [Here](http://www.inecnursing.org/inec.css) is the css to the site. [Here](http://inecnursing.org/SpryMenuBarHorizontal.css) is the CSS for the menu bar.Lastly, here is the CSS for the menubar to fit on the home page. #menubar { margin-left:169px; width:75%; } I'd like someone to let me know why the …

Member Avatar for pixelsoul
0
174
Member Avatar for nathanpacker

Hey, I'm trying to use a simple select menu, and I would like to set one of the values to be the default, and it works great in IE, but not in firefox. Here is a sample: [CODE] <select name="test"> <option value="Test 1">Test 1</option> <option value="Test 2">Test 2</option> <option value="Test …

Member Avatar for homez
0
673
Member Avatar for maxelcat

Hi Iused to get asked quite regularly to make flash animations - such as banner ads, slide shows, and so forth. Then along came apple and off wnet one of my revenue streams into the sunset... Recently though I have been asked to do something like this: http://bspokemedia.com/momediauk/record-player.html which I …

Member Avatar for maxelcat
0
133
Member Avatar for alyssa.wilkins.77

Hello. I have the css coding for my breadcrumbs but now all I need is a divider class that will put a simple symbol such as / between my breadcrumbs. I have been having problems styling this. Each time I try to do it, the divider will appear far away …

Member Avatar for pixelsoul
0
239
Member Avatar for cpchc

Hi there, I have encountered a strange bug. I have buttons advancing one frame forward and back. It works in the SWF on its own, it works in both the .app and .exe projector files, but it does not work accessing the SWF via the HTML generated page. Does anyone …

Member Avatar for LastMitch
0
275
Member Avatar for garyjohnson

Hi, I have a question about web hosting. I want to purchase a hosting package from web.com, and they have mysql database. But the web hosting package says i can only have 300mb, but the issue is theres a 25 in front of the 300mb, it looks like this 25 …

Member Avatar for garyjohnson
0
221
Member Avatar for vanessia_1999

Hi, I am not for sure if I am posting in the correct room. I have a flash photo gallery question. I am making a flash webpage using CS4 using a previous and next button. Both the previous and next button work but one problem. It does not stop at …

Member Avatar for vanessia_1999
0
251
Member Avatar for martjojo1

Hey all, first of all nice website. I'm working on a code whithout page refresh using javascript fadeIn and fadeOut, for that i'm using div's on top of eachother and they can have different heights. because they're on top of eachother they need to have a absolute position. <style> .container …

Member Avatar for martjojo1
0
138
Member Avatar for garyrichard

I am using the below code ( PHP - Ajax ) ..It works fine on firefox,chrome, Bu not works on IE... Please help me as i am new to PHP-AJAX Thanks in Advance =============== var xmlhttp; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else …

Member Avatar for LastMitch
0
157
Member Avatar for lewashby

I'M trying to make the following web page fluid, or liquid. I want the page and form to resize as the browser is resized. Any idea on how I can accomplish this? Thanks. <html> <head> <title>Test</title> </head> <body> <link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" /> <form action="bail.php" method="POST"> <div id="page"> <table …

Member Avatar for LastMitch
0
118
Member Avatar for EricMack

As goes Google, so goes the rest of the universe -- or at least that's the fear this week after the start up-turned-giant-turned-common verb reported disappointing earnings that sent the Silicon Valley stock over a digital cliff after-hours Thursday. [ATTACH=right]15859[/ATTACH]The company pulled in 1.84 billion dollars for the quarter or …

Member Avatar for LastMitch
1
395
Member Avatar for <M/>

Okay, i am creating a code library for myself and i am wondering how does one display java code on an html page? I asked my teacher how to do it and he said he has never done it before and the students told me that is an interesting question. …

Member Avatar for <M/>
0
2K
Member Avatar for dwlamb

I am trying to implement a font package I downloaded from Font Squirrel. The demo included css & html code and works ok but everything is in the root. For the application I am using, I need relvant paths. This is my tree structure: /site-root |--/Fonts | /*.ttf files |--/Styles …

Member Avatar for LastMitch
0
457
Member Avatar for scarletfire

Hi I am building a website to have interactive feature, and I was thinking of the implementing a live feed for a log file where it would take the content of the log file and do something with it, like create pop ups or images, it sounds possible in my …

Member Avatar for fheppell
0
133
Member Avatar for <M/>

What is causing my code to not center? Can someone tell me what is causing the issues based off of my css?: <style> .parent_container { width: 1000px; height: 1700px; background-color: #2A261D; margin-left: 0 auto; margin-right: 0 auto; } </style> <style> ul.tabs { margin: 0; padding: 0; float: left; list-style: none; …

Member Avatar for <M/>
0
117
Member Avatar for <M/>

I am creating a library (personal project) and for some odd reason I can not connect the navigation to the content. When I click on the tabs of the navigation, the content remains the same. how do I connect the content to the navigation, the content should be changing everytime …

Member Avatar for IIM
0
152
Member Avatar for turpentyne

I have a set of rollover areas in an svg file, laid over a background image on the page. It works in just about every latest browser, but I have an issue on Safari 5.1. The alignment is off, and there's a horizontal scrollbar. The viewBox seems the right side, …

Member Avatar for LastMitch
0
167
Member Avatar for LeighWilkes

Hi Can a web page have 2 meta description tags? My web designers created my template but I've built the reminding pages around it. My web designers have added meta description tag to my template so it appears on all pages. I have also added another meta description tag for …

Member Avatar for niktar75
0
268
Member Avatar for pol.bala

I have used google custom site in website. But i dont want the default design of google custom search bar.i want to design with my custom psd file style. What can i do. Please help me.

Member Avatar for pol.bala
0
261
Member Avatar for jay 11

The highest-priced keyword in the United States last month sold on Google for $99.44 per click... Can you guess the keyword?

Member Avatar for jtumapat
2
519
Member Avatar for jelly46

Why is my footer not appearing at the bottom properly. I applied clear:both; yet noting. http://www.vellosdesigns.com/newsite/build-2/ Please can you help? Thanks

Member Avatar for jelly46
0
102
Member Avatar for Reliable

Hello Again, Sorry to kep bothering everyone, but I still need a little help. I'm coming across problems I haven't come across before. My new problem is that beyond a 1024 width resoluton the site--particulalry the home page--gets distorted. As opposed to posting all the code that might be relevatn …

Member Avatar for <M/>
0
204
Member Avatar for Cyberdesignz

[B]SEO Compliance[/B] On top of all, the site should be highly visible to be able to grab the attention of the target audience. In other words, it has to be Search Engine Optimization or SEO compliant. Only then can it meet the tough criteria of becoming visible enough to sustain …

Member Avatar for LastMitch
2
302

The End.