Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-18-2005, 06:50 PM   PM User | #1
cjwsb
Regular Coder

 
Join Date: Oct 2003
Location: The wild blue yonder
Posts: 283
Thanks: 0
Thanked 0 Times in 0 Posts
cjwsb is an unknown quantity at this point
Site redesign, blog right nav now off in FF.

Hi all,

Home Page.

Blog page.

Site CSS file here.

Hi all, could I get some help? There's a few things, and if we can do one thing at a time, I'd appreciate it.

Ok, item 1, and this is in Firefox. Have a look at the Home Page. Then, have a look at the Blog page. Notice on the Blog page that "Navigation" is a few pixels too far to the right, and also a few pixels low compared to the Home page. Why? They're in the same CSS class. I don't understand why the right side in the blog is off like this.

I'd appreciate any advice!

Thank you,

Chris
__________________
My Site | My Blog
cjwsb is offline   Reply With Quote
Old 07-18-2005, 07:10 PM   PM User | #2
Tristan Gray
Regular Coder

 
Join Date: Jul 2005
Location: Halifax, Nova Scotia, Canada
Posts: 392
Thanks: 1
Thanked 0 Times in 0 Posts
Tristan Gray is an unknown quantity at this point
I am having a similar problem I think, but I just redesigned so that it wouldn't look too ugly in FireFox.

Some aspects of the page are nice like the written font but I would also like to add that the roll-over images need to do something other than blackout. Also, that neo-buddhist thing grows tiresome after a few sentences and so you might want to reconsider the 'tone' of your writing a bit for your readers' sake.

That being said, where did you get that chinese font? All of the ones I find are too simplified and look comparatively ugly.
__________________
Once I thought I was wrong but I was mistaken.
Tristan Gray is offline   Reply With Quote
Old 07-18-2005, 07:17 PM   PM User | #3
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
@cjwsb instead of float:right; in this css
Code:
#contentright {
	margin-right: 15px;
        width : 150px;
        float : right;
        padding : 10px 0 20px 0;
        color: #000000;
	font-size: .8em;
}
use float:left;
Code:
#contentright {
	margin-right: 15px;
        width : 150px;
        float : left;
        padding : 10px 0 20px 0;
        color: #000000;
	font-size: .8em;
}
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:37 PM.


Advertisement
Log in to turn off these ads.