This is a discussion on "Vertical lists aligned horizontally, IE problem" within the Web Page Design section. This forum, and the thread "Vertical lists aligned horizontally, IE problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Vertical lists aligned horizontally, IE problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Vertical lists aligned horizontally, IE problem
I am aligning three vertical lists, horizontally. I have it looking right in Firefox, but IE is rendering it weird...who would have guessed. Can anyone help me find the correct way to set up the CSS and/or HTML for this style of list.
In IE it is pushing the lists over to the right side of the DIV and not allowing the bullets to show. The live page can be found here. HTML: <div id="left"> <h1>Welcome</h1> <p>Landis Design offers premium creative services. From print design, web design, and technology solutions, we provide the expertise to get the job done right.</p> <ul class="leftmenu"> <li>Logos</li> <li>Advertising</li> <li>Layout</li> <li>Newsletters</li> <li>Mailpieces</li> </ul> <ul class="leftmenu"> <li>Development</li> <li>Consulting</li> <li>Content Edit</li> <li>Re-design</li> <li>SEO</li> </ul> <ul class="leftmenu"> <li>Network Administration</li> <li>Hardware Support</li> <li>Software Support</li> <li>Security Evaluation</li> </ul> <!-- Third section on left side --> <div id="third"> <p><img src="images/img-infohighway.jpg" name="circuitboard" width="211" height="156" id="circuitboard" />Design Special</p> <p>For a limited time, submit a design project and recieve 50% off the first two hours. To recieve a quote, please call us or use the request option to the right.</p> </div> </div> CSS: .leftmenu { font-family: Arial, Helvetica, sans-serif; color: #C9C2B9; display: block; float: left; clear: inherit; } .leftmenu li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #C9C2B9; clear: inherit; list-style-type: inherit; } |
|
|
|
#2
|
||||
|
||||
|
Re: Vertical lists aligned horizontally, IE problem
IE7 looks exactly the same as FF
are you on about IE6?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Vertical lists aligned horizontally, IE problem
Yes, it looks wrong in IE 6.
|
|
#4
|
||||
|
||||
|
Re: Vertical lists aligned horizontally, IE problem
oh sorry.
stupid vista :/ can't check
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Vertical lists aligned horizontally, IE problem
You could try this. dont think it will help the position though.
|
![]() |
| Tags |
| css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Horizontal Menu Using Lists Problem | josephman1988 | Web Page Design | 5 | Oct 26th, 2007 14:13 |
| Scrolling a Div Horizontally | jwalker80 | Web Page Design | 2 | Feb 20th, 2007 21:43 |
| php loop trying to move horizontally | ppgpilot | PHP Forum | 5 | Aug 14th, 2006 04:22 |
| problem after vertical aligning | bellefleur | Web Page Design | 5 | Jun 29th, 2006 07:54 |
| Problem with vertical allignment | Audioz | Web Page Design | 5 | Dec 6th, 2004 14:01 |