Floating <hr>s to the left/IE problems...

This is a discussion on "Floating <hr>s to the left/IE problems..." within the Web Page Design section. This forum, and the thread "Floating <hr>s to the left/IE problems... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 12th, 2006, 02:43
Up'n'Coming Member
Join Date: Aug 2006
Location: California
Age: 20
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Floating <hr>s to the left/IE problems...

http://www.scoffshop.com/redesign/news.html

Theres my page again. I cant get the hr to float to the left in IE, but I can with firefox... I also cant get the nav to drop down still, even with all the adjustments. Any comments? The code all looks right, but its just not working for me...

(I dont know if I am voilating rules by starting new threads, so please let me know if I am overdoing it...)
Reply With Quote

  #2 (permalink)  
Old Oct 12th, 2006, 13:07
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,738
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Floating <hr>s to the left/IE problems...

Instead of a horizontal rule perhaps you may want to try something like

.hrdiv {
height:2px;
border-bottom:solid 1px #CCCCCC;
float:left;
}

<div class="hrdiv">&nbsp;</div>
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Oct 12th, 2006, 13:14
Up'n'Coming Member
Join Date: Aug 2006
Location: California
Age: 20
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Floating <hr>s to the left/IE problems...

Oh wow thats a great idea! Use a div layer to position it... Thanks, Ill remember that I can do that as an alternative!
Reply With Quote
  #4 (permalink)  
Old Oct 14th, 2006, 20:09
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Floating <hr>s to the left/IE problems...

Personally, I would do one of these:

Code: Select all
h2 {
    width: 300px;
    padding: 0 0 4px 0;
    font: 1.4em arial,sans-serif;
    border-bottom: 1px solid #000;
}
Reply With Quote
  #5 (permalink)  
Old Oct 14th, 2006, 20:10
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Floating <hr>s to the left/IE problems...

I should add, the <hr /> tag is not meant to be used that way. A header is already separating the content, you don't want to make it look like the content has no header.
Reply With Quote
  #6 (permalink)  
Old Oct 15th, 2006, 21:34
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Floating <hr>s to the left/IE problems...

The reason your dropdowns don't work in IE is because your csshover.htc file isn't where your code says it is.

Change your ieonly.css file to:
Code: Select all
behavior: url(css/csshover.htc);
and I think you will find it works.

Alternatively move your csshover.htc file back up a level in your directory structure.
Reply With Quote
Reply

Tags
nav, navigation

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Headings floating left and right jonnymorris Starting Out 5 Jul 21st, 2007 22:27
Mozilla floating my div to the left and not Center erikkl2000 Web Page Design 5 Jan 5th, 2007 19:41
tricky floating problems for div alignment escaflowne11 Web Page Design 4 Dec 10th, 2006 08:03
Problems floating a list, as well as some other issues! blizeH Web Page Design 7 Oct 14th, 2006 20:13
floating problems... gogogadgetearl Web Page Design 0 Jul 16th, 2005 04:25


All times are GMT. The time now is 19:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43