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 SkipVought 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: *

  1. GRIFFIJ

    Centre the contents of a DIV

    Thank you Phil Please find below the HTML code I hope this helps in the navigation bar there is only buttons Thanks Joel HTML Code <body> <div id="container"> <div id="logo"> <img src="images/Logo.fw.png" alt="" name="logo" width="960" height="95" id="logo2" /> </div><!-- Logo Div...
  2. 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...
  3. 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...
  4. GRIFFIJ

    Centreing the contents of a DIV Tag

    Hi thank you very much please find the CSS Code below: @charset "utf-8"; /* CSS Document */ *{ margin: 0px; padding: 0px; } #wrapper { width:1024px; height: 768px; background-color:#00CCFF; } #logo { width:1024px; height: 110px; background-color:#FF6633...
  5. 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...
  6. GRIFFIJ

    CSS Bug

    Hi Phil, thank you very much I figured out what I was doing wrong I was saving it locally not uploading it to the server so thank you very much all your help you have been immense. One last question is there a way of dividing your HTML code so that you have different stylesheets for...
  7. GRIFFIJ

    CSS Bug

    Hi Phil, please find an up-to-date copy of the web page I cannot find where your CSS differs from mine i.e. the font is correct the size is correct however the positioning is not I cannot believe that I am so close yet so far could you please point me in the right direction kind regards Joel
  8. GRIFFIJ

    CSS Bug

    Hi Phil I have taken down the whole website deleted what's in the public directory and re-uploaded it with the new code and still the timeclock appears to have no CSS I have checked it in Dreamweaver it hasn't CSS I upload it to the server and for whatever reason it seems to disappear. I am...
  9. GRIFFIJ

    CSS Bug

    Hi Phil thank you very much for your advice I have put that into place and as you can see from the website the countdown timer appears orientated to the left with no formatting when I look at it in preview in Dreamweaver it looks perfect why is this such a difference between what I can see in...
  10. GRIFFIJ

    CSS Bug

    Hi Phil thank you very much for your reply I thought I had replied last night but I didn't I change the numbers as you suggested however all it did was push the day box over to the right and it doesn't match up at all I was wondering if there's any way of making the those boxes static so no...
  11. GRIFFIJ

    CSS Bug

    Thanks phil My page has been uploaded http://griffij.comoj.com/
  12. GRIFFIJ

    CSS Bug

    Hi Phil is it possible to send it to you I am looking for a free PHP web hosting site for testing purposes
  13. GRIFFIJ

    CSS Bug

    This is what I want it to look like: I see this in design Days Hours Minutes Seconds 440 23 34 12 When I preview in IE this is what I see Days Hours Minutes Seconds 440 23...
  14. GRIFFIJ

    CSS Bug

    Sorry phil it is I am trying align the countdown time to the DAYS, HOURS, MINUTES, SECONDS
  15. GRIFFIJ

    CSS Bug

    In design view the countdown time is aligned under the countdown title. However when you preview it in IE it all aligned to the left so the titles don't align up
  16. GRIFFIJ

    CSS Bug

    It Aligns perfectly in dreamweaver CC or me not sure how to change it to a table
  17. 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...
  18. GRIFFIJ

    Centre a div

    Thank you, how do you make it left align?
  19. 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"...
  20. 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 =...

Part and Inventory Search

Back
Top