Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You can use the CSS positioning and overflow styles to create a scrolling slideshow. Figure 381. I need help to solve those question please. Summary

You can use the CSS positioning and overflow styles to create a scrolling slideshow. Figure 381. I need help to solve those question please. image text in transcribedimage text in transcribedimage text in transcribed

Summary You can use the CSS positioning and overflow styles to create a scrolling slideshow. Figure 3-81 shows an example of a slideshow consisting of nine sketches by Renaissance masters. You've been given the HTML code for this document and you've been asked to write the style rules to generate the slideshow. Artist Sketchbook Head of a Maid - Peter Paul Rubens Woman's Portrait - Andre del Sarto Shepherd Boy - Giovanni Battista Piazzetta Go to the code_scroll.css file and create a style rule for the section element with the id container with the following styles: 1. Set the width of the element to 900 pixels and the height to 370 pixels. 2. Horizontally center the element by adding a 10 pixel top/bottom margin and set the left/right margin to auto. 3. Place the element with relative positioning, setting the top value to 30 pixels and the left value to 0 pixels. 4. Add a 2 pixel solid brown outline to the element. 5. Have the browser automatically display scrollbars for any overflow content. > Create a style rule for every div element, setting the width to 300 pixels and the height to 330 pixels. Position the element with absolute positioning. There are nine div elements with ids ranging from slide1 to slide9 . Set the left position of the elements in 300 pixel increments starting with 0 pixels for slide1 , 300 pixels for slide2 , 600 pixels for slide3 , and so forth up to 2400 pixels for slide9 . Display every inline image as a block-level element with a width and height of 300 pixels. Open the page in your browser. Verify that the nine images are displayed within a scroll box and that you can using a horizontal scrollbar to scroll through the image list

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions