13,937 Topics
![]() | |
I have 5 buttons in my nav bar, Home, About, History, Gallery and Contact. They are all image swaps. How do I make it not swap when I'm on that page? If I'm on the About page I don't want the image to swap when I scroll over the About … | |
What is the best way using divs and/or spans to replace the following table structure? [code=HTML] <table style="width:100%"> <tr> <td style="text-align:right;">Right Button</td> </tr> <tr> <td style="text-align:left;">Left Button</td> </tr> </table> [/code] I have tried using [code=HTML] <div style="float:right">Right Button</div> <div style="float:left">Left Button</div> [/code] But that causes the two button to be … | |
Usually any website has pages like this Domiain/page1.com Domain/page2.com But some websites i find having pages like that Page1.Domain.com Page2.Domain.com So how they do that And they also have higher SE rankings... Because their keywords are displayed unlinke others (domain/page1..) Any help ??? | |
Hello, [B]What software(s) are people using to make videos?[/B] I am interested in making my own short documentaries, programs etc. with the intention of hosting a reduced quality format on my website. However I would like to also have a decent quality fit for broadcasting or DVD’s as well. Way … | |
I use the following code on my page: [CODE]<div id="itemstable" class="item_type1"> ...other divs here... </div>[/CODE] And in my CSS file I have this code: [CODE].item_type1 div { background-image: url(images/type1.giff); }[/CODE] the problem is there are a lot of different item types so I will need to have a lot of … | |
I have 2 div's in between which there is another div which have to fit itself to the full width between the div's. That is i have a left float div1 ...then there is another div2 .... followed by another div 3 all in the same line and float next … | |
Hi all, I'm having some problems with a certain piece of code which sits in my site, this error only occurs in Internet Explorer 7. Rather than post all my HTML/CSS markup here I have put up a version of the site [URL="http://www.users.on.net/~prashyanthy/fun/"]here[/URL]. As you can see I have "Widgets" … | |
Hi there, I'm using Commerce.cgi for my eCommerce site but with PayPal as the basket side of it. There's vast amounts of code that I don't understand exactly what's going on, but I can figure out that it's setting, clearing and getting cookies. The problem is that when the cookie … | |
Can someone please look at this site in IE6 and please tell me what is going on? [url]http://www.e-squareddesigns.com/websites/bna[/url] The two div's above and below the menu bar are "spreading out" and not sure why, I've tried a seperate CSS stylesheet for IE6 and modifying the padding/margins but to no avail. … | |
Hello Everyone, I'm new to flash and actionscript 3. I just purchased a flash file that is driven by as3. I don't know how to embed it to my webstore's main page. Any help would be greatly appreciated. Here is the description of the files I received with my purchase: … ![]() | |
Hi Guys n Girls, I hope this is in the right place. I have recently uploaded my html website and have run some SEO tools telling me that there is no 301 redirect present. I have a www. version and a none www. version of the site. Google has found … | |
Okay there seems to be a disturbing gap in my knowlege! I know how to make forms, I know how to make a guestbook. What i don't know how to do is make a search engine. Say i have a simple html based form [code=html] <form action="?" method="get" > <table … | |
Hey everyone, I am thinking of becoming an User Interface Designer. I was wondering what "skills" do you need to become one? Currently I am a Computer Science and Graphic Design major. Does anyone know what other things I would need to learn in order to become a User Interface … | |
What do you think?? [url]http://blog.mozilla.com/metrics/2009/08/03/more-changes-coming-to-the-firefox-installer/#comment-129412[/url] | |
hi, i have this website: [url]http://analytics.buddyjive.com/[/url] However, the images does not seem to display well, please advise ![]() | |
i need some script that allows my users to upload their own videos. i have tried the youtube api, and when i paste the code to my page and save it, nothing shows up. all i see is code... any ideas? thanks -josh ![]() | |
A customer whose site I maintain rang this morning saying his website traffic had suddenly increased to getting about 20 times as many hits as usual in the last few days, and asked if this was something to worry about. I'm not very knowledgeable about this side of things but … | |
Hello, Im Luke. I just thought I would introduce me, the god. Haha Ok well not that much of a god but hello. I run a design studio where we do websites (flash mainly), graphics (logos and more), video design (promos and more) and all for very cheap such as... … | |
Hola everyone! I'm a volunteer in an NGO, and I don't know much about design... but I'm trying to work on their weg page which as fully designed with Flash ([url]www.caminodeemaus.org.ar[/url]) and I HAVE A PROBLEM WITH THE SCROLL BAR In the attachment you'll see three buttons on the left … | |
Semi-frequently (a few instances during a given day), when running Firefox, it will refuse to navigate to any website, not even when I click home. The tabs just get stuck saying “Loading”. When I shut down Firefox and restart again, I get the “Firefox is already running…” message. Attempts to … | |
Hi, I want to split a footer with CSS because I want to have a left & right alignment. Any suggestion? [CODE=css] body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333333; background-color:#CCCCCC; margin:0px; padding: 0px; } a { color: #12B7ED; } a:visited { color: #3C88B0; } … | |
Hi, I have a layout .dwt with their respective editable region in the main area (body). How I should organize the text? Using div layers or you should not abuse of div layers? Any other approach? | |
hey could someone explain how you could make the facebook presence bar with the chat tabs(structure only not back end) [URL=http://img199.imageshack.us/i/barbao.png/][IMG]http://img199.imageshack.us/img199/8696/barbao.png[/IMG][/URL] i got a link to a Gmail like chat tab [url]http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/[/url] but couldn't figure out how to fit it onto a fixed bar. I'm intermediate at HTML and CSS … | |
Hi.. I'm designing a web that contain Google Custom Search Engine and I put the result in a page. But it doesn't match with the template I've already made because the IFrame is too wide.. [code=html] <script type="text/javascript"> var googleSearchIframeName = "cse-search-results"; var googleSearchFormName = "cse-search-box"; var googleSearchFrameWidth = 600; … | |
Heya guys, ima 3rd year IT student and for my third year project im building a website for my friends nightclub and I need some advice. I majored in networking so although im ok at doing websites, im certainly not top of my class. Sorry if this isnt the appropriate … | |
How would I go about placing an image around the edges of a table? | |
Suppose I am using the code below to display image [CODE]<img runat = "server" width = "50px" height = "50px">[/CODE] However, the original size of the picture is 500 * 500. So, in terms of bandwidth load, would it be same as displaying the picture in 500*500 dimension or do … | |
hello, I have a strange problem, my web browser (IE 8 priviously IE 7 & mozilla) are unable to access the internet showing an error message and after "diagnosing the connection problem" no problem is showing. However I am able to connect to yahoo messenger and am able to access … | |
Hi, Who can know where to find the photoshop tutorial how to draw a poker table. something like this: [url]http://www.pokerdeal.org/images/party-poker-table.jpg[/url] or [url]http://www.bigslickspokerplace.com/poker-room-reviews/paradise-poker-review-images/paradise-poker-table.jpg[/url] I very long use google, but nothing | |
I see that previously others had the same problem I am having. When I click on my contacts list and "email contact" I get a javascript error message in the lower left corner. Then a page which says this site is not available. It then disappears and the screen comes … |
The End.