html

i have problem with firefox while programming php

i have problem firefox does not support long path but in IE code run smoothly. <img src="C:/Program Files/EasyPHP-5.3.2i/www/Place4Info/Images/Skin_Tone/light.JPG" width= "50" height="30"/> this is the path. if i use short path then it work in firefox but if i use above path then it didnt show image. but it show image in IE. plz giv...

How to access the element using "this"

Hi friends,I need to access a SPAN tag with in every DIV tag so i used this following code $("DIV").click(function(){ $(this + "SPAN").show(); }); Is the above code is correct? Its not working for me! Its showing nothing too.. Please help me Thanks,Praveen J ...

Design tips: Visual distinction

Hi there. Currently I have a site where it has a header that looks something like this: note: dd = dropdown ------------------------------------------------------ |[game specific dd][game specific dd] [main dd]| ------------------------------------------------------ now my question is, what sort of visual distinction would you...

How to align the table cells content on the top ?

I have a HTML table. Each cell has content of different length. For this reason, the content is not aligned on the top. I would like the first lines be aligned also in cells with few lines of text (the content should always start from the top). Instead the content is vertically centered in the middle. How can I fix this (a cross-bro...

How can I convert HTML character references (&#x5E3;) to regular UTF-8?

Hello. I have some hebrew websites that contains character references like: &#x5E0;&#x5D5;&#x5E3; I can only view these letters if I save the file as .html and view in UTF-8 encoding. If I try to open it as a regular text file then UTF-8 encoding does not show the proper output. I noticed that if I open a text editor and write hebrew...

what do you call this gray line thing in html

hi what do you call this "gray line" in html, where you can use like a separator? Thanks ...

Facebook failing to pick up the very first img tag as the main thumbnail

http://new.sonikastudios.com I tried everything to get my logo image to be picked as the thumbnail, but this is eluding me! It keeps defaulting to either the Twitter or Facebook button when I try to share this link on Facebook. <meta property="og:image" content="http://new.sonikastudios.com/images/sonika_logo.png"/&gt; <link rel=...

Mouseover submenu broke

Hi! I had a mouseover submenu working very nicely on my site (so nicely in fact that it was working exactly right in Chrome, IE 7 & 8, and FF), but now it's broken somehow and I can't see the problem. Here's the CSS: .MainMenu { width: 90% !important; min-width: 800px; height: 42px !important; padding: 0 0 0 10%; o...

Shadow in IE browsers (css3 htc file)

I have come across this website: http://www.fetchak.com/ie-css3/ It seems to work when I enter the URL in my IE6, then the "cat" in the picture further down has a "shadow" effect around it. However, I follow instructions but can't get it to work. I have a php file, which dynamically outputs images of classifieds. These images has a c...

Carrying out the actions of an input type button element in the parent frame

Hello I've an iFrame A which has an iFrame B inside it. In frame B i load a page which has a input type button element. It basically, when gets clicked, navigates to another page. Now i want to change the target of the button so that i loads the page in its parent iFrame A. I've tried changing currentButton.target = '_parent' But it...

HTML Wamp - debugging required

Well I built a page which is working absolutely fine as you can see below: but when i copy my folder to C:\wamp\www\myFolder and run it through localhost using WAMP Server it look something like this the problem is that the attached Style Sheets are not working and the Java Script is not working. see below where you see the gre...

Trouble with receiving data from <form>

HTML: <form enctype="multipart/form-data" action="/convert_upl" method="post"> Name: <input type="text" name="file_name"> File: <input type="file" name="subs_file"> <input type="submit" value="Send"> </form> Python (Google App Engine): if self.request.get('file_name'): file_n...

HTML JavaScript font size changes

I found some code at http://labnol.blogspot.com/2006/12/allow-site-visitors-to-change-font.html to allow folks to change font size and adapted it to use buttons. <html> <head> <script language="JavaScript" type="text/javascript"> function changeFontSize(inc) { var p = document.getElementsByTagName('*'); for(n=0; n<p.length; n++) ...

Inline div acts like block when containing block input buttons.

I'm not great with CSS, but I want to create two select lists with a button panel between them to control the movement of selected items back and forth. I want it to look like this: +----------------------+-+ +----------------------+-+ | | | ___ | | | | | | |_>_| | ...

using z-index and position in css to seperate design and core!

I am using the yui-grids css (irrelevant if you don't know what this is) with three columns. and I'm putting all the fancy design stuff on the left column and using z-index and relative psitioning bringing them in the center. and then putting all the important stuff like forms, inputs buttons, links and context in the center. Is this wro...

Easy HTML/CSS Help. Can't seem to figure this out!

I'm trying to line up some text between two images on its left and right. Why isn't it moving up? <img src="srchere" /><span style="padding-bottom:10px;">Some text right here!</span><img src="srchere" /> The two images are larger than the text, so it looks like the text isn't aligned and is positioned lower than the images. How do I r...

How to get to display images sized correctly in Outlook 2007?

The width and height style attributes doesn't seem to work for Outlook 2007. For example putting in <img src="images/image003.jpg" style='width:49.5pt;height:169.5pt /> in a table cell doesn't affect the image size at all and the image occupies the whole table cell. ...

Is there a way to make a HTML link that would run a program from local computer?

For debugging purposes it'd be nice if I could make my error page display clickable file names in exception stack traces that would open them up in my favorite editor. However this would require me to execute a full command line - a simple link to a file will not do. Can this be done? The solution can be IE-only and it can use techniqu...

Is &gt; ever necessary?

I now develop websites and XML interfaces since 7 years, and never, ever came in a situation, where it was really necessary to use the &gt; for a >. All disambiguition could so far be handled by quoting <, &, " and ' alone. Has anyone ever been in a situation (related to, e.g., SGML processing, browser issues, XSLT, ...) where you found...

html - body backgorund image is repeating

Hi, As you can see in this page - http://www.white-cell.com/events.htm - at the bottom, the background image is repeating because of the long text. the line that related to this is: <body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" background="images/bg_wide.gif"> thank you! ...