10,650 Topics

Member Avatar for
Member Avatar for arnoldsmith

i hv a website of open social application development i want to place an analytics code from where i can get it???? this is my website.... <URL SNIPPED>

Member Avatar for blocblue
0
24
Member Avatar for lightningrod66

I don't know the proper term for this, but here is what I want to do: read data from an external .txt file or .doc file into html page. If the file is changed and re-saved, the website automatically changes as well. I know that css style sheets are similar …

Member Avatar for ingeva
0
2K
Member Avatar for monem

hi i'm using external CSS and javascript in xhtml and i divided my page in 2 parts (letf and right),i have listed items in left div so if i clicked any item in left's div i want to load it's content in right div. thanks

Member Avatar for ccube921
0
89
Member Avatar for rogergrippo

I have developed a New Website in HTML. Its a Multi Location or Country Website. For the same I have created the Welcome Page where it will show the list of countries available and I need to place a Remember me Check box so that next time the same computer …

Member Avatar for sillyboy
0
220
Member Avatar for cloudedvision

I'm designing a website for a school project, and I'm having some trouble with IE7. Here's the site: [url]http://caffeol.otherroaddesign.com/[/url] It shows fine in FF and Opera, but in IE7 the sidebar doesn't work. I can't figure it out. This project is due tomorrow, so please help me. Thanks! Here's the …

Member Avatar for cloudedvision
0
84
Member Avatar for infotechland

Ok, I'm working in dreamweaver trying to redesign one of my websites. I would like to put my logo aligned to the left and my live chat image aligned to the right, but on the same line. How do I do this? I've tried messing with the div tags, adding, …

Member Avatar for Jaseva
0
110
Member Avatar for OmniX

Hi guys I hope this is the best section to get my answer. I have 2 web pages that use the same html header markup via a template web page. Know I use this template webpage to define my head in my webpage but I wish to redifine it so …

Member Avatar for sillyboy
0
229
Member Avatar for marjan_m

Hi, I have designed a pop up menu in Dreamweaver using "Show pop up menu" in behaviours option. I need to show a flash file right under the menu options. I place the menu link and also the flash file in two separate files. The problem is that when I …

Member Avatar for marjan_m
0
111
Member Avatar for cohen

Hello guys, I want this video ([url]http://video.kenblockracing.com/flash/small_player/preloader.swf?vendor_id=2[/url]) now... i want to download it, now add ons in Firefox will do it. How can i do it?? or can someone give me a alternive youtube link or something??? Pls, i really want this for my ipod! Thanks, Cohen!

Member Avatar for MidiMagic
0
107
Member Avatar for mike4

Helloo guys, I have a problem. I dont like the way images load partially on slow connections (loading as it displays). I really want to eliminate this problem fro my site. I have seen a number of j/s preloading scripts but i have not seen their effect on my web. …

Member Avatar for MidiMagic
0
57
Member Avatar for bharanidharanit
Member Avatar for humbug

I've got a bit of a question regarding the <col> tag and how it takes style attributes in Firefox and Internet Explorer. Here's my code: [code=css] /* * This is the global style sheet for Humbug's test site. Every page will link to it. * Copyright Ben Ritter 2008 */ …

Member Avatar for MidiMagic
0
364
Member Avatar for kavithakesav

Hi All, I designed one website useing div tags (its completed). for that website, left vertical menu is there for that i want use like switch type buttons can any one tell me how to do that. And i know switch type menu but not like vertical menu bar. only …

Member Avatar for MidiMagic
0
193
Member Avatar for visions2008

i need help in a website i'm doing right now, i've done 80% of it already, only the last 20% are giving me touble, with the body and some effects that i need like tool tip...if u are a pro, contact me...and i'm willing to pay... xhtml, css, tableless

Member Avatar for ccube921
0
45
Member Avatar for monem

hi i want to make a list looks like thise : +[B]Misery[/B] +[B]Hary Potter[/B] if i click on [B]Misery[/B] the result will be: -[B]Misery[/B] Author Publisher +[B]Hary Potter[/B] title will expands if i click on it to show it's details.

Member Avatar for sillyboy
0
22
Member Avatar for surekhavk

[code]function setgray( id)// for gray color on mouseover { if( typeof(id) == "string" && id.length > 0 ) { var element = document.getElementById(id); // if( element ) document.getElementById(id).style.backgroundColor ="appworkspace"; sub1.style.display="block"; } } function setblack(id ) // for black color on mouseover { if( typeof(id) == "string" && id.length > 0 …

Member Avatar for daulex
0
120
Member Avatar for cohen

Hello all, I'm going to be setting up a very nice website very soon. Can you guys pls give me links to some good free website layouts that are good, and attractive. thanks, Cohen

Member Avatar for cohen
0
84
Member Avatar for daveg8

One page on my website loads on all PCs but it doesn't load on most Macs...except for the newer ones at the Mac store. Is there something obvious wrong with my HTML or javascript below that a Mac wouldn't like? Sorry the code is so long, but I'm not sure …

Member Avatar for MidiMagic
0
280
Member Avatar for abadi11

hi all, I designed a simple html web page with pics and go up and go down links to navigate inside the page. but after I sent it to a friend it was ok until he clicked one of the take me to top links ... all the pics were …

Member Avatar for ccube921
0
70
Member Avatar for cguan_77

Hi guys, i have my own domain. then after creating my own website how to upload or publish my website? Thanks. anyhelp is greatly appreciated.

Member Avatar for cguan_77
0
82
Member Avatar for daviddoria

I have seen some examples like this [code] p.class1 { some stuff } p.class2 {some stuff } [/code] and some like this [code] class1.p {stuff} class2.p {stuff} [/code] In one case, the class name is before the dot, in the other case the class name is after the dot. What …

Member Avatar for daviddoria
0
70
Member Avatar for chrisw09

I'm working on a page that takes credit cards. Everything works great except when the user goes back to place another order, IE/Firefox/etc. saved the form data and is displaying the credit card used previously. Is there a way to prevent a browser from storing (caching) certain fields so this …

Member Avatar for MidiMagic
0
114
Member Avatar for sacarias40

im making a website. im using background images in the divs. i am inserting the images through css. the website is livingandlegacy.com the problem im having is in firefox. there is a main spacer its the big green area in the middle. in firefox it does not show up. i …

Member Avatar for sacarias40
0
65
Member Avatar for daviddoria

I am very new to css. I was looking at a css file I found online and trying to figure out what everything does. I am confused with the following couple of things. Please let me know if anything I say is wrong! This on sets up some properties of …

Member Avatar for daviddoria
0
144
Member Avatar for daviddoria

Here is my demo.css [code] #sidebar {} #sidebar ul { list-style-image: url(images/bullet.gif); } ul { list-style-type: circle; } [/code] and demo.html [code] <html> <head> <link REL="StyleSheet" TYPE="text/css" HREF="demo.css"> </head> <body> <ul class="sidebar"> <li> Test1</li> <li> Test2</li> </ul> <ul> <li> Test3</li> <li> Test4</li> </ul> </body> </html> [/code] I would expect the …

Member Avatar for daulex
0
443
Member Avatar for freshface001
Member Avatar for sciwizeh

OK, this is probably the wrong place for this question, but here goes nothing... I want to know what math is involved in making a Color gradient (so i can program some myself). My goal for now is to make a program that can get two locations and matching colors, …

Member Avatar for Ezzaral
0
570
Member Avatar for Sheridan

I need a template for web pages or even a website that would allow me to: 1. Allow password login 2. Upload images (PDF, JPEG) 3. Make these images available to selected viewers on a password basis Does anyone know of a site or utility that could help me?

Member Avatar for lio04
0
54
Member Avatar for MDGM

Hi all, I'm looking for a tutorial on how to make a dynamic flash photo gallery. I want it to do the following: [LIST] [*]Automatically detect images in a folder without having to manually list them in an xml file [*]have simple next and previous buttons [/LIST] I'm not great …

Member Avatar for Jen0608
0
62
Member Avatar for TagMaker

Hello All, I am having some problems with creating a 1 column fluid width web page which has a header section and left and right side bars. I can not get it to center nor to display consistently on different browsers. In fact its a complete mess. Please take a …

Member Avatar for TagMaker
0
80

The End.