13,937 Topics
![]() | |
Hello, I just upgraded my laptop to windows 7, my computer stats are as follows: [CODE]Toshiba Satellite P205 Laptop, Windows 7 Home Premium, Service Pack 1, Intel Core 2 Duo x2, 32 Bit Operating System 3.00 GB RAM, 200 GB Hard Drive[/CODE] I have been a long time user of … ![]() | |
Hi, I've created a 'fake' sound equalizer which acts as a sound toggle button. When the music plays the animation plays with the sound and when you click the animation it stops as does the sound. However, i want the animation to play on ENTER_FRAME, but cant figure out how … ![]() | |
Hi, I'm new to CSS and I'm currently trying to make a a simple webpage, however I'm having a little problem with the content div, it seems that no matter the size I put, the width never goes beyond the width of the menu. Here is the code, I would … | |
Hey I've been having this problem of my browser redirecting randomly after a search on google and yahoo. It would even pop out an internet explorer window when I have nothing runing or clicked. This all started after picking up a XP Guardian Pro or so type of fake anti-spyware … | |
Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got … | |
I would like to change my overall font a few sizes larger on my website. I am having a major brain fart. The site is as [url]http://www.bam-creator.com[/url] . I'll post the CSS below to see if maybe you can tell me what I am doing wrong. I change the font … | |
I am trying to build a website for my husbands business, does anyone know any good ways to go about doing so... building one using our own pictures and what not? Either going about doing it ourselves, or using a website from online. | |
Hello, I'd like to say hello to everyone first. I was reading a few threads and this forum seems great, and I was wondering if anyone could help me. I'll just right into it. I'm really starting to hate IE :( I'm a web design student, and have been trying … | |
Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both … | |
[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've … | |
Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but … | |
Steve Ballmer, [URL="http://www.guardian.co.uk/technology/2010/mar/03/microsoft-bing"]speaking[/URL] at the [URL="http://searchmarketingexpo.com/"]Search Engine Marketing Expo[/URL] this week, credited Google with being the first company to get internet search done right. Google certainly wasn't the [URL="http://searchenginewatch.com/2175241"]first internet search engine[/URL]. Yahoo!, InfoSeek, Excite and Alta Vista to name but a few, came along long before Google emerged in … | |
![]() | Can anyone help me make an animated picture. Im not talking about a cartoon person but take like the scene of a movie and put it in a picture? Like this he took a WWII movie and inserted it in a picture. I have adobe photoshop CS2 if that helps … |
hi, when ever i apply a lighting effect on photoshop elements on my computer, faint lines appear throughout my image. I have asked numerous people and nobody has an idea, anyone got any suggestions? much appreciated | |
Hi I am developing a site with something like below as the structure. The nav container holds a flash nav swf. I built a toned down lightbox effect and the popup is the center of that. Safari, FF pc, IE6, IE7 all work fine, but firefox mac still layers the … | |
Hi, I have created a site using dreamweaver which includes spry tabbed panels. These display perfect locally but when uploaded all the content for the individual tabs displays on the main page instead of inside it own tab content area: [URL="http://www.mongey.ie/communications"]http://www.mongey.ie/communications[/URL] I have uploaded the SpryAssets folder to the server … | |
Hi, I trying to use one of two style sheets depending on screen size but it is not working. Here is the code: [CODE]<script type="text/javascript"> if(screen.width>= 900){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] It disables the style sheets altogether. Not sure why. Any … | |
Hi All, I created a png image in photoshop (a silhouetted star with a transparent background). I then imported it into flash 8 to use it as a mask layed over another image (jpeg of mountain terrain). Herein lies the problem: The png is behaving like its fully non-transparent (the … | |
Hi, I designed a website for a small magazine. I put all the files on their server and their web person was the one to upload everything to GoDaddy. Anyway, so I had made changes to the contact page and those changes wouldn't show no matter what we did. I … | |
My page is not displaying correctly in Internet Explorer. Its displays properly in all other browsers. The issue: Internet Explorer When the page is loaded-- Internet Explorer places DIV tags between the the <LI> elements on my page and in other areas of the controls which have been dynamically added … | |
![]() | What am i doing wrong? My iframe background stays white. It must be black. Can anyone help me plz? [code]<HTML> <HEAD> <TITLE>Untitled-1</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { background-color:#000000; } --> </style></HEAD> <BODY BGCOLOR="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <!-- ImageReady Slices (Untitled-1) --> <TABLE WIDTH="1024" BORDER="0" CELLPADDING="0" … |
Ok, I have this one page that has a frameset with two frames. The left frame loads fine, and the second frame loads fine in Firefox and submits the form automatically like I need it to, but when it loads and submits (yes, it is a body onload form submit) … | |
When I have a hidden input field on my webpage and I use the tab key to traverse my fields, the cursor always moves to the hidden input field. This means that I have to press tab twice to move to the next visible field. Is there any way that … | |
Hello, New Friends! I'm new here. What a marvelous world you all have here! Thank you for this fantastic resource! I am honored to be part of your community! /me tips my halo to all. 0:-) I need help getting my desktop shortcuts to work again. I've got the latest … | |
I've got a 101px x 101px div with a background image and words of text. I've attempted to make the whole div a hyperlink but it only made just the text a hyperlink. if you check my website [url]http://www.stackway.com/stack.php[/url] , when you click the word then the correct hyperlink comes … | |
Hey, I have a table defined like [CODE]<table width="100%"> <tr> <td>Some Content</td> <td>More Content</td> </tr> </table>[/CODE] This table displays something like [CODE] |------------------------|------------------------| |Some Content | More Content | |------------------------|------------------------| [/CODE] The columns of the table will automatically resize based on there content however I want the first collumn to … | |
I Recently purchased a new computer which is running windows 7, at the same time i upgraded my previous laptop to windows 7 as well. on the same network the upgraded laptop works correctly, however the new computer I purchased has random web pages that are unaccessable. Ive reset and … | |
Hi all, I want to set the text on the right side of image to bottom in a div tag. depict like below: ______ | img | | | |_____| The text is here at the bottom of Image But after trying some CSS code (using 'vertical-align:bottom'), I always got … | |
I'm stumped. I have a box model that is controlled by css in other parts of a CMS. For simplicity, lets say it's like this: [CODE] <div.a> <div.b> <table> </table> </div> </div> [/CODE] I wish to print the raw table in the midst of the divs without the CSS margins … | |
Hi, I'm trying to use a repeater with an unordered list to display some data. It does work but I want to display only 4 columns on a row and then if there are more to show it should automatically move to the next row. Here is my code snippet … |
The End.