TAILIEUCHUNG - Pro CSS Techniques- P5

Tham khảo tài liệu 'pro css techniques- p5', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 172 CHAPTER 8 CREATING COMMON PAGE ELEMENTS Creating CSS-Based Tabbed Navigation On most web sites somewhere in the header or shortly after you re likely to find some kind of tabbed navigation facility. In this design it sits directly above the breadcrumb trail. Normally this type of navigation can be a styled unordered list. That technique actually warrants a chapter in its own right and indeed it gets one see Chapter 12 so rather than rush through a styled list here we re going to show how you can style a series of divs. The list approach is certainly preferable but you may find that in some circumstances you are not able to do this perhaps your content management system or CMS is limited in what it can spit out or you re styling legacy markup that cannot easily be changed . Whatever the reason be aware that a styled list would be preferable. So we ve handed you the loaded gun and told you that you shouldn t really pull the trigger. But here s how we get the firing mechanism to work folks Creating the Markup Going back to our design we can see five top-level links. In the markup it would look like this if you were using div elements div id tablinks div a href Home a div div a href travel Travel a div div a href flights Flights a div div a href hotels Hotels a div div a href late-deals Late Deals a div div Positioning the Links By default the divs would appear one after the other in a vertical stack but we can transform them in the CSS to line up side by side by using floats tablinks div float left Note Reminder about floated elements you need to clear the floats afterward See the methods for managing floats in the previous chapter. In this example we ll use the easy clearing method. This code gets them in the right position but there s plenty of work left to do as Figure 8-11 proves. CHAPTER 8 CREATING COMMON PAGE ELEMENTS 173 Getting you there since 1972 Home Travel Flights Hotels Late Deals Figure 8-11. Our links are in the right place but they .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.