Hello all,
I've been assigned the task to design a temporary customer tracking system in MS Access 2007 (sheeeesh!). The tables and relationships have all been setup successfully. But I'm running into a minor problem while trying to design the data entry form for one table... Here's a bit of explanation first.
The screen contains ...
Hello,
Does anyone knows how to properly make dependent dropdowns using the Zend Framework?
I've found several ways to do so, but none of them is using the framework features.
Dependent Dropdown: The options shown on the "B" , depends on the option selected on the "A" .
Thanks for your help,
Best regards,
...
I'm looking for a way to determine if/when a <select> element's menu is open. I don't need to force it to open or close, just figure out if it's open or closed at a given time.
I can listen to events for focus/blur, mouseup/mousedown, etc., but I don't think I can reliably figure out the state of the menu from those events. For example,...
Hi I've finally got Suckerfish working and styled but in IE7 it is hidden behind the divs below it. See the dropdown on the 'Your Video/Pics' button here.
I know usually a z-index would solve the issue but in this case it seems not. Can anyone help?
Don't worry this site is not supposed to work in IE6 ;)
...
Where the To-field is a textbox that also contains a dropdown, where each new contact is added to the text field? Similar to the facebook to field, where a box is created for each receiver.
Is there such a library or component out there?
Thanks
...
I'm interning for an NGO in India and trying to fix their website, including updating their menu so it's not the last item on the page to load, and it's centered on the screen. Everything works well enough but when I try out my new menu in IE6, I get this weird error where the content below the menu is padded an extra 30px or so and the ...
I'm hoping someone can see what I'm not seeing here:
http://bit.ly/crosschurch
The horizontal menu at the top has drop-down items, and it works fine in other browsers on this page, and all browsers on other pages. But in Internet Explorer, on this page with the slideshow, the menu disappears unless you move really fast. I've tried di...
I was browsing the web and found this site. I noticed how the nav bar drop-down works, and I want to implement something similar on my website.
Afer going into the source code of the page, I found that those drop-down areas are contained in divs with class fOut.
It turns out that this is being done with MooTools. Here is the script its...
I am building a high school team application using Django.
Here is my working models file:
class Directory(models.Model):
school = models.CharField(max_length=60)
website = models.URLField()
district = models.SmallIntegerField()
conference = models.ForeignKey(Conference)
class Conference(models.Model):
conference_na...
This one's got me stumped. Usually with a little CSS juggling here and there I am able to solve most IE7 CSS bugs, but not this one!
Head on over to the example page and view it in IE7, you will soon see that when mousing over the (vertical) drop down menu on the left of the page, it opens the sub menu WAY over to the right. I have pull...
This is what I want my site to do:
1. User fills in some drop down menus
2. User clicks "Update Button"
3. Old Drop downs are disabled (but still visible), and new drop downs appear below with options based on the first drop down menus (in a way that i specify)
4. Repeat 1-3 a few times
5. User submits Data
My starting point I have...
Hi there.
I'm using a very simple CSS dropdown menu which works well in most modern browsers. Unfortunately it must also work in IE6 and 7, which it currently does not. Can anyone please check it out very quickly and tell me if it can be easily fixed?
I'm not adverse to using JavaScript if required.
The markup and CSS: http://paste2...
Hi
I have a simple script in HTML, using a dropdown menu. When the value 1 is selected, the user can write in the text field, if value 2 is selected, it disables the text field.
However, i changed the values of the dropdown menu, so that one value was from a mysql table(using PHP) and the other remained 'option value='1''. Yet now neit...
Hi
I'm trying to change the position of the dropdown list relative to the combobox item.
Setting the position using comboBox.dropdown.x = 1337; doesn't work...
...
How would I add a cell to a DataView that was toggleable between True and False like the dataview in the Microsoft Visual C# properties window? I can only find a way to add a text box type cell to it, but I need to add a toggleable one, and also a dropdown list type. Thanks for any help.
...
Hi all guys!
by keeping inspiration from this
http://www.filamentgroup.com/examples/menus/ipod.php
i have maked my own from scratch cause i have needed this smarty dropdown solution for a client, but more lightweight & efficient!
so with a good cup of coffe in my hand i have maked this
DEMO: http://jsbin.com/ufuga
SOURCE: http://js...
There are a couple of posts about this on Stack Overflow but none with an answer that seem to fix the problem in my current situation.
I have a page with a table in it, each row has a number of text fields and a dropdown. All the dropdowns need to use the same SelectList data so I have set it up as follows:
Controller
ViewData["Submar...
Hello- I'm complete noob in Cakephp - here goes...
I have a website set up with Cakephp framework. I would like to create two dropdown forms to compare/show data. When the user selects an item from the dropdown from either one of the forms it is to show the content below on website.
I was thinking this data would need to be stored in ...
I am using the Html.DropDownList helper in ASP.NET MVC and I would like to make it read-only. Unfortunately, I also need it to submit its value on a form post.
I have found (through a similar question on SO) that using the below format will make the drop down read-only but it will not provide access to the control's value within the co...
What's best method within cakephp site for-
two dropdowns
one listing cds, one listing artists
on select of either cd or artist I need my additional text to appear below dropdowns
I have been searching through tutorials and manual - with no success. I am looking to learn by basic example - from form/view and controller.
latest try...