|
|||||||
| Website Reviews List your website here to have it reviewed by the webdeveloper.com community. |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone,
I did it! I've learned and created a page (an example) in CSS coding. There will be no more frames and tables for my current website (if this thing works out well). Would u guys and gals check it out for me... http://www.pariswoman.com/news.htm Q1: how I can position my columns (left, middle, right) fix at one place even when one resizes his/her browser size? Q2: how come my links dont work on the menu (left) column? Thanks for your feedback...I NEED IT! jnl (2 am paris time) Last edited by jnl; 11-17-2004 at 02:43 AM. |
|
#2
|
||||
|
||||
|
Enter one or all of these codes into the header:
Code:
#rightcontent {
position: absolute;
right:10px;
top:50px;
width:200px;
background:#fff;
border:1px solid #000;
}
#leftcontent {
position: absolute;
right:10px;
top:50px;
width:200px;
background:#fff;
border:1px solid #000;
}
#centercontent {
position: absolute;
right:10px;
top:50px;
width:200px;
background:#fff;
border:1px solid #000;
}
Code:
<style type="text/css">
p.margin {margin-left: 8px; margin-top: 230px; width: 580px}
</style>
Code:
<div id="rightcontent"> <div id="leftcontent"> <div id="centercontent"> Check out my site then look at the source code under view in the File bar.
__________________
My settings Browser :: FireFox 1.5 Resolution :: 1152x864 Connection :: Cable Modem 2Mbs Last edited by The Little Guy; 11-12-2004 at 08:59 PM. |
|
#3
|
|||
|
|||
|
OK...supreme of the web...
I will try the codes and thank u! U've just saved me a year time of work and headaches...lol. jnl |
|
#4
|
|||
|
|||
|
Red alert HELP!
I put the codes as suggested above...now how can i fix the margins thing to have things back orderly? (it should be shown in 3 columns) Thanks everyone... "desperately seeking for your assistance" |
|
#5
|
||||
|
||||
|
change one of these
Code:
right:10px; top:50px; width:200px; Does this help?
__________________
My settings Browser :: FireFox 1.5 Resolution :: 1152x864 Connection :: Cable Modem 2Mbs |
|
#6
|
|||
|
|||
|
Hey the little guy,
im almost done with redoing and redesigning my current website with CSS coding. thanks for your help. i will write an article about how this forum and the people who had given me their feedback,and how i had to learn css coding in order to please the masters here. but i've made my website to look more polish and professional now. thanks to everyone! i kinda miss the dancing heart guy of "dera"....hihi...it looks soooooooooooooooooooooooooooooo cute. check out my site's newlook .... www.pariswoman.com/news.htm |
|
#7
|
||||
|
||||
|
your site does look good. You have done a good job
also, some interesting stories there i started reading one and then i remembered i had other stuff i have to get done ;P It had my attention
__________________
www.moonshotstudios.com |
|
#8
|
||||
|
||||
|
new site looks really good. well done.
easy to look through in the way you would a magazine. few navigation issues i found: -couldn't find a link to the home page except on the home page, which is useless. this is really important and every page should have one. the banner logo at the top of the page is often used for this. -you really should tell vistors if the link opens another website rather than opening another page on your site. Having both internal and external links in the same menu is confusing. -the UPDATED info at the bottom of the page is in the same font as the links, which makes it look like a link when it isn't. anyway, good color scheme, feminine and gentle on the eyes. also, found a bit of a spelling mistake: "We apologize for the inconvenient" shouldnt it be inconvenience?
__________________
rapid interniser | webdesign | designing usability | youthwork | meba-world | Out to Grass... |
|
#9
|
||||
|
||||
|
White text is hard to read on the light pink.
And about the home page linking, I think you should make the "Paris Woman Journal" image on the top of the page the link to the home page, on all of the pages.
__________________
My settings Browser :: FireFox 1.5 Resolution :: 1152x864 Connection :: Cable Modem 2Mbs |
|
#10
|
|||
|
|||
|
OK...i will do all what you guys told me above. will darken the light background a bit for white text, or should i go with burgundy link color instead of white?
rapid: im not sure about the word, it is not a misspelled but it has different meanings. i will change if it bothers you. the home link is on the top nav with "latest news", well, i guess i need to rename it to "home" instead. pawky: hihi...what story did u read? the one that i am thinking about...lol... the little guy: i have another problem in opera browser. u know the it allows you to reduce the size of your site like view at 10% up to 1000% (not a pretty one though). my logo images on top would run bizarre when you view it at lower than say 60%, since i had two to cover big screen viewers. i dont know, will find a way to around this nuisance thing. OK...give me some more days for the changes and updates... thanks everyone. dont hestitate to tell me all...I NEED IT! i cannot see my mistakes u know...too tired with the codes...lol. jnl |
|
#11
|
||||
|
||||
|
What If you ran it in 100%. What would happen? What Do you mean by bizarre?
I don't have an opera browser. But maybe If you described to me what was happening I may be able to help you.
__________________
My settings Browser :: FireFox 1.5 Resolution :: 1152x864 Connection :: Cable Modem 2Mbs |
|
#12
|
|||
|
|||
|
the little guy: when u view at 100% things are fine, at normal view. i found a way round to the problem. instead of putting 2 identical images side by side in a table with with columns, i just put the image as the background on the table. this way, the background will extend or shrink to the user's choice without floating all over the place.
someone told me that she cannot view the website correctly. would u please tell me if you can view it ok? she said she could only see the two photos on the home page. i dont understand y. i have checked with ie, firefox, opera and netscape (lastest versions), and the site seems to work out fine with all of them. is there a problem with css in other older browser versions? |
|
#13
|
||||
|
||||
|
There are some browsers that are to old to read css, but some browsers can only read certain css codes. CSS is newer than HTML, thats why not all browsers can read it.
I have a old computer that cant read GIF or JPG and thats basically how the browser is working.
__________________
My settings Browser :: FireFox 1.5 Resolution :: 1152x864 Connection :: Cable Modem 2Mbs |
|
#14
|
|||
|
|||
|
hello everyone,
im back...hihi... im here just to tell you that i've finally wrote an article about my experiences here with all of you and how i've improved my website by learning CSS coding and applying your constructive input. u are welcome to revisit www.pariswoman.com and read the article "The Makeover of Pariswoman". It's a bit long (2 pages) but hey, it was lots of work, time and headaches that i had put in it. thank you again for your time and support. jnl p.s. sorry for the double posting...but this thread is related to "Creative critics for a beginner". |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|