• 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

cellspacing - html javascript css issue

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<div> main div
<div></div> horizondal scroll view
<div></div> vertical scroll vieew

real data
<table here i am setting background color><tr></td><table ><tr><td></td></tr></table></td></tr></table>
</div>


my idea is set background color and using cell spcing to give the borderfor the cell elements.
it is working fine but i have some combo box component in the form so when i drag on more rows coming to the page i have the problem like the combo box getting overrided with the div which is using for scroling.

when i remove the cellspacing it is working fine but when the table have cell spacing is not working (combo getting overrided with div)

it is urgent please let me know as soon as posible
Filename: untitled.bmp
Description: screen shot of issue
File size: 626 Kbytes
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
reason you do not just set the borders with css



Eric
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic