Forum: HTML and CSS Aug 22nd, 2008 |
| Replies: 3 Views: 1,133 Apparently when using z-index you are meant to specify an absolute position, but it also works with a relative position. Maybe try:
#logo{
position: absolute;
width: 100%;
height: 80px;... |
Forum: Computer Science Aug 20th, 2008 |
| Replies: 1 Views: 598 You can connect to a database with any of those languages; not positive about vb.net, but I would expect so.
From your description it sounds as if youre developing a POS system, which is something... |