Started 1 week, 2 days ago (2009-11-30 01:40:00)
by whatsherface_21
Code:
#container {
margin: 0 auto;
width: 960px;
position:relative
}
Started 1 month, 3 weeks ago (2009-10-19 03:22:00)
by chrishirst
if the "background" overlaps the navigation;
A. It won't be a background.
B. The navigation won't be "clickable" any more.
Now, do we get to see the entire page? because images (or part of them) are impossible to use for
debugging CSS & HTML "issues".
Started 1 week, 5 days ago (2009-11-26 12:00:00)
by racer x
A link always helps.
If the whole site is acting like a link you may have an open link somewhere you forgot to close with </a>.
Started 3 weeks, 4 days ago (2009-11-13 15:56:00)
by LadynRed
Give your #navcontainer a height
Started 1 week ago (2009-12-01 12:11:00)
by webcosmo
First of all you need to give html and body tags 100% height. Then also you
need to set the css for
container class to set it vertically.
Started 1 week, 1 day ago (2009-11-30 17:22:00)
by chrishirst
In some browsers and some
operating systems some form elements are
unaffected by CSS
Started 1 week, 2 days ago (2009-11-29 23:35:00)
by dailyglobal
Hay guys I just found a link having many links to CSS effects and solutions to Make JavaScript Angry!
check this out: http://webanthology.net/23-pure-css-...ry/2009/11/ 26/
__________________
JOIN US || FAST GROWING WEBMSTER FORUM || JOIN US...
Started 1 week, 2 days ago (2009-11-30 03:56:00)
by chrishirst
Started 2 days, 23 hours ago (2009-12-06 04:56:00)
by chrishirst
The only browser that needs anything "specific" is IE (Ver 6 & 7 and 8 to a lesser extent). The rest are
standards compliant and provided your CSS is correct and you have coded it to work how it should rather than how you think it should, it should be fine in all browsers
Started 5 days ago (2009-12-04 04:10:00)
by chrishirst
Quote:
does this mean that ie6 does not support attribute selectors and as an alternative a class has to be created for the submit button
Correct