Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
CSS Fullscreen Background Rollovers
Name: chris_digi Date: September 28, 2005 at 15:54:22 Pacific OS: Mac / Safari Web Browser CPU/Ram: G5 1gb ram
Comment:
Does anyone know of a way to change the ENTIRE background color of a page (not just a cell) on Rollover using CSS?
I would usually do this using Javascript but it does not work when my page also contains CSS.
Summary: and to set a backgorund graphic to be at the bottom of the screen all the time you can use css: put between the <head> tags (or a file): <style type="text/css"> <!-- body { background-attach...
Summary: If your image is something that can tile you won't need to worry about a size. If your image is something like a picture, I would use cascading style sheets to position the image in the center of the ...
Summary: Alternatively you can define a base style, then assign a Class to a second instance of it to add the change, then construct the link as usual, inserting class="classname" to the tag where needed, like...