Explain how you overcome the limitations of fixed-width elements like images when you are creating a responsive site.

What will be an ideal response?


Using proportional measurements to insert an image into the page makes the image display at a percentage of its original size, but it will not cause the image to scale when the viewing area changes size. Without the ability for these elements to scale, responsive design can at best be used only for sites that have no graphics, images, or video. Fortunately, Ethan Marcotte and other designers who are pushing the boundaries of responsive design discovered a solution: proportional measurements. When you create a Fluid Grid Layout page, Dreamweaver adds a style to the top of the style sheet specifying that images, objects, embedded elements, and video display at a max-width of 100%. With this style in place, you can insert fixed-width elements such as an image. If you do not specify a width or height within the element, the browser will display the element at 100% unless there is not enough space. When there is not enough space, the browser will scale the element, making it small enough to fit into the available space. This style scales the fixed-width elements that you include in the pages of a responsive site.

Computer Science & Information Technology

You might also like to view...

When would you want to make a function a function template?

a. when the implementation details of the function are independent of the data type(s) of the parameters. b. all functions should be function templates c. when two different functions have different implementation details d. only when two functions have the same type of parameters

Computer Science & Information Technology

?Ashley is working on a PowerPoint presentation. She copies an Access table to insert into a slide. To adapt the copied data to the rest of the formatting in the slide, she should:

A. ?use the Paste as Text command. B. ?use the Insert Object command. C. ?click the Drag and drop button from the Clipboard dialog. D. ?click the Use Destination Theme button when pasting.

Computer Science & Information Technology

A system administrator has just performed a backup. Which of the following should the administrator perform to easily identify the backup tape?

A. Label the tape B. Mount the tape in the drive C. Place the tape in the rack D. Update the site log

Computer Science & Information Technology

An administrator is setting up a new mail server on the network and wants to open necessary ports to allow POP3 protocol for mail delivery. Which of the following ports should be opened in the internal and external firewalls?

A. 101 B. 110 C. 123 D. 161

Computer Science & Information Technology