10,643 Topics
| |
I'm not sure where an actionscript 3 post would go so I put it here. If this isn't the right location please direct me towards the right part of the forums. Anyways, I'm currently working in actionscript 3 with the flex IDE(a scripting language based off of java), and I'm … | |
Links that are behind images view fine in IE, however, they showup beside hotspots, and under images in drop down menu bar when viewing in chrome, safari & firefox. Here is a link to the page: [URL="http://artscouncil.ky.gov/indexmenutest.htm"]http://artscouncil.ky.gov/indexmenutest.htm[/URL] views fine in IE so look there first. Yikes, site supposed to launch … | |
I want to create a comment form to add to my website here: [URL="http://vpckwgolf.bizhat.com/"]http://vpckwgolf.bizhat.com[/URL] I want to apply it to the main page.... which is html, so that means nothing that requires php or mysql, because the webhost doesn't allow me access. I'm not sure if this is possible, but … | |
25.Please can someone tell me: in Dreamweaver using AP Elements to create columns and move it to ones choice is too easy and simple than that of div but div still remain the dominated option for creating columns, I want to know ,is there any disadvantage in sing AP Element … | |
Hey Guys, I'm working on a Webapplication. The a page with a left sidebar, and a bottom bar. What is left shows the different "stages" it's included as an iframe. So, if you click on a stage, you still see the left sidebar and bottom bar. And the iframe gets … | |
Hello, I am currently designing a website with Flash and I am curious about its usability on mobile devices, especially mobile phones. My second question is if I make an HTML website and it has a Flash video, can it be seen on mobile phones? Thanks a lot! | |
| Hi, I am trying to push the text down in the main content container so it aligns neatly beside the image. I know I could incorporate the cup and tin image into the background and do it from there but I want to do it using css. Any suggestions? Here … |
hii at first i installed mysql on my pc and i have uninstalled that... now im trying to install it again and it asks for a current root password. eventhough i provide the password at the end im getting error no :1045 can any one help me regarding this Thank … | |
Ok, so this problem may have been asked before, but no one seems to have my exact problem. When I put a set of inline <P>'s inside an inline div and then put the width to 100%, instead of expanding to the width of it's parent element it sticks at … | |
Hello there, I'm trying to create a rewrite condition for a set of rewrite rules. Currently this is what I have: [CODE]RewriteCond %{HTTP_HOST} ^/?forum [NC] RewriteRule ^([\w]+)/([\w]+)/?$ index.php?p=$1&s=$2 [NC,L,C] RewriteRule ^([\w]+)/?$ index.php?p=$1 [NC,L][/CODE] What I want is to redirect [url]http://www.mywebsite.com/PAGE1/PAGE2[/url] to [url]http://www.mywebsite.com/index.php?p=PAGE1&s=PAGE2[/url], except when the URI starts with "forum" (for … | |
I am working on a website divided into your basic format with divs. In firefox it looks exactly how I planned and wanted with IE this is not the case. Its almost like the navigation div is a block element and it is taking up the entire width. I don't … | |
Someone is asking me to create a metallic background for their website. Currently the background color is #404040. I tried using a gradient image and a gradient css generator. With both it creates a certain height and then repeats the gradient. I want to say I can't do it and … | |
know that building webpages should be built with something like "master pages" wherein when you go to another page the headers, navigations and footers would not load(same), only the content. How could I do this using only XHTML? I'm just doing this in notepad. | |
Allright, I've searched around for really long but I can't seem to get any solution... The thing I want is to make my link float to the right but it stops like 50 px from the end here's my HTML code [CODE]<ul id="fullylinked"> </a> </li> <li> <style type="text/css"> <!-- A:link … | |
hey everybody in my site the links are set to a certain color thats fine. but i have some links in a div tab that i want to be a different color then my body links. ive seen sites have two different color links before. any help would be greatly … | |
| Hi all, I am new to this forum. It looks very helpful. Any solutions to this problem would be greatly appreciated. I have created a main nav area set just below the header container to reveal rounded rollover images as buttons using css but I am having a lot of … |
how to insert flv into html? Now i am using this script. [CODE] <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="723" height="445" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=images/Welcome_Message_Final1&autoPlay=true&autoRewind=false" /> <param name="swfversion" value="8,0,0,0" /> <!-- This param tag … | |
I would welcome suggestions on how to update 20 or so pages on a weekly basis without copying and pasting content and some code to every page. I change an element "Next Event" & an accompanying "Enviro Quote" frequently, and manually updating and proofing every page takes much too long … | |
Hello To All,:) can you help me please how can i make the front page in the daniweb?.is it possible in HTML only because i have not yet tried using CSS,also the Buttons on top like Hardware & Software,Software Development,Web Development and etc..there is submenu will come out when i … | |
Hi There, I'm trying to figure out the best method of marking up this list of images with captions. The images vary in height and the captions are aligned to the right of the images, sometimes with two lines of text and as close to vertically centred with the image … | |
Dear All, I have page here [url]http://183.78.169.53/tyre2/page4.html[/url]. I have manage put label into the first two tyre images as RI11. But the problem now I cant make both of them to be align together on one line with the blue image of the T-join? How can I make it look … | |
Hi..I am a newbie in JavaScript.I have two forms (in two different webpages) all with radio buttons. A user cannot select more than one option from each form. My plan is to pass the user input from both the forms to a perl script which would then query a MySQL … | |
i am new to javascript and jquery. i want a code that can load images from file, then display them one by one repetitively and randomly and possibly a text alongside each signifying something-what you call flash animation | |
This is for an assignment in school. All of our HTML has to be W3C validated. I'm still getting one error. On line 32 specifically. This is what it's saying: [I]"Line 32, Column 43: end tag for "select" which is not finished <select name="choiceBox" size="7"></select>✉ Most likely, you nested tags … | |
Dear All, I am running into issues integrating an image with content and automatically integrated background colors. Currently my style sheet has the following definition: [CODE]body { background:#657491 url("http://www.baylor.edu/content/imglib/144243.gif") no-repeat top; margin: 150px 10px 10px 10px; font-family: verdana, arial, helvetica, sans-serif; color: #657491; font-size: 11px; }[/CODE] When I integrate my … | |
hello.. i am making this website for my client...and now i am having trouble when he said that the website layout appear to be messy a little bit in his computer. He is using mac book to view it while i am using just the normal windows pc. The problem … | |
Hi, Can you help me please, I am just a beginner in making website..my problem is when i use the ctrl+mouse scroll just like when you zoom-in or zoom-out your webpage, my webpage will be destroyed the background of my website will go to left side if i will zoom-in … | |
I'm running a webpage dashboard on a TV on the production floor of our factory so workers can see their live uptime, scrap etc. I need the page to refresh when new data is available. I want to load a page in a hidden iframe every x seconds, if the … | |
my shortcut link icon is not appearing at the tab window when the window is open, I dont know what is wrong,I have the icom in my graphic file named (image),and I named the icon (favicon), do i have any thing to do with css,below is how I typed the … | |
Hi, my problem is that I've got menu and want to have separators beetwen every <li> [CODE] ul#nav li { display: inline; font-size: 1.3em; background: url(img/2/separator.jpg) right no-repeat; padding: 10px; } [/CODE] but when I add [CODE] ul#nav li:first-child { background: url(img/2/separator.jpg) left no-repeat; } [/CODE] it shows separator only … |
The End.