Forums

CSS

This topic is locked

Problem with css?

Posted 06 Sep 2011 10:43:10
1
has voted
06 Sep 2011 10:43:10 shadoiqw kolo posted:
I have never coded a layout before and I'm taking a whack at it, but I'm having a problem putting the navigation bar directly to the right of my logo.

Suggestions and helps are welcome.
Thanks

Replies

Replied 16 Sep 2011 09:51:09
16 Sep 2011 09:51:09 Leonardo 1974 replied:
In CSS, you can do it by "position : absolute, left: --PX, top: --Px"

In HTML you can do it by table of two columns. Left one with LOGO and right one with the navigation bar.

Cegonsoft

Edited by - Leonardo 1974 on 16 Sep 2011  09:51:45
Replied 04 Feb 2012 03:34:36
04 Feb 2012 03:34:36 Dino bikara replied:
Yes Leonardo I did it and it works
This reply was removed on 2/8/2012 9:00:31 AM.
See the changelog
Replied 17 Feb 2012 10:54:20
17 Feb 2012 10:54:20 piniotoe Simond replied:
Yes it is really dificult to solve it
This reply was removed on 3/2/2012 9:14:53 AM.
See the changelog
Replied 04 May 2012 10:51:20
04 May 2012 10:51:20 Kim boy replied:
In HTML you can do it by table of two columns. Left one with LOGO and right one with the navigation bar.
Replied 24 May 2012 14:45:45
24 May 2012 14:45:45 grbavica lav replied:
thanks leonardo!
Replied 17 Sep 2012 09:48:17
17 Sep 2012 09:48:17 ramesh dahal replied:
thanks
Replied 29 Mar 2013 08:03:59
29 Mar 2013 08:03:59 David Hall replied:
his lack of detail in the CSS specification has forced Web developers to produce a significant number of tests and examples whose primary goal is to reduce form elements to a common visual denominator in order to get a cross-browser rendering of elements such as input, select, fieldset, legend and text area. In this article, we will cover some of the CSS patterns used by Web developers to tame the visual layout of form elements.
Replied 29 Mar 2013 09:37:02
29 Mar 2013 09:37:02 David Hall replied:
Cascading Style Sheets (CSS) technology is beautiful in its elegance and simplicity. It gives web designers a language in which to describe a consistent visual treatment that can be applied to a single page, an entire site, or even a whole bunch of sites. Yes, CSS was ahead of its time when it was first created, but it didn’t stay that way for long. As CSS was conceived in an age when the design of most web sites still looked quite plain, its creators couldn’t anticipate the richness and intricacy of the designs that it would eventually be asked to describe. And so the Web marched inexorably on, while CSS struggled to catch up. Clever designers figured out ways to make CSS do what they needed it to do, but these techniques were so convoluted that they quickly became difficult for the rest of us to master.

Reply to this topic