10,643 Topics

Member Avatar for
Member Avatar for rajeesh_rsn

Hi I had a "Div" element in a html page and also had input textbox and text inside it. I had the code like this HTML [ICODE]<div class="form">Username : <input name="textfield" type="text" id="textfield" /> <br /> Password : <input name="textfield2" type="text" id="textfield2" /></div>[/ICODE] CSS [ICODE].form{ width:90%; height:auto; float:left; vertical-align:middle; margin-top:10px; …

Member Avatar for aDevS
0
456
Member Avatar for GordonUK

Hi everyone, I wonder if anyone can help me with this problem im having. I have a website which has a video page on it. We are using the flow video player which plays flv video files. I recently uploaded some videos all of them in flv file format and …

Member Avatar for GordonUK
0
118
Member Avatar for virtualmisc

Hello I am planning to create a new website. I was thinking of using free templates. Heard a lot of reviews that they are not safe. Is is true? Someone please advice me on this. Thanks

Member Avatar for Arianna
0
50
Member Avatar for througheye

Hello guys, I have a image on my static site. I want to load that html page along with that image but when a user click in that image area it tries to play a youtube video within that image area through flash. How can i accomplish that? Can anyone …

Member Avatar for donaldw
0
99
Member Avatar for Gearspro

Can someone tell me how to limit how inwards width of my forums? Because Basically as you can see from [url]www.gearspro.com/forums[/url] that as soon as it is moved in the site looks a bit silly because the banner stays way across the page and the forums keeps reducing in width. …

Member Avatar for ko ko
0
131
Member Avatar for prachipote

how to give link to html page in flash. i want to give html link to animated image how it gives

0
43
Member Avatar for prachipote

there is 3 tab on tab nd after that there is one table which is in gray.after that tab there is little white line is showing height nd width is same but still when tab is active that white line appered there is programming also include.bellow is my code [code=html]<table …

Member Avatar for prachipote
0
131
Member Avatar for PDB1982

I have a working code for a vertical navigation bar, but I want it to: 1). move along with me as I scroll down.... 2). keep it on the left side and not interfer with the textual information in paragraphs... here is my vertical navigation code: [code] ul#navigation { width: …

Member Avatar for almostbob
0
166
Member Avatar for PDB1982

I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made. The font items are located in the same folder as the html document. Here is the code I am using: [code] @font-face { font-family: MyCustomFont; src: url("steve.eot"); src: local("steve.ttf") …

Member Avatar for SKANK!!!!!
0
368
Member Avatar for Oceanblue

hello i have started learning action script and ive been trying to create a dynamic nav bar. the xml i have is [CODE]<home> <navLinks> <links>DESIGNER IN FOCUS</links> <links>EMERGING TALENT</links> <links>FASHION MENTOR</links> <links>E-BOUTIQUE</links> <links>FASHION JOBS</links> </navLinks>[/CODE] and i have found that [CODE]mainNavCont_mc.link01.linkTxt.text = "text in here";[/CODE] works to replace one dynamic …

Member Avatar for Oceanblue
0
90
Member Avatar for pranayshedge
Member Avatar for prachipote

how to give rollover image to a particular td? i want that rollover image to full td i was tried but it takes only that txt?

Member Avatar for prachipote
0
83
Member Avatar for j34

how do you transfer text from a text box on one to another on a diferent page of html program. text is name,phone,address ond so on

Member Avatar for donaldw
0
126
Member Avatar for chevechiva

Hi codemasters, I'm new to this forum and I already have a question which I'm pretty sure u will help me out to find a solution. I want to play a mc when the mouse is over. And when the mouse is out I want to rewind the mc. I …

Member Avatar for chevechiva
0
175
Member Avatar for Nangawe

Hi Folks;It is now two years I have been working as an IT Service and change analyst in international bank, On this two months, I have done CISM ( Certified Information Security Manager) exams and pass but I need an experience of 3 years as full Information Securiy Manager to …

0
62
Member Avatar for hno

HI i have a very important problem with my site .it shows very bad in ie and I don't know why ? i defined static width for the contents and tables but I dont know what is the problem ? by the way , it shows very good in othe …

Member Avatar for ithelp
0
51
Member Avatar for tk sailo

hello, Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? thanks in advance.

Member Avatar for donaldw
0
142
Member Avatar for MDanz

i have a variable which is an image [code]$image = "<img src='$imagelocation' width='50px' height='50px'>";[/code] i want it to be in the center of the td but it doesn't center vertically, it stays at the top, i did this [code]echo "<td valign='middle'><div class='rollover' align='center'> <a href=\"imageview.php?id=$number\" onmouseover=\"ChgText($keyword)\">$image</a> </div> </td>"; [/code] any …

Member Avatar for SKANK!!!!!
0
136
Member Avatar for temarisky

Hello there, I have purchased a flash template, but i dont know about website editing, i just need to change the text and fonts name.im willing to pay so that i wont go over this myself its kinda too much load on my brain hehehhhe. Many thanx temarisky

Member Avatar for katherinjess
0
140
Member Avatar for maxicube

ehh, this is a wierd one... only a small fraction of my css is working when i put it in a external sheet. works perfectly in internal/embedded css. here's my css code: [CODE]body,td,th { background-image: url(images/bg.png); background-color: #828281; font-family: Arial, Helvetica, sans-serif; } #top { width:851px; height:201px; } #middle { …

Member Avatar for pritaeas
0
182
Member Avatar for hno

HI How can I make a menu like this picture ? I have tries some thing but I don’t know how to make the corners like it ? can any one give me a example like this ? thanks

Member Avatar for stevenpetersen
0
108
Member Avatar for AycheKay

I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages …

Member Avatar for Elbudster
0
126
Member Avatar for PrettyNormalGrl

Hi I really hope I am posting this in the correct forum area. I have a html page on my currently existing web site where I sell books over the internet. I need to change this page so that it can do a search on my MySql database that I …

0
57
Member Avatar for Stefano Mtangoo

I need to make <div> </div> to have rounded corner. I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS? Look at this site with rounded corners [url]http://www.mtibwasugar.com/pages/index.php[/url] I don't want to use CMS like joomla …

Member Avatar for SKANK!!!!!
0
183
Member Avatar for alexv55

I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated that using .htc file from peter ned and conditional comment for IE in style sheet should …

0
206
Member Avatar for tez

I have created a site using Cutesite Builder but there is no way I can find how to add a page where people can leave their comments (via me first of all I guess) like a Forum. Any help how to do so would be appreciated. Can anyone give me …

Member Avatar for David Sanders
0
323
Member Avatar for nateuni

Guys, Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I submitted. Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I …

Member Avatar for ko ko
0
113
Member Avatar for bufospro

Hi, I want to insert in my home page a weather forecast. So I found a site that generates code for weather. The site is http: // freemeteo . com / default.asp?pid=183&la=1 The problem I have is that the image which is generated is higher than I want. I would …

Member Avatar for Wrams
0
86
Member Avatar for MDanz

i have this text area.. [CODE]textarea name="reply" id="reply" cols="105" rows="2"></textarea>[/CODE] in firefox the textarea is larger and in IE the text area is shorter. How do i have the same size text area in both browsers? Can i have an example?

Member Avatar for ko ko
0
68
Member Avatar for hno

Hi I want to make a online game web site . i want to klnow , what do i need for now ? should i install any script ? please give me some information about it thanks

Member Avatar for SKANK!!!!!
-1
304

The End.