Tagged Questions

0
votes
1answer
22 views

Newbie help: mouseover on image sometimes returning wrong image from image map

Have www.peterbio.com/mom/ (index.htm) set up so that a mouseover on various places shows an image. For some reason image 2.jpg and 3.jpg (move mouse back and forth on blue balloon) are both showing …
0
votes
4answers
29 views

Tell jQuery to execute certain code only once.

Is there any way to tell jQuery to do something only once? E.g. right now, I need jQuery to on click of div, append some HTML. Then, every time someone clicks that div again it toggles hide/show. Is …
0
votes
3answers
53 views

IE 7 Debug Issue - mystery <li> indent on first line

I am building a website, www.vitaminjdesign.com In IE7, you will notice that in the footer, the first line of list items are indented a little bit. Does anyone know what CSS fix I need for this? …
0
votes
5answers
73 views

Posixy way to launch browser?

Is there a 'Posixy' way to open an URL, preferrably in the default browser? I would like to do something like ShellExecute(0, _T("open"), url, 0, 0, SW_SHOWDEFAULT); that works on GNU/Linux and …
0
votes
3answers
24 views

Increasing the Size of Object Frame to Remove Scroll Bars

I recently asked how to hide the vertical scroll bar using overflow:hidden. While the answer did work (the scroll bar is hidden), I am wondering why it's even appearing in the first place. I would …
1
vote
1answer
25 views

Newbie needs help on mouseover and map on HTML page to show images on mouseover…

Have small web page at www.peterbio.com/mom/test.htm Someone wrote the code with mouse over and creating image map. When you click on one of the purple balloons another image shows up. ***Need …
0
votes
2answers
29 views

toggle button pressed color

hi, i am using toggle buttons in my application, i would like to set the backgound-color when the button is pressed. how can i know what is the proper attribute? and in general is there any place …
0
votes
3answers
19 views

Tables Alignment

I need some help with aligning two tables together, i.e: having the columns line up. The first table has the headers, and the second table has the rows displayed. I'm doing this on ruby, so, I …
1
vote
3answers
75 views

Changing a <div> class with JavaScript

I am trying to change the class of certain tags with an onclick() event. The basic premise is to have the background image of each tag change when the user clicks on them, sort of stimulating a …
0
votes
3answers
38 views

PHP Server Setting Stripping HTML Posts

A client's web host recently changed servers on them and it's broken some of the administrative tools. I'm providing a YUI WYSIWYG editor for them to create content on the site. The HTML content is …
1
vote
1answer
22 views

Getting a List of Applications Capable of Opening a Type of File

I'm trying to get a list of applications that are capable of opening a type of file. So far I've been able to get the name of a single application using NSWorkspace's getInfoForFile:application:type: …
0
votes
2answers
54 views

collecting multiple GET or POST values

Hi I have a form that passes something like in a URL ?choice=selection+A&choice=selection+C I'm collecting it in a form with something like (I remember that $_GET is any array) $temp = …
0
votes
0answers
12 views

Copy large file to pc formatted ntfs external drive using a mac. [closed]

I run VMWare fusion on my macbook pro and one of my virtual drives has reached about 36Gb. I wanted to put the file on an external hard disk I just bought so that I could take it into work and run it …
2
votes
4answers
31 views

Item delete buttons in a table?

Hi, this is a simple html question but I would like to know the correct way of doing it. I have a table in my page, with tabular data, and it's a display of items in the database. I build the table …
0
votes
5answers
32 views

Passing complex data over URL with grace

I'm thinking about using something like: <script src="http://www.example.com/?key={"param":"value"}"> As you can see in the example above a JSON formatted string is being passed over the src …

1 2 3 4 5 803 next
15 30 50 per page