Jump to content


Simple CSS help?


5 replies to this topic

#1 creativelimits

    Young Padawan

  • Members
  • Pip
  • 22 posts

Posted 07 August 2005 - 07:31 AM

Hi friends,

I am new to this Web Designing stuff. While searching for CSS resources i came across this site. http://www.456bereastreet.com/archive/2004..._form_controls/ I really like the navigation of this site. I know this might be very simple for you pro.

I saw the list at the bottom for CSS codes but didn’t understand much. So will you please help me?

Pls. have a look and will anyone of you tell me how i can create such a nice rollover
Navigation bar with CSS. Can anyone give me the CSS code for it? I am also interested in creating Drop-Down CSS menus any help would he highly appreciated?

Thank you.
--Life is beautiful.. You need that eye..

#2 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 07 August 2005 - 11:25 AM

try http://www.pixel2lif...?showtopic=9053
or google.

#3 raenef

    Code Enforcer

  • Members
  • PipPipPip
  • 540 posts
  • Location:Battle Creek, Michigan
  • Interests:Web Development and Graphic Design

Posted 07 August 2005 - 07:03 PM

Heres some css-menu resources:
http://www.webrefere.../new/rollovers/
http://www.alistapar...cles/dropdowns/

and Im sure there may be some other articles in the site you gave us in their css section:
http://www.456bereas...categories/css/

But I hightly reccomend learning CSS itself first to save many future headaches. And all resources for that can be found in the link rc69 gave ya.
Much luck in your learning experience. ;)

#4 creativelimits

    Young Padawan

  • Members
  • Pip
  • 22 posts

Posted 08 August 2005 - 09:52 AM

Ok. Thnx.

the entry level Q here. I have taken a table with 3 cols and 1 row in dreamweaver and now i want to make it exactly center of the page vertically i.e. it should fit exactly to the center of the Page in any browser despite the resolution?

I did center it by pressing Enter Key or by adding <br> in the code but its not centering exactly of the page?

How i can achieve this?

Thnx for any help..
-- Life is beautiful.. You need that eye..

#5 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 08 August 2005 - 12:14 PM

<table align="center" height="100%">
<tr>
<td valign="middle">
blah
</td>
</tr>
</table>

Quick example... you should be able to figure it out in the code view of dreamweaver

p.s. i may not have the attribute values exactly correct, quick fix: in the code view, just type in valign=" where it belongs and it should come up with all the values you can use (also, don't forget the quote...)

#6 creativelimits

    Young Padawan

  • Members
  • Pip
  • 22 posts

Posted 08 August 2005 - 11:16 PM

oh! thnx. that works absolutely fine..


Thnx. once again





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users