Forum: HTML and CSS Jan 20th, 2009 |
| Replies: 3 Views: 563 Hello ayi, I see that you wrote:
position:absolute
well, I tested this and if you change that to position:fixed; it works fine, in my code I made a big green div to demonstrate the scrolling, here... |
Forum: HTML and CSS Jan 12th, 2009 |
| Replies: 4 Views: 2,147 Hi, its simple just add this by your table declaration: cellspacing="0",
so our table declaration will look like this:
<table width="600" height="600" border="0" cellspacing="0">
That should... |
Forum: HTML and CSS Dec 26th, 2008 |
| Replies: 5 Views: 648 Observe the daniweb design, a rectangle with rounded corners. Most people have a 1024x768 resolution, so design a big rounded rectangle for that resolution, then if someone has a bigger resolution... |
Forum: HTML and CSS Dec 10th, 2008 |
| Replies: 5 Views: 1,141 cross browser problems, that leaves me with more than enough to chew on, but if it is positioning problems here are some things to be known: use margins AND padding (IE only does margins), I posted a... |
Forum: HTML and CSS Dec 8th, 2008 |
| Replies: 15 Views: 6,180 Here is one that really works, even on IE!!!!!! From: css-tricks.com
to set in the exact center of the page(if you change it you can have it vertically or horizontally centered):
div
{... |
Forum: HTML and CSS Nov 27th, 2008 |
| Replies: 2 Views: 858 You can put your hover bar higher on the z-index which will give it precedence to appear over that div of yours |