Sticky Header not working

I'm trying to build a site based on "template design #1" which is from this page: http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html#templat es
And Im trying to make a sticky header following the tutorial on this page: http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/
In the stylesheet, before ".bannerArea .container" I put:
#header-wrap {
position: fixed;
_position: absolute;
top: 0;
left: 0;
width: 100%;
And in the source code:
<body>
<div id="header-wrap"></div>
<div class="bannerArea">
But it's not working. So, any suggestions as to how to make a sticky header for "template design #1" would be appreciated.

All modern browsers support fixed positioning.
Pre-IE7 browsers don't support fixed positioning on anything other than the <body>.  So if you must support IE5.5 (obsolete) or IE6 (fewer than 10% users worldwide), use the workarounds described below:
http://alt-web.com/DEMOS/CSS2-Sticky-Footer.shtml
IMO browser compatibility warnings are a waste of time.  I never pay attention to them.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • HTTP Return Code on CSM causes IP Sticky does not work

    I have CSM running on 3.1(1a).
    I configured HTTP Return Code Checking:
    map HTTPCHECK retcode
    match protocol http retcode 404 404 action remove 5 reset 60
    And apply it to the following web server serverfarm:
    serverfarm DCMSWEB
    nat server
    no nat client
    predictor leastconns
    retcode-map HTTPCHECK
    real 10.1.31.1
    inservice
    real 10.1.31.2
    inservice
    I also configure IP sticky for my web server:
    sticky 2 netmask 255.255.255.255 timeout 60
    And apply that sticky to the virtual server:
    vserver DCMSWEBHTTP
    virtual 10.1.30.100 tcp www
    serverfarm DCMSWEB
    sticky 60 group 2
    replicate csrp sticky
    replicate csrp connection
    persistent rebalance
    inservice
    But, the problem is my sticky does not work if I apply HTTP return code checking on the serverfarm.
    "show mod contentswitchingmodule 8 sticky" does not show any IP sticky connection.
    If I remove HTTP return code checking from serverfarm, my IP sticky is back to normal.
    Has anyone encoutered this similar problem before?
    Is this a bug on the CSM software?

    This is a new bug.
    The workaround is to use the command 'client 0.0.0.0 /0' under the vserver.
    Gilles.

  • In SSRS , after exporting report in excel,wrap text property for cell and freeze column for SSRS table header not working in Excel

    I am working no one SSRS my table headers are freeze cangrow property is false and my report is working perfect while rendering data on RDL and i want same report after exporting in Excel also , i want my table header to be freeze and wrap text property
    to work after exporting in my report in excel but its not working ,is there any solution ? any patch ? any other XML code for different rendering ? 

    Hi Amol,
    According to your description, you find the wrap text property and fix column is not working after exporting into Excel. Right?
    In Reporting Services, when exporting to excel file, it has limitation for textbox.
    Text boxes are rendered within one Excel cell. Font size, font face, decoration, and font style are the only formatting that is supported on individual text within an Excel cell.
    Excel adds a default padding of approximately 3.75 points to the left and right sides of cells. If a text box’s padding settings are less than 3.75 points and is just barely wide enough to accommodate the text, the text may wrap in Excel.
    In this scenario, it supposed to be wrap text unless you merge cells. If cells are merged, word-wrap does not work correctly. If any merged cells exist on a row where a text box is rendered with the
    AutoSize property, autosize will not work. For the Fix Data Property, it can't be working in Excel. These are features when exporting to Excel. We can't change it because it's by design.
    Reference:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Get clicked column header not working

    Here's what I'm trying to do:
    Have a multi-column listbox of elements.  Allow the user to select a few rows he is interrested in (and the become highlighted).  Allow sorting of the listbox by clicking on the column headers.
    I've got the listbox populating fine, if nothing is selected, the sorting works fine (event structure based on mouseup event of the multi-column listbox, calling to the "get clicked column header" invoke node method sorts the data.  The part that is not working is that If the user has elements selected, sorts the listbox, the same elements are selected (not the same rows, but those same elements in whatever row they ended up after being sorted). 
    What happens is if I select a few rows in the listbox (listbox configured for 0-N elements selectable, highlight entire row), and then click on the column header, the event structure fires off a value change event for the listbox and changes to no elements selected.  if I then click the column header again, it fires off the mouse up event and I get the sorting, but now none of the rows are selected.  Weird thing is that first time I click the column header and it fires the value change event, a call into get clickced column header returns negative value so it won't tell me which column header the user clicked to "empty" the selection.
    Bugger!!!!  doesn't work how I want it to.
    Funny thing is if I change the listbox over to a 1-N elements selectable, and then select a few rows, and then click on the column header, the event structure fires off the mouse up event and I get the sorting and re-selecting exactly as I would expect. 
    What's the deal here?? is this a bug, or expected behavior.  If it's expected, it would be nice if it were a little more consistent between the different types of listboxes.  Also, any good suggestions as to how to allow users to have 0-N selected elements, and be able to sort the listbox and keep the selected rows selected?

    Sounds annoying.  Here is a variation of my goto method for these types of problems:
    Use the MouseDown? event to catch important info like the old value.
    Restore the old value at the end of the Mouse Up event.
    Some details, like making sure that the down and up clicks are in the same cell.
    Use Defer Updates to prevent flashing.
    One of many kluges I have around for the MC Listbox....
    Attachments:
    MCListboxKluge.vi ‏20 KB

  • Redirection using header not working..

    Hi,
    I've created a simple insert page and after insert i want it
    to be redirected to another page which has list of entries.
    Somehow the header redirection is not working. I tried site
    relative name in the after insert go to option and then gave tried
    the full path name but no relief. I tried the redirect at the top
    of the page(plain redirection as soon as the page is loaded) and it
    worked. I have attached the code. Can some one spot what am i
    missing here?

    The page is not redirected it stays in the same page after
    the insert action.
    the page is in the location <<
    http://localhost/mysite/create_blog_entry.php?>>
    after the submit form it should be redirected to the <<
    http://localhost/mysite/blog_view.php>>--expected
    result
    but the result is
    <<
    http://localhost/mysite/create_blog_entry.php?>>
    I tried the exit function after the header and i got
    connection reset error..
    <<The connection to the server was reset while the page
    was loading.>>

  • Facebook 6.0.2 version chat heads not working

    Hi
    I am using iPhone 4s with ios 6.1.3, I have downloaded the new version of facebook 6.0.2 version but i am not able to access the chat heads which is a new feature I checked with my friend its working fine for all, I reinstalled the software still its not working. Can any one help me how to make it work

    I tried to find an actual tech support number or any kind of email address NO LUCK.. Help Center is the only thing that I was being directed to from google and stuff.. And that doesn't do much at all.. I have don "Report A Bug" and writing a review on the app but I don't think my problem is being handled at all.. Im kind of just waiting/hoping to see if they roll out chat heads that don't crash or fail in an update or just a patch to fix what's wrong right now.
    Thank you for your input and anyone else that has taken time out of there day to help. Anything does!

  • TS1702 chat heads not working on the facebook app and whenever I log out of it the layout changes and the bar goes to the bottom

    I updated the facebook app today and the chat heads are not working and also whenever the app crashes or I log out the layout completely changes and a bar appears at the bottom of the screen instead of the sidebar. This is really annoying.

    Voice Over Fix
    Settings > General > Accessibility > Voice Over > Off
    Or,
    Press the Home Button 3 Times
    Now...
    Reset your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons...
    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • Via Heade not Work!! (6.0sp1)

    Hi.
    i used the http header that "Via".
    but web server response "400" error into GET method.
    i have that logs.
    it's OK - sjs web 6.1sp6 on Windows. return code 200.
    started....started....
    WWWConnect::Connect("192.168.0.141","80")\n
    IP = "192.168.0.141:80"\n
    source port: 64654\r\n
    REQUEST: **************\n
    GET / HTTP/1.0\r\n
    Via: test\r\n
    Host: 192.168.0.141\r\n
    Accept: */*\r\n
    \r\n
    RESPONSE: **************\n
    HTTP/1.1 200 OK\r\n
    Server: Sun-ONE-Web-Server/6.1\r\n
    Date: Thu, 03 Jun 2010 08:23:01 GMT\r\n
    Content-length: 461\r\n
    Content-type: text/html\r\n
    Last-modified: Sun, 31 May 2009 13:36:07 GMT\r\n
    Accept-ranges: bytes\r\n
    Connection: close\r\n
    \r\n
    <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">\r\n
    <HTML>\r\n
    <HEAD>\r\n
    <meta http-equiv="Content-Type"\r\n
    \tcontent="text/html; charset=iso-8859-1">\r\n
    \t<TITLE>Sun[tm] ONE Web Server, Enterprise Edition 6.1</TITLE>\r\n
    </HEAD>\r\n
    \r\n
    <FRAMESET BORDER=0 ROWS="80, *">\r\n
    <FRAME NAME="banner" SRC="banner.html" SCROLLING="no">\r\n
    \t<FRAME NAME="content" SRC="launch.html" SCROLLING="auto">\r\n
    </FRAMESET><noframes></noframes>\r\n
    </HTML>\r\n
    \r\n
    WWWConnect::Close("192.168.0.141","80")\n
    closed source port: 64654\r\n
    finished.
    it's not work . iplanet 6.0sp1 on solaris. return code 400.
    started....
    WWWConnect::Connect("192.168.0.71","80")\n
    IP = "192.168.0.71:80"\n
    source port: 64717\r\n
    REQUEST: **************\n
    GET / HTTP/1.0\r\n
    Via: test\r\n
    Host: 192.168.0.71\r\n
    Accept: */*\r\n
    \r\n
    RESPONSE: **************\n
    HTTP/1.1 400 Bad request\r\n
    Server: Netscape-Enterprise/6.0\r\n
    Date: Thu, 03 Jun 2010 08:23:18 GMT\r\n
    Content-type: text/html\r\n
    Content-Length: 147\r\n
    Connection: close\r\n
    Via: 1.1 AN-0003011042661574\r\n
    \r\n
    <HTML><HEAD><TITLE>Bad request</TITLE></HEAD>\n
    <BODY><H1>Bad request</H1>\n
    Your browser sent a query this server could not understand.\n
    </BODY></HTML>
    WWWConnect::Close("192.168.0.71","80")\n
    closed source port: 64717\r\n
    finished
    why? 6.0 is not support via header?
    any idea?
    thk...

    6.0 is out of support life. pl upgrade to 7.0 update 8 or above

  • Add Bus area to CR header not working.(OTC must be supplied)

    Hi Experts,
    We have used the following doc to allow for business area on the general screen of our change request: Enhancement of the User Interface Building Bloc... | SCN
    We have Gone through most of the actions but now encounter an error.
    We use transaction GENIL_MODEL_BROWSER  > Create Enhancement ZMDG_CR_Additional_Fields  but when we assign the new handler class in the root objects CR_ROOT it is giving a dump Exception condition" No Active Data Model" triggered.
    When we debug this we are getting OTC 147 for Business partner but our active data model is OG and thus we think it should call for the entities for the OG model.
    Where is it fetching this from or is there config that we are missing?
    Thanks and best regards
    Riaan

    Hi sohopigeon, and a warm welcome to the forums!
    What to do if your computer won't recognize a FireWire or USB device...
    If the issue persists, try these steps:
    1. Shut down the computer.
    2. Disconnect all devices and all other cables, except the keyboard and mouse cable(s).
    3. Disconnect the computer from the power outlet and wait for 3 to 5 minutes.
    4. Plug the computer back in and turn it on.
    5. Reconnect the device(s) (one at a time if there is more than one) and test. Test with each port if you have more than one.
    http://support.apple.com/kb/HT1317
    The 7,3 2.3 was PCI-X, I notice this PCI card is NOT for use in PCI-X G5s...
    http://eshop.macsales.com/item/Other%20World%20Computing/PCIFW4P/
    While this one works in PCI or PCI-X...
    http://eshop.macsales.com/item/ADS%20Technologies%20Inc./API315/
    Not sure about yours, but it does say...
    PCI 2.2 compliant and works in 32-/64-bit PCI slot
    Works in 3.3v or 5V PCI slot
    The one that doesn't work in yours above is also PCI 2.2 compliant.

  • Link Action in datatable header not working!!!

    hi all
    i want to sort the datatable rows when link in the header of a column in datatable is clicked. I am using Sun Creator but it doesnot provide functinality to directly add link action in header. So i changed the jsp page to add the following code
    <h:dataTable binding="#{SearchResults.dataTable1}" headerClass="list-header" id="dataTable1" rowClasses="list-row-even,list-row-odd" style="left: 24px; top: 24px; position: absolute" value="#{SearchPage.searchResultsDataModel}" var="currentRow">
    <h:column binding="#{SearchResults.column1}" id="column1">
    <f:facet name="header">
    <h:commandLink action="#SearchResults.linkActionApplicantIDHeader_action}"
    binding="#{SearchResults.linkActionApplicantIDHeader}" id="linkActionApplicantIDHeader">
    <h:outputText binding="#{SearchResults.linkActionApplicantIDHeaderText}" id="linkActionApplicantIDHeaderText" value="Applicant ID"/>
    </h:commandLink>
    </f:facet>
    </h:column>................... other columns of table(bold is what i added )
    if i check through the IDE application outline window that which action handler is associated with my header link action, it takes me to proper method. but while running it doesnot go to the proper method and hence doennot fire the event.
    what should i do??
    plz help
    thanks

    hi all
    i want to sort the datatable rows when link in the
    header of a column in datatable is clicked. I am
    using Sun Creator but it doesnot provide functinality
    to directly add link action in header. So i changed
    the jsp page to add the following code
    <h:dataTable binding="#{SearchResults.dataTable1}"
    " headerClass="list-header" id="dataTable1"
    rowClasses="list-row-even,list-row-odd" style="left:
    24px; top: 24px; position: absolute"
    value="#{SearchPage.searchResultsDataModel}"
    var="currentRow">
    <h:column binding="#{SearchResults.column1}"
    id="column1">
    <f:facet name="header">
    <h:commandLink
    action="#SearchResults.linkActionApplicantIDHeader_act
    ion}"
    binding="#{SearchResults.linkActionApplicantIDHeader}
    " id="linkActionApplicantIDHeader">
    <h:outputText
    binding="#{SearchResults.linkActionApplicantIDHeaderTe
    xt}" id="linkActionApplicantIDHeaderText"
    value="Applicant ID"/>
    </h:commandLink>
    </f:facet>
    </h:column>................... other columns of table(bold is
    what i added )
    if i check through the IDE application outline window
    that which action handler is associated with my
    header link action, it takes me to proper method. but
    while running it doesnot go to the proper method and
    hence doennot fire the event.
    what should i do??
    plz help
    thanksI had a similar problem w/ links in a datatable that didn't work. I had to do two things:
    1. Initialize the SearchPage.searchResultsDataModel property in the constructor of the bean (this is because I use request scope).
    2. Remove the rendered property from the surround h:panelGroup tag that I have around my table. I haven't been able to get the rendered property to work with the datatable links.
    Hope this helps!

  • Checkbox in a datagrid column header not working properly

    Hi,
    I have rendered a checkbox in the header of a datagrid column
    using headerRenderer property. That column also has all entries as
    checkboxes. What I want to do is that on checking the header
    checkbox, all checkboxes should get checked. Though I am able to do
    this BUT the header checkbox remains uncheched in the whole
    process! Whereas, if I remove this eventHandler from it, then the
    header checkbox shows the correct state i.e., show checked on
    checking & unchecked on unchecking!
    Any input?
    Thanks in advance,
    Cheree

    hi many thanks for looking at my problem
    what i am trying to do is show a column if the proc_id is greater than 2
    it just looks a bit silly when a user configures the file (but not submitted it for loading)
    the file cnt is null or zero - i had hoped not to show this - the proc_id is found from the report query !

  • ALV - set_text in column header not working (or I'm doing something wrong)

    In the WDDOINIT module of my view that contains the ALV, I have the code:
    method wddoinit .
      data: l_ref_cmp_usage type ref to if_wd_component_usage,
            lr_column        type ref to cl_salv_wd_column,
            lr_column_header type ref to cl_salv_wd_column_header.
      l_ref_cmp_usage = wd_this->wd_cpuse_alv( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      data: l_ref_interfacecontroller type ref to iwci_salv_wd_table .
      l_ref_interfacecontroller =   wd_this->wd_cpifc_alv( ).
      data: l_value type ref to cl_salv_wd_config_table.
      l_value = l_ref_interfacecontroller->get_model( ).
      lr_column = l_value->if_salv_wd_column_settings~get_column( 'LASTDATE' ).
      lr_column_header = lr_column->get_header( ).
      data: l_column_text type string.
      l_column_text = 'Must Change By'.
      lr_column_header->set_text( l_column_text ).
    endmethod.
    The text in the column header does not change.  It uses what is in the dictionary.

    Try setting the set_ddic_binding_field( '00' ).

  • CSS11503- Sticky-cookie not working as expected

    Hi I have a CSS11503 providing load balancing for an application. There are two servers to be load balanced. The CSS5-SSL-C-K9 hardware SSL installed on it.
    I have configured the following services and css
    service RESWINCOBBTAPP1_HTTP
    keepalive uri "/webapps/portal/frameset.jsp"
    keepalive port 80
    keepalive type http
    port 80
    ip address 192.168.16.151
    string reswincobbtapp1
    active
    service RESWINCOBBTAPP2_HTTP
    keepalive uri "/webapps/portal/frameset.jsp"
    keepalive port 80
    keepalive type http
    port 80
    ip address 192.168.16.152
    string reswincobbtapp2
    active
    content HTTP
    advanced-balance cookies
    port 80
    protocol tcp
    url "/*"
    primarySorryServer SORRY
    balance leastconn
    vip address 192.168.86.215
    string range 1 to 500
    string process-length 15
    add service RESWINCOBBTAPP1_HTTP
    add service RESWINCOBBTAPP2_HTTP
    string skip-length 32
    string prefix "JSESSIONID="
    string match first-service-match
    no persistent
    active
    content HTTPS
    add service RESWINCOBBTAPP1_HTTPS
    add service RESWINCOBBTAPP2_HTTPS
    balance leastconn
    application ssl
    url "/*"
    port 443
    protocol tcp
    advanced-balance ssl
    primarySorryServer SORRY
    vip address 192.168.86.215
    active
    The problem are
    1> When clients access the vip address on port 80 the css changes the port to 443. This is a default behavior but I want clients keep the connection on port 80, What do I need to change on CSS ?
    2> When one of the server isn't available the client should move to the next available server and If the next server isn't available then client should move to SORRY page but in this case the clients are stuck to one(first) server. When I say the server isn't available that means the web page isn't available and server responds with HTTP error 500.
    What do I need to change on CSS to move the client to next available server ?
    I have similar configuration working in other part of the organization with some other application.
    Thanks in advance

    1/ this is most probably the server sending a redirect to https....not the css.
    2/ if the connection is established with one server and this server then fails, the active connections will stay with that server. Only new connections will be sent to another server assuming the probe detected the server as down.
    Gilles.

  • Z77A-GD65 Gaming USB header not working.

    I've had this board for about 8 months, up until now everything has been working fine. But the JUSB1 header just stopped working. It delivers power but won't recognize any device plugged in to it, and I tried several different drives, mice, etc. The other USB headers appear to be working fine. There are no problems indicated in Device Manager. I tried uninstalling the USB Root Hub driver and also reinstalling the Intel chipset driver, no luck. Is there any other option than RMA'ing the board ? I recently installed and uninstalled the Supercharger app, doesn't work with my Android, but I'm wondering if that might be the source of the problem ?

    Quote from: Bernhard on 03-May-12, 14:37:59
    Check the mainboard settings in the BIOS.
    Go to Advanced settings.
    Enter the Integrated Graphics Configuration.
    Disable Virtu technology and select your discrete card as the initial GPU under Initate Graphic Aadapter.
    Check that IGD multi monitor is disabled.
    This is taken from my Z68, but I imagine your BIOS being pretty similar.
    Give that a try and see if it helps.
    I do have that all disabled with no go... I don't think I ever enabled it.
    Quote
    The problem may be with the enabling of PCI-E 3.0. The VGA's you have are 2.0.
    I enabled PCI-E 3.0 as a last resort because when the GEN3 option was off, it wasn't working, so I turned it on to see if that would fix it, but that was a no go too...

  • Groupable Row header - not working

    Hi,
    I tried downloading the source form here and tried executing it.
    http://quicktable.org/jtable/quicktablemain.htm
    But it doesnt seem to run. But all i get is a:
    init:
    deps-jar:
    compile-single:
    run-single:
    java.lang.StackOverflowError
    Exception in thread "main"
    Java Result: 1
    BUILD SUCCESSFUL (total time: 5 seconds)
    what could be the problem?

    in AttributiveCellTableModel.java replace the method setDataVector() with this
      public void setDataVector(Vector newData, Vector columnNames) {
        if (newData!=null && columnNames!=null) {
          cellAtt = new DefaultCellAttribute(newData.size(),
              columnNames.size());
        } else {
          cellAtt = new DefaultCellAttribute();
        super.setDataVector(newData, columnNames);
      }(courtesy of objects.com.au)

Maybe you are looking for

  • Another itunes failing to start post - no error message

    I've read a fair few posts like this & so far the one started by theazzi seems to be about the closest. A few weeks ago Itunes mysteriously stopped loading. The symptom is that itunes looks like it's about to load but nothing happens. The app comes u

  • How to delete reading list in ios 7

    Please i want to know how to delete reading list in ios7

  • DYNAMIC TABLE IN WEBDYNPRO INTERACTIVE FORM TO WDCONTEXT

    Hi, I am working with Interactive Form in (Webdynpro Java). In that form i am having Dynamic table. For that Table datas are comes from Bapi. In that table i have ADD button to add a row. If i add a row and enter datas in that row means were it shoul

  • Jdk 1.6

    hi Peter__Lawrey Now l use the jdk1.6.0 ,but l meet some problem as follows: l have install the jdk1.6.0 and jvm but l can not run jdk1.6.0\demo\ (applet)when it show the error message " can not load java jvm from <\bin\server\jvm.dll>" ,My OS is Mic

  • Hp 6560b won't power on. Please help.

    Please send a solution for power on of hp 6560b.  Thanks!