HighDots Forums  

Please critique & question (2)

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


Discuss Please critique & question (2) in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Frank
 
Posts: n/a

Default Please critique & question (2) - 04-18-2005 , 11:57 PM






I really would appreciate any comments about our site:
http://www.vinculando.org

Here what I intended:
http://www.vinculando.org/sample.jpg

* I can't have the horizontal orange menu to display at 100% in IE. Can
anybody help me to fix the css?...
OR
* Any comments on other areas?

Thanks in advance!
Francisco.


Reply With Quote
  #2  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: Please critique & question (2) - 04-19-2005 , 10:51 AM






kchayka wrote:

Quote:
If you set any one color (background, text, link, etc.), you must set
both background and foreground colors.
I often forget to set the backgrond color. Is it acceptable to add to the
stylesheet:
* {background-color: transparent} ?

--
Nico
http://www.nicoschuyt.nl




Reply With Quote
  #3  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: Please critique & question (2) - 04-19-2005 , 01:49 PM



kchayka wrote:
Quote:
Nico Schuyt wrote:
kchayka wrote:

If you set any one color (background, text, link, etc.), you must
set both background and foreground colors.

I often forget to set the backgrond color. Is it acceptable to add
to the stylesheet:
* {background-color: transparent} ?

Better is:
body {background-color:#fff; color:#000;}
Be sure to include a default color when using background images and/or
the background shorthand, too:
body {background: #fff url(img.png); color:#000;}
If you specifically set foreground and background colors on the body
element, all its descendents should inherit from it[1], except for
link foreground color(s). ...
What I meant to say was whether the *{background: transparent} would solve
any problems with *other* elements than body. Especially the ones where a
foreground color is set.
But I understand that specifying a background color for body and links is
enough.

Thanks

--
Nico
http://www.nicoschuyt.nl




Reply With Quote
  #4  
Old   
Frank
 
Posts: n/a

Default Re: Please critique & question (2) - 04-20-2005 , 01:11 AM



Kchayka,

Thanks a lot; I will work those issues out.
Best regards.


On 4/19/05 9:35 AM, kchayka wrote 3ckjhhF6p1qspU1 (AT) individual (DOT) net:

Quote:
If you set any one color (background, text, link, etc.), you must set
both background and foreground colors.

The colors used in the side navigation bar make it really hard to read,
especially over that background image, and especially in IE due to 100%
transparency. That lime green is hard to read on just about any
background color, IMO.


Reply With Quote
  #5  
Old   
Frank
 
Posts: n/a

Default Re: Please critique & question (2) - 04-20-2005 , 03:35 PM



On 4/19/05 9:35 AM, kchayka wrote:

Quote:
Try leaving the body margins 0, add a container for the content and put
the margins on that container instead. Adjust the margins of other
elements as needed.

You were right; the issue was resolved setting body margins to 0, but I also
had to take the menu out of the new #container div for it to display
properly, since letting it in would cause it to behave the same odd way...

Thanks again.



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 - 2009, Jelsoft Enterprises Ltd.