Friday, May 13, 2011

RE: Navigation and buttons

Hi Christian, I looked at the css you did for the navbuttons.  Since this is dynamically generated there is one change.  I told Typo3 to identify each.  If you look at the source code now you’ll see.

 

      <ul class="site-navigation">

      <li class="sitelist">

      <a href="admissions/undergraduateadmissions/aboutcreighton/index.php" class="nav_55296">About Creighton</a>

      </li>

      </ul>

 

Note that the link now has a specific class.  And since Typo3 knows it’s pages using unique id’s and not names, we need to do that too.

 

So instead of

a.about_button {

}

 

We’ll use

a.nav_55296 {

   ...

}

 

I’ll add this probably into the menu css but wanted to let you know that I changed it.

 

 

 

Mary Jackson

Web Designer

Division of Information Technology

Creighton University

 

The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.

 

From: Burk, Christian M.
Sent: Thursday, May 12, 2011 4:33 PM
To: Jackson, Mary T.
Cc: Undergrad Website Issues
Subject: Navigation and buttons

 

Hi, Mary,
I have put the nav.cc and all_buttons_all_states.png in the Dropbox folder.
I am going to try to play will getting the list style to work so that the buttons are in a row and the text shows up on top.
Yours,
Christian
--
Christian Burk
Creighton University
Undergraduate Admissions
2500 California Plaza
Omaha, NE 68178
christianburk@creighton.edu
(402) 280-2703

No comments:

Post a Comment