HighDots Forums  

Critique request: a second site I'm putting together

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Critique request: a second site I'm putting together in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Steve Gibons
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-18-2006 , 03:00 PM






Thanks to you all for the comments. I can't get my head around a couple
things (among others). First what does relative positioning accomplish?
I've read the Wc3 bit on it and a couple others, but still. (der...)

Second, how do I deal with the image on my page when the size is brought
up or down by the user? Of course its size doesn't change, and the
overflow: hidden tag doesn't hide. What do I do?

Or do I have the wrong paradigm?

Thanks,

Steve

Reply With Quote
  #12  
Old   
Jim Moe
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-20-2006 , 01:45 PM






Steve Gibons wrote:
Quote:
Thanks to you all for the comments. I can't get my head around a couple
things (among others). First what does relative positioning accomplish?
I've read the Wc3 bit on it and a couple others, but still. (der...)

Your layout does not need any of the positioning you've employed. Take a
look at <http://www.sohnen-moe.com/test/test.html>. It has a single
float:left and no positioning.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #13  
Old   
Steve Gibons
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-21-2006 , 10:02 AM



Jim Moe wrote:
Quote:
Steve Gibons wrote:
[...] First what does relative positioning accomplish?

Your layout does not need any of the positioning you've employed. Take a
look at <http://www.sohnen-moe.com/test/test.html>. It has a single
float:left and no positioning.

Jim, Thank you tons! This was just what I needed to understand.
Do I understand this correctly?

..textbox h2 refers to <h2> within .textbox, and
..textbox p refers to elements in <p>

..textbox {
border: 1px solid black; /* etc */
}

..textbox h2 {
text-align: left; font-size: 150%; font-weight: bold;
}

..textbox p { text-indent: .6em; margin: 0; }

So if I had, say,

..blahbox
something: value; /* etc */
}
..blahbox p { text-indent: 1em; margin: .2em;}

the <p>'s in .blahbox would be different than those in .textbox?

Hopefully,

Steve


Reply With Quote
  #14  
Old   
Jim Moe
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-21-2006 , 12:08 PM



Steve Gibons wrote:
Quote:
Jim, Thank you tons! This was just what I needed to understand.
Do I understand this correctly?
.textbox h2 refers to <h2> within .textbox, and
.textbox p refers to elements in <p

Yes. It is the Cascading part of CSS (Cascading Style Sheets).

So if I had, say,
.blahbox p { text-indent: 1em; margin: .2em;}
the <p>'s in .blahbox would be different than those in .textbox?

Yes, for those properties you specify. Otherwise it inherits whatever
styles are defined in the parent which could be the default styles.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #15  
Old   
Steve Gibons
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-21-2006 , 01:06 PM



Jim Moe wrote:
Quote:
Steve Gibons wrote:
Jim, Thank you tons! This was just what I needed to understand.
Do I understand this correctly?

[..]

Quote:
Yes. It is the Cascading part of CSS (Cascading Style Sheets).
So if I had, say,
[...]

Quote:
Yes, for those properties you specify. Otherwise it inherits whatever
styles are defined in the parent which could be the default styles.

Jim, Thanks again, my learning just took a nice leap ahead.

steve


Reply With Quote
  #16  
Old   
Jim Moe
 
Posts: n/a

Default Re: Critique request: a second site I'm putting together - 03-21-2006 , 07:57 PM



Steve Gibons wrote:
Quote:
Jim, Thanks again, my learning just took a nice leap ahead.

:-)

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.