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.
|
|
|
|
|
![]() |
||
Floating <hr>s to the left/IE problems...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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...) |
|
|
|
||||
|
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"> </div>
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
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!
|
|
||||
|
Re: Floating <hr>s to the left/IE problems...
Personally, I would do one of these:
|
|
|||
|
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:
Alternatively move your csshover.htc file back up a level in your directory structure. |
![]() |
| Tags |
| nav, navigation |
| Thread Tools | |
|
|
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 |