a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Inline navigation question

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> Inline navigation question
Page: [1]
 
CelticDragon

 

Posts: 227
Joined: 11/14/2003
From: Dublin, Ireland
Status: offline

 
Inline navigation question - 2/24/2005 5:42:50   
Hey guys.... you were able to help me before with my navigation on another site, but this seems to be different......

Before I was able to use the display: block; command and thought I read at the time that display: inline; was for horizontal buttons. It doesn't seem to be working, was hoping someone could have a quick look for me at www.alphamemories.com/2005 (the CSS is here)

Thanks for everything!

Stephen

PS: The site is an online photo album for foreign teenagers who attend our English language courses during the summer months - what do you think of the (new) design?

_____________________________

I Lost My Stuff - If you lost it, someone found it!
jaybee

 

Posts: 14207
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Inline navigation question - 2/24/2005 7:13:35   
I think, (Haven't tried it) that it's because you're specifying your navigation class on a cell then including the navigation in a different cell.

<td class="navigation">
<!--webbot bot="Include" U-Include="navigation.htm" TAG="BODY" startspan -->

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><a class="button" href="index.htm">Home</a>

<a class="button" href="index.htm">Submit Photos</a>
<a class="button" href="index.htm">Contact Us</a></td>
</tr>
</table>

Try shifting the class directly onto the cell with the navigation in it.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to CelticDragon)
CelticDragon

 

Posts: 227
Joined: 11/14/2003
From: Dublin, Ireland
Status: offline

 
RE: Inline navigation question - 2/24/2005 8:34:58   
Hey Jaybee....

It always seems to be you swooping to my rescue!!!!

Tried to rename the other included cell and took away the width (didn't realise I had left it in) and it didn't work, then tried playing around with the cell classes and now the navigation is centred (which isn't bad but not what I wanted)....

Still not forming the full size of the buttons either ....

EDIT: Any information on how I can fix this?

< Message edited by CelticDragon -- 2/24/2005 13:07:35 >


_____________________________

I Lost My Stuff - If you lost it, someone found it!

(in reply to jaybee)
jaybee

 

Posts: 14207
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Inline navigation question - 2/24/2005 16:50:21   
Try replacing

width: 135px;
height: 32px;
text-indent: 20px;
text-align: left bottom;

in each of your a: tags with

padding:8px 10px 8px 35px;
text-align:left;


Thumbnail Image
:)

PS The design is great! I may have to steal it. :)

Attachment (1)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to CelticDragon)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> Inline navigation question
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts