CSS help!!!
- Started
- Last post
- 28 Responses
- AMFA0
new (well same) link:
- AMFA0
css is about making sure your markup is proper and everything follows the right order and standards...
if you do that you shouldn't run into too many problems.
obviously there are issues every now and then, but use the validator service - it will help find out if it is a css issue or a coding issue...
- hiten0
rad it finally seems to work AMFA! your the bestest! So thats all you did. because i had the A: link.. thats strange..thanks for the help though dude
- AMFA0
no worries. i know css can be frustrating as hell at times. it's cause you didnt have the a:visited in there in addition to the a:link and a:hover.... you can leave the a:link and add the a:visited (but really only need if your visited state is different than the link) if not, i just use a:....
- hiten0
i get a wierd image flicker when you rollover in IE but not in firefox someone said to preload the images but im not sure how to do that with CSS anyone have a link?
- imakedesign0
whats up with ur qbn logo??
- hiten0
its not a QBN logo...its not really my logo either its a place holder until i come up with one...back to preloading
- Hym0
haven't looked at your source or discussion yet but you can do this with one image so a preloader is not required.
it is 6 images now right, put them all in one, vertical or horizontal spread img and use background-position to change which part is displayed,
i'm not sure how common this method is but i do it this way constantly with GDI interfaces