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-01-2007, 09:41 PM   PM User | #1
richieopera
New to the CF scene

 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
richieopera is an unknown quantity at this point
Question IE Vs. FF <br> tag difference

Hello everyone! This is my first post on this forum and I hope to start posting here a lot more with help and questions!

Here's my problem;

i've used the <br /> function to create gaps between different sections in the navigationa bar on the left hand of the site.

Unfortunately, these gaps display differently between Internet Explorer and Firefox and I really can't work out what the issue is.

The website can be found here

Any help is greatly appreciated!

Thanks,
richieopera is offline   Reply With Quote
Old 07-01-2007, 09:50 PM   PM User | #2
CaptainB
Regular Coder

 
Join Date: Jun 2007
Posts: 805
Thanks: 123
Thanked 23 Times in 23 Posts
CaptainB is an unknown quantity at this point
Hi and welcome - enjoy your stay!

I don't know if it would be the solution, but maybe you could add top- and bottom margins to your current_page_item (If it's the right one) css?

Maybe like this:

Code:
.current_page_item {
	font-weight: bold;
             margin-top:Xpx;
             margin-bottom:Xpx;
}
CaptainB is offline   Reply With Quote
Old 07-01-2007, 10:00 PM   PM User | #3
richieopera
New to the CF scene

 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
richieopera is an unknown quantity at this point
thanks.
that won't work as the text is using the .body style. I'm just throwing the </br> in to create a gap.
richieopera is offline   Reply With Quote
Old 07-01-2007, 10:59 PM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
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
Using the <br /> to create a gap is bad practice. You should use a bottom margin on the lis.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_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 07:01 PM.


Advertisement
Log in to turn off these ads.