Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GRIFFIJ
  • Content: Threads
  • Order by date
  1. GRIFFIJ

    Centre the contents of a DIV

    Hi, I was wondering if you could help me with an issue I have in a div it is a navigation bar inside a containing div I have managed to centre it horizontally but I can't seem to vertically here is the code underneath: #container #contnav #navmenu { padding: 0px; margin-left: auto...
  2. GRIFFIJ

    Centering navigation bar

    Hi I have a web pay that is Divided into four sections: Header navigation area main content area footer I have managed to place my navigation bar inside navigation area however the issue that I have I cannot seem to centre it. It is driving me nuts. The other issue that I have is that my sub...
  3. GRIFFIJ

    Centreing the contents of a DIV Tag

    I have created CSS drop-down list works fine it has five buttons I have created it inside a DIV which in turn is in a WRAPPER tag What I am trying to achieve is Centring the contents of that DiV at the moment it appears absolutely to the left. If anybody can help I would be very grateful...
  4. GRIFFIJ

    CSS Bug

    Hi I was wondering if someone could help me with a CSS bug I have. I have a created 4 DIVs that align perfectly but when I view it in a web browser it is not in alignment and I am not sure why? please help. Kind Regards CSS Code #container { background-image...
  5. GRIFFIJ

    Centre a div

    Hi ya I know this is a really silly question but I have a div inside a div tag that holds a countdown clock I am trying to centre the div inside the div. Example The container div is call is "countdownclock inside that div is a div called "daysBox". I am trying to centre the "daysBox"...
  6. GRIFFIJ

    Javascript and CSS

    Hi I have created a countdown clock in JavaScript Now I want to put that clock into a Div tag and format it but unsure how can anyone help? Code <!doctype html> <html> <head> <script type="text/javascript"> function cdtd () { var disney = new Date("August 25, 2015 03:00:00"); var now =...
  7. GRIFFIJ

    New to Javascript

    Hi I am new to JavaScript and I am trying to put a countdown clock on my website I have written the code and it says that the code is correct however when I run it all I get is a blank screen and no countdown clock not sure why. Code: <html> <head> <script type="text/javascript/"> function...
  8. GRIFFIJ

    External maxtor harddrive in accessible

    Hi I have 650gb maxtor external hard drive that I am have huge problems with When I click on it it says "G:\ not accessible" It works on an XP machine, when you plug it back in to the vista machine same message. The snag it it does work in Safe Mode on the vista machine but has I say not in...
  9. GRIFFIJ

    Conditional formating Not Updating unless you click run

    Hi Hi I have a problem with my spreadsheet I have applied conddition formating but for som reason it won't update unless you click run in VBA code window I can see this to be a pain My code is as follows: Private Sub Worksheet_Calculate() Dim oCell As Range For Each oCell In...
  10. GRIFFIJ

    Custom printing using VBA in Excel

    Good afternoon I was wondering if anyone could help with a little tiny problem in Excel. I have created a spreadsheet. Now it is complete I want to place a command button on the sheet that prints out a pre determind range in a preview screen and then gives you the open to print for real I...
  11. GRIFFIJ

    Inserting todays date a certain Cell using a command Buttom

    Hi to you all I was wondering if you could help with a bit of a silly problem I have I want to put on a spreadsheet a comand button that inserts todays date into a certain cell for example D13 Many thanks Joel
  12. GRIFFIJ

    Inserting todays date a certain Cell using a command Buttom

    Hi to you all I was wondering if you could help with a bit of a silly problem I have I want to put on a spreadsheet a comand button that inserts todays date into a certain cell for example D13 Many thanks Joel
  13. GRIFFIJ

    Navigation Bar using fireworks 8

    I am creating a navigation bar using fireworks 8 for use in Dreamweaver 8. The problem that I have encountered is that when you create a canvas of a fixed length and hieght and don't have the option to make it percentage. The table that the navigation bar is going into in dreamweaver is a...
  14. GRIFFIJ

    Insert a new row on the and continue the formule

    Can anyone help me with this query in Excel 2003? Background I have a spreadsheet that keeps track of employee holidays, for example in column “A” I have list of Employee names in column “D” I have the number of holidays that that person is entitled to, Column “E” the number of Holidays...
  15. GRIFFIJ

    One Main Form and 2 subforms

    I have 1 Main table and 2 subforms as below: Table 1 Client_Details PK ClientIDNo DOB ClientSurname ClientFirst ClientTitle Table 2 Client addresss_details PK ClientAddressID PK ClientIDNo ClientAddressPropertyName ClientAddressFlatNumber ClientAddress...
  16. GRIFFIJ

    Newbbie with an Access relationship proble

    I have three tables please help me link them. I know that I probably should use a subforrm but I am trying to learn about linking tables together please help. Table 1 Client_Details PK ClientIDNo DOB ClientSurname ClientFirst ClientTitle Table 2 Client addresss_details...

Part and Inventory Search

Back
Top