13,937 Topics
![]() | |
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: … | |
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") … | |
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 … | |
Which all programming languages do I need to learn to become a webmaster? | |
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? | |
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 | |
Here in the UK it is pantomime season. A peculiar form of traditional slapstick stage play that is performed during the Christmas season. In essence favourite tales such as Peter Pan, Aladdin, Jack and the Beanstalk and Aladdin are retold with the lead boy played by a girl and an … | |
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 … | |
Hi, I used to use ie as my main web browser. Then 2 days ago, it just stop working. When i click on the ie icon, no window, nothing start anymore. So i jhave to d/l netscape and use it. [U]IE works fine under guest login accnt though. [/U] I … | |
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 … | |
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 … | |
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. | |
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 … | |
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 | |
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 { … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
[URL="http://www.media.mit.edu/people/bio_lip.html"]Andrew Lippman[/URL], who is the Founding Associate Director at the [URL="http://www.media.mit.edu/?page_id=13"]MIT Media Lab[/URL] suggested at a talk last week that we were on the edge of a new third cloud where assistance becomes as important as access. The first cloud was the internet itself. The second cloud provided the services … | |
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 … | |
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 … | |
I'm working on a .NET application that loads web pages using multiple WebBrowser controls. There are several threads and WebBrowser controls involved (this is a server application, and the WebBrowser is required for capturing the rendered image), each thread creating a WebBrowser control and running a message loop for it. … | |
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? | |
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 | |
HI i have a problem with loading my site with ie6 . but it doesn't have noproblem with ie7 , opera, mozila and other browser except ie6 . it is not english , i wrote it with joomla and php , can you see bazare-iran.com and tell me what is … | |
I'm trying to absolute position a p element inside a table. I tried to make <td> have position relative but it doesn't seem to work. [CODE] <td style="position:relative;"> <p style="position:absolute; bottom:0px;" </td> [/CODE] Does not work! But this does.. [CODE] <td> <div style="position:relative";> <p style="position:absolute; bottom:0px;"> Success </p> </div> </td> … | |
I've searched the web without any succes to try and solve this newbie question. I have an submit button that i want to say "Answer", but i want the value to be something else. How do I do it? //AKE |
The End.