But I need the dropdowns to appear on the homepage.
They do in IE7. Why don't they in Mozilla/Firefox?
Is there any way to debug the mouseover of the menu items to try and detect why the dropdowns are not appearing?
Brian
Hi,
Thanks for your advice.
Unfortunately, I still cannot get the menu to work in Mozilla 2.0.0.12. I have another pc in the house which runs 2.0.0.11 and it doesn't work with that either.
Maybe I did not explain the problem correctly. It is the dropdowns on the menu which do not appear when...
Am trying to add a "video" to a webpage using a Dreamweaver extension called Active Slideshow Pro by DMXZone.
The page can be viewed: www.faith.org.uk/Testindex.html
In IE7 it works fine. The video shows and the dropdowns of the menu work correctly.
In Mozilla Firefox, although the video works...
I have a field in a table (type Hyperlink) in which I store email addresses.
If I click on the textbox with this field as a source, I get an error:
“unable to open http://johnsmith@yahoo.com
If I define an OnClick handler and put a breakpoint in it, the contents of the text box is...
Am having problems with creating a Word document from Access. I have successfully created the document but cannot get Word to remain open in order to edit the document. Part of my coding is:
DoCmd.OpenForm "frmSelectSchoolContact", , , "[fldSchool_ID] = " & Me.txtSchoolID, , acDialog
If...
Am trying to create a graphic for a web page using CorelDraw 12.
Have made a vector graphics image and saved it as a cdr. It appears excellent, even at large magnifications.
I wish to export it as a Gif with a transparent background. With my image on a blank page, I have drawn a rectangle around...
Have already seen Allen Browne's article.
Don't think it is appropriate to my problem (unless I'm dumb - I often am!!!).
What I really want to do is "subtract" the date ranges of the bookings from the date range of the vacancy, leaving new ranges for the remaining days. Assume this...
Hi Mike,
Quite correct. It is a one to many relationship. I do have a separate record for each booking but only one record for each vacancy, e.g.:
Vacancy: VacID=983 Start=1/1/04 End=23/4/04
Booking 1: ID = 2345 VacID = 983 Start=12/1/04 End =17/1/04
Booking2: ID=6744 VacID=983...
Hi Leslie and Mike(?),
Thanks for your replies.
I have a vacancies table (tblVacancies) in which each record has a fldID Autonumber field. It also has start and end date fields (fldStart and fldEnd)
I have a bookings table (tblBookings) which has a fldVacID field relating to fldId in...
Sorry the question was not clear.
The dates are produced by a query and are in one field.
The start date is at the start of a sequence of consecutive dates where the difference between dates is one day and the end date is at the end of this sequence.
So: given the dates...
Given a range of dates held in a field in a table or query, e.g.:
10/1/04,11/1/04,12/1/04, 23/1/04, 3/2/04,4,2,04, 8,2,04
How can I write a query (in Access SQL) to generate:
fldStart fldEnd
10/1/04 12/1/04
23/1/04 23/1/04
3/2/04 4/2/04
8/2/04 8/2/04...
Given a range of dates held in a field in a table or generated by a query, e.g.:
10/1/04,11/1/04,12/1/04, 23/1/04, 3/2/04,4,2,04, 8,2,04
How can I write a query to generate:
fldStartGap fldEndGap
13/1/04 22/1/04
24/1/04 2/2/04
5/2/04 7/2/04
Would appreciate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.