Tag Archives: Bottom Color

How did they format these text elements on this site (link)?

http: //www. debeers. com/page/home On the top product routing row, How did they get the underlines to become different color in addition to spaced further underneath the text, and possess the gaps with the lower-case g’s I’m using Illustrator CS2 to help lay out much the same page and am aiming to fine tune the text like they did. In addition, How did many people get those directory hash marks in that row and on the bottom nav line are those simply just drawn in, or is there a way regarding easily doing that Thank you all! Aza The underlines is easy. I assumed you are already aware a little in relation to CSS. they actually set the particular underline attr to help zero and work with border-bottom instead. suggestions how . navlink text-decoration: nothing; border-bottom-style: strong; border-bottom-color: #666; border-bottom-width: 1px; padding-bottom: 3px; this is certainly just an illustration. you can tweak it the method that you want (eg. dashed underline) anticipation this helps Oh yea, I forgot. Though vertical hash is truly a key on your keyboard. press Be tossed about + back slash ‘\’. In case you never know where the bed slash is. the idea above the … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How to get borders off of a table

I will be working on a few new pages associated with my site and I will not seem for getting the borders away from. I have accomplished about 50 some other pages, but these Allow me to not seem for getting off. Can people check www. waikoloavacationrentals. com/kolea-rentals/beach-club along with www. waikoloavacationrentals. com/kolea-rentals/floor-plans and allow me to know what I may be missing. Borders are defined inside the < table> community… You possibly can comment-out those traces (in lieu connected with deleting them)… Inside the file called, " kbv. css", transform this part: #internal_text family table border-top-width: 1px; border-left-width: 1px; border-top-style: not one; border-left-style: not one; border-top-color: #FFF; border-left-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; #internal_text td border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; coloration: #3c3c3b; #internal_text th background-image: url(imgs/table_th_bg. gif); background-repeat: repeat-x; background-position: remaining top; border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; text-align: center; To the current: #internal_text family table border-top-width: 1px; border-left-width: 1px; border-top-style: not one; border-left-style: not one; border-top-color: #FFF; border-left-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; #internal_text td /* border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; */ coloration: #3c3c3b; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment