• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

fixed header, problem with alignment, must support all browsers

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I have an issue when i try to fix header for my table, i have one table which is surrounded by a div tag. I also used jquery to calculate width and alignment. I'm also using javascript to add and delete rows dynamically for every onclick event. When i try to add rows dynamically, a horizontal scroll bar will appear and my static header alignment changes. I want my static header alignment should match the dynamic header alignment. The header alignment is working in firefox but it wont works with IE 6 and i dont know abt other IE's whether it supports or not. But my problem is that it must support all browsers.

This is my html
-------------------


I also used jquery with this html.

Please help to solve the issue.

 
Jay Ganesh
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
forgot to add one more thing

jquery.fixedheader.js
-------------------------

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic