|
|
#1 |
|
New Member
![]() Join Date: May 2010
Posts: 1
|
Hi
I'm having problems getting my positioning correct with a nice slider module I'm using. As usual, it works in Forefox and Chrome, just not IE ![]() http://www.unionoldgloryclassic.com/ Does anyone know what I'm doing wrong? I think it's something to do with the position:relative statement. Thanks in advance Adam |
|
|
|
|
|
#2 |
|
Gold Member
![]() Join Date: Mar 2010
Location: Auckland, New Zealand
Posts: 325
|
Hi there did you fix it? I can't see the problem.
A lot of positioning issues can be solved with position:relative in the right place. |
|
|
|
|
|
#3 |
|
Super Moderator
![]() Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
|
First off you are overusing the division tag. Many of them could be eliminated. For example "wrapper" is not needed. Just make the L/R margins for "mainpanel" auto.
Also, don't use the empty div tag with a clear style to break floats. This is bad practice and semnatically incorrect. Just use the clear style on the previous element and use margins for extra space. All in all, try to add as much css on each element that way you don't have as much code to dig through. Makes you life easier and allows the web crawlers to index your site faster. Win win situation ![]() Now to fix your footer (so it aligns at the bottom). This is due to the fact that you have floats in the manipanel div. Change the overflow to hidden. Fixed. In general, if you want a parent container to expand with the floated child elements you need to use Code:
overflow:hidden; Nevertheless, I did look through the code you have fro the module but I didn't not find an answer, sorry If I have more time later, I will take a second pass through it. But I strongly recommend rebuilding it.
__________________
John Darling Graphic / Web Designer SmarterTools Inc. (877) 357-6278 www.smartertools.com Last edited by PixelPusher; 05-10-2010 at 06:43 PM. |
|
|
|
|
|
#4 |
|
Bronze Member
![]() Join Date: May 2010
Posts: 81
|
The problem of stable bilateral teleoperation with position-error based force feedback in the presence of time-varying possibly unbounded communication delay is addressed.
|
|
|
|
|
|
#5 | |
|
Super Moderator
![]() Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
|
Quote:
Your statement doesn't appear to help anyone (well maybe your post number) please explain, or I will delete it. FYI, I have read some of your other posts and they also fall into this category (nonsense), that is the only reason I bring this up.
__________________
John Darling Graphic / Web Designer SmarterTools Inc. (877) 357-6278 www.smartertools.com |
|
|
|
|
|
|
#6 | |
|
Bronze Member
![]() Join Date: Feb 2010
Location: Huntington Long Island New York
Posts: 79
|
Quote:
http://www.google.com/search?q=%22st...GGL_en___US357 Though neither seems to directly link to the paper.
__________________
Sysgen Media is a long island website design company. In addition to website design services and Joomla! CMS expertise, we provide Magento consulting, search engine optimization (SEO), website hosting, and general website consulting services. We have a combined 15+ years of experience in website development. To learn more about us visit http://www.SysgenMedia.com. Need a vendor locator, dealer locator, or store locator? Check out our Store Locator extension for Joomla! |
|
|
|
|
![]() |
| Tags |
| css, ie7, joomla, positioning |
| Thread Tools | |
| Display Modes | |
|
|