10,650 Topics
| |
hi here i just started learning HTML & CSS couple days ago so please help me out :) what I'm trying to do here is to show a little box/window when the user moves his/her mouse to the designated point in my case it is a city(that will be in … | |
I've got a side project which is to create a site locator and my client want to use a map to show them to their site visitors. He wants the map to be able to divide into continents, so as a filter for visitors to easy locate the store in … | |
Hello every one I made an unorderlist using CSS ,,, but I do not understand what it means this sentence "Make the list elements block objects,so that clicking near the text activates the link" thanks | |
hi im going crazy i dont know why the style sheet dose not affect the navigation bar while it dose for other elements...pleas can any one break the buzle.. this is part of the style sheets that relates to the navigation bar: [CODE] .nav li{padding: 5px 10px 5px 10px; margin-left:10px; … | |
| When I open an image, I get error message: "Some text layers might need to be updated before they can be used for Vector output", and there's a warning message beside the text layer. Of course, I was trying to solve this problem all of the past days. 1- I … |
Im writing an article on web-based sales methods. For research I want to locate some hard data on consumer behaviour when using google to shop for services (not products, necessarily). The sort of thing I need to find out is; what % of users click in the top results, how … | |
My script displays two rows of boxes three boxes wide. Why is the center box of the second row high? I need it to be even with the left and right box. [CODE] <html> <head> <style type="text/css"> div.ex { width:720px; height:985px; margin-bottom:0px; padding:0px; border:5px solid gray; } div.adv_topleft { float:left; … | |
I think I'm having a blonde moment because I can't seem to get the bit of CSS/HTML working. When I make changes to the code such as cellpadding and cellspacing in the table attribute, it doesn't do anything to the form itself. I've even tried changing something like BGCOLOR and … | |
Hey Friends, I have problem with flash preloader file. I am designing this flash file in flash cs3.i have used action script3. problem is for repeating loding banner in my flash file. i m new in flash designing. I have attached my flash file. pls tell what's the problem. [B]action … | |
i got a problem with this site: [url]http://www.unitext.co.il/translations-services/[/url] only with internet explorer.. i fixed must of the problems but still got a weird Horizontal Scroller i can find the reason to Please help :?: | |
| I'm having a hard time finding the right configuration for my css layout. Maybe I'm trying too many things at once. What I want is to have a center column be 988px wide, and the left and right columns to evenly take up the rest of the browsers width. In … |
My idea is to create a gallery in which the thumbnails have rounded corners. This works in every browser except IE because it won't support CSS3. Is there any hack for creating rounded corners for thumbnails in IE? Of course I'm not sure my HTML/CSS is good enough so take … | |
Hi I am doing a worldpay installation and feel like I am drowning in pages and pages... Anyway, its a real simple form - just enter the amount and press to donate. ALl works. Now my user wants to add two fields "Check for gift aid" and "Check for newsletter" … | |
Hi all, I look unsuccessfully through the web how to suround an image with text as attached (HTML or CSS, no matter). Can someone help me to do it. I'll appreciate it. Regards, E. P. | |
Hello, I am developing a twitter based login in my website. I have trouble in the dropdown. When I click the sign in button I can see only half of the drop down. I had checked the CSS and the z-index is very high. Despite that I am unable to … | |
[CODE]<a href="javascript: void(0)" onclick="window.open('images/<?php echo $afbeelding;?>', '<?php echo $afbeelding; ?>', 'width=119, height=400'); return false;"><img id="wijnimgsmall" src="images/<?php echo $afbeelding;?>" height="65%" border="0px"></a>[/CODE] this is the image i'm currently using. but in IE the image isn't showing 65%. is there any way to fix this? here is an example in IE(in chrome it … | |
Hello, I have a problem between different browser. I have a link that directs to a folder that is shared within a localhost server and it works find with internet explorer, but it doesnt work with chrome or mozilla. [CODE]<a href='\\Server\folder'>Click Here</a>[/CODE] That is a simple code I have set … | |
Here is my webpage: [url]http://www.lightsforafrica.org/project.html[/url] HOVERPICS. It used to work but, even though I've changed nothing, it no longer works! When you hover your mouse over the 5 words: America, Asia, Europe, India and Africa (towards the foot of the page) the image with the lights used to change to … | |
Hey guyz, I wanted to get your opinion on social media integration for websites, I've been doing some web development for a welfare project and thought it would be a good idea to make it more accessible through social portals. I haven't had much experience with this kind of stuff … | |
I have an IFRAME, i have set the height to 100% and have scrolling set to no why in safari does it not show the whole iframe? and what can you do to get this to show the full iframe page and not chop it off. | |
Hi, I'm new to this forum and need a little bit of help. I made a site using tables rather than css for the format but when it wasn't showing up correctly in different browsers and screen resolutions I decided to fix it (with help from some people who know … | |
| How do I set the default font on photoshop 8. Every time, I use the text tool to edit something in a text box, the font changes!! and I'm working on a book, means, large amount of images and text boxes, and, sometimes, the text box contains more than one … |
SNIP I want to keep my featured gallery running the slides like the latest 2 updates, but below it, instead of the style of recent post updates and older post updates that i have, which are those squares, i want to turn each one of those squares into something like … | |
Hello everyone, I am redesigning a website and I want to change the background color of a PNG (with transparent pixels), when clicked. Apparently, my only half of the background is changing. HTML: [CODE] <a href=""> <img src="Images/logo.png" alt="Logo" style="display: block; margin-bottom: -4px; border: 0px;"/> </a> [/CODE] CSS: [CODE] a:link … | |
anybody know some good html dvd training? | |
So I am making a Drupal website and was wondering what would be the best way of auto-adding images in front of certain phrases. like if someone types "press start" it will automatically add an image in front, like the Microsoft tutorials. No, I am not making a site for … | |
Hi guys! am new to this forum and this is my first thread :) am not sure if am posting at the correct forum, but its regarding servlets am doing a web application for 'online exam' using jsp, servlets and java bean. i've three serialized files holding my questions(questions.ser), options(options.ser) … | |
Hey, There is a webpage with registered user counter. I want to get an alert when that counter gets to 1000. Does someone know of a website/browser extension that enables sms/email notification when a specific field in a public website is equal a certain value? Maybe someone know how to … | |
I am still a newbie to html and css, seeing as I have been working with c++ and python for quite so time, and have been having trouble with the div tag. Whenever I decalre a div tag and make the background-color: black it tends to go across the screen, … | |
I've got a simple link that opens a mail message: [CODE]<a href="mailto:help@solutions.com"[/CODE] If I select a new mail message in Outlook, it opens and works fine, using the "Normal" format style for the body text. But, with the mailto: link, it opens a new message using "Paragraph" format style for … |
The End.