Help me with my code???
|
01-04-2007, 05:19 PM,
Post: #1
|
|||
|
|||
Help me with my code???
First, I know there is a way (I think lol) to set your positioning to be relative to the viewer's screen size, isn't there? How do I do that?
and/or please view this page's source code and tell me if my it is all crazy because I've noticed that depending on if my screen is maximized or not, the Randa's Resale logo is not positioned the way it should be, but everything else is fine? I probably have the code way screwy because I'm brand new at CSS, anyway. http://randa-avenue.com/stores.htm Thanks! edited to add: I use HTML Kit as my editor, by the way... |
|||
01-04-2007, 05:27 PM,
Post: #2
|
|||
|
|||
Re: Help me with my code???
Quote:First, I know there is a way (I think lol) to set your positioning to be relative to the viewer's screen size, isn't there? How do I do that? Use percentages when setting sizes, rather than absolutes;i.e., 100% page width will appear as the maximum size on all screens. |
|||
01-04-2007, 05:29 PM,
Post: #3
|
|||
|
|||
Re: Help me with my code???
There's two ways to do it. You can do the whole page as a fixed width, so no matter how the person resizes the window, the page is stuck the same way.
OR you can do a fluid width format, which allows the page to squish up so the important things are visible. Here is one CSS tutorial on fixed width: http://www.boutell.com/newfaq/creating/f...ayout.html I'm digging up a few others.
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-04-2007, 05:30 PM,
Post: #4
|
|||
|
|||
Re: Help me with my code???
here's a percentages (fluid width) discussion that shows you how:
http://www.456bereastreet.com/archive/20...h_elastic/
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-04-2007, 05:49 PM,
Post: #5
|
|||
|
|||
Re: Help me with my code???
The best place to go, IMO, for coding info (because you KNOW it's right), is the w3schools. This site is the home of The World Wide Web consortium. They establish ALL web standards, so the info you get from them is absolutely correct.
You can also run your code through their validator. Here is a link to their section on CSS. http://www.w3schools.com/css/default.asp |
|||
01-04-2007, 06:05 PM,
Post: #6
|
|||
|
|||
Re: Help me with my code???
There you go!
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-04-2007, 07:12 PM,
Post: #7
|
|||
|
|||
Re: Help me with my code???
[quote author=BellisimaJ. link=topic=6539.msg39252#msg39252 date=1167932959]
The best place to go, IMO, for coding info (because you KNOW it's right), is the w3schools. This site is the home of The World Wide Web consortium. They establish ALL web standards, so the info you get from them is absolutely correct. You can also run your code through their validator. Here is a link to their section on CSS. http://www.w3schools.com/css/default.asp [/quote] I am a large fan of w3schools, but I missed their validator. Thanks! |
|||
01-04-2007, 07:17 PM,
(This post was last modified: 01-04-2007, 07:20 PM by princessmirandajo.)
Post: #8
|
|||
|
|||
Re: Help me with my code???
err, what does this mean?
12 .intro Invalid number : font Parse Error - [empty string] 13 p Parse Error - p.1{color:black;font:10pt;font-family:"trebuchet ms"} edited cuz I fixed one error. still dont know what these mean. |
|||
01-04-2007, 07:50 PM,
Post: #9
|
|||
|
|||
Re: Help me with my code???
Quote:12 .intro Invalid number : font Parse Error - [empty string] It could be caused by an extra space after the : |
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)