Tag Archives: Repeat Repeat

Dumb question, CSS layer styles

I built a internet page at 800×600. I’m trying to figure out how it is I will get the content/layout to become centered, that way when people perspective the page at say 1024×768, the content will not stretch leaving this page with a lot of white space. Like like if an individual made everything from a table and just did a centre alignment. Here’s a check out what I have got. https: //home. comcast. net/jerrysmartin The navigation about the left stays into the left and the flash within the right stays justified to the right. The content is with a div. I’d want to have it ready to where it’ll look uniform in whatever resolution. Bless you. -Mike You might even make your screaming image width = 760 pixels. Next, make a several changes as demonstrated below… Here i will discuss your CSS part for " body" shape background-image: url(images/background. jpg); background-repeat: repeat-x; margin: 0px; support: 0px; Try changing it for this: code, body background-image: url(images/background. jpg); cursor: default; font-family: " Verdana", arial, " MS Sans Serif", Geneva, sans-serif; font-weight: normal; font-size: 10px; line-height: normal; margin: auto; support: 0px 0px 0px 0px; min-width: 760px; text-align: centre; Next, add this to … Continue reading

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

Sizes?

MY SPOUSE AND I made a layout on the size and i’m wondering what size it needs to be because i built one site that was 800 x 600 also it was fien to do and then my best mate looked at them and he said it was reapeting and is there how to make it to be able to adjust to ever before monitor Ideally we will have to see your code to supply you answers that get on with you. Then again, if you are using CSS, you probably have somethng like Code: . subject material width: 800px; /cpde If you use a percentage vakue, just like code . content thickness: 70%; That element can have whatever percent connected with it’s parent. Article your code Oh, I just produced an image in addition to set it because my background my spouse and i didnt use any codes. could you help me out there on coding your template Im making use of Photoshop cs2 as well as dreamweaver. How did you decide to do it then Okay heres a trial of my web page www. scargaming. awardspace. com hers our codes HTML: <! DOCTYPE code PUBLIC " -//W3C//DTD XHTML … Continue reading

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

CSS footer question

Now i am having trouble retaining my footer at the bottom of the internet browser, i can solve the issue if i work with a image by applying css Code: #footer_back (line 425) clear: both; width: 100%; background-color: #ffffff; background-image: url(/img/footer. png); background-repeat: repeat-x; background-attachment: scroll; background-position: middle bottom; but it’s actually a solid color and so i rather a background color any help with this Any more information on your problem I cant understand what you long for to do i apologize, i didnt express that well i want a footer at the bottom of my web-site to always sit at the bottom even if the entire body content is much less tall as that browser. And we can do this basically use a graphic for your footer What about giving your principal divs, containers etc a new 95% height in order to footer will have a 5% of display resolution what if im working having set pixels Then it is advisable to capture screen width from user plus use screensize plus subtract some horizontial pixels http: //www. search engine. com/searchhl=en&… ottom with screen& btnG=Search& cts=1239992686255 what about this. Code: div#footer location: bottom; .

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

Quick question with editing my page with css

Hi there everyone. First submit here. I am in a web development book today. Its the initial chapter introducing CSS. I’ve made an alternative style sheet to utilize to all our pages, though just one problem is puzzling me. I have made specifications question headings (h1, h2 and h3), for our bodies, for paragraphs, and blockquotes. But one of the last steps, it says to use the following type to elements. What precisely does this are What tags Precisely how would I do that in CSS Relating to no problem setting the properties, but what precisely do they signify by hypertext elements With thanks everyone! Marky Such as, if your CSS file has something such as this…. p font-size: 14px; color: #000; Wherever you employ the Hypertext (HTML) label < p> as part of your HTML, it may take-on that font size and color. < p> blah blah< /p> You usually start out your CSS such as this… html, body perimeter: 0px auto; padding: 0; font-family: arial; font-size: 12pt; color: #000; Of which sets-up the simple styling for all within < html>… < /html> and < body>… < /body> Any HTML tag is usually given specific CSS properties, by using … Continue reading

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