Tag Archives: Color Cccccc

Big Dreams

Relating to a dream to produce a web based store with this particular design scheme much like this site below: http: //www. wave. com/en_US/tidesimplepleasures/escape/index. jsp The matter is I am new to all this html, css language and so can anyone say to me where I must start and or having any particular products if applicable WHEN I should use. So Allow me to fulfill my goal! Id advise you to use CubeCart despite the fact that you dont have got to spend 100s associated with hours deveoping that cart system, It comes using 3 skins and when I remember correctly then 1 of the skins is a fairly comparable to what you are looking for all you have to do is modify the dew images to suit what you need and edit one or two CSS entries inside a text editor alothugh username advise using dreamweaver would make things alot less difficult. heres an example from the recent project, not CubeCart but youll get the thought of using CSS Code: body background-color: #FFFFFF; background-image: url(.. /images/b1. gif); margin: 6px; font-family: Arial, Helvetica, sans-serif; font-color: FFCC00; font-size: 14px; peak: 22px; . header background-image: url(.. /images/header. png); peak: 145px; width: 800px; … 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

Persistent top bar

http: //www. notebookreview. com/ < — just like so… what is the best way to do which I thought of their HTML origin. At the base, they use javascripting plus CSS to " stick" it to the bottom. It is possible to place it in a very div with the class=" stickyFooter" and style it this way: Code: div. stickyFooter location: fixed; bottom: 0px; width: 100%; height: 30px; background-color: #cccccc; I am sorry, I don’t mean the thing at the bottom. I mean finish of it . that at the top end where you pick from the sites… Im viewing it at FireFox, and it may not be persistent. It moves over screen when up and down scrolling. The bottom bar is chronic though. I used a bad term then… MY SPOUSE AND I meant Persistent all around their sites… not persistent over the remaining webpage. Here are a few ways you may have that at the top part of each web site. Personally I might use PHP comprises. Inside of this include file you would format a div with your content in it. Then you would certainly call the div in your style sheet with something such as position: … Continue reading

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