|
|
#1 | |
|
Senior Member
Join Date: Jan 2007
Posts: 290
Rep Power: 15 ![]() |
It's in the sidebar under the searchbox by the link to 'advanced search'. It's visible in all browsers but particularly noticeable in Firefox.
Here is my layout.tpl code, I've highlighted the area where I think the fault lies but I'm damned if I can see it. Thanks. Quote:
__________________
v4.1 Developer "All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642) |
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Mar 2006
Posts: 4,106
Rep Power: 100 ![]() ![]() |
All that code does little to help witout being able to see the CSS. do you have alink?
Nevermind I pulled it from you above code but I guess I dont see what it is your talking about.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Mar 2006
Posts: 4,106
Rep Power: 100 ![]() ![]() |
For starters you have a nested list so you have a stray bullet in there, get rid of that.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
#4 | |
|
Senior Member
Join Date: Jan 2007
Posts: 290
Rep Power: 15 ![]() |
Hi Larry
Yes I can see that the list is nested here; Quote:
__________________
v4.1 Developer "All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642) |
|
|
|
|
|
|
#5 | |
|
Moderator
Join Date: Mar 2006
Posts: 4,106
Rep Power: 100 ![]() ![]() |
Quote:
HTML Lists
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
|
#6 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,328
Rep Power: 39 ![]() ![]() |
I see what's going on. As Larry pointed out, you are not using the <ul><li> tags correctly. In looking at your code, I see why. You are using your stylesheet margins and padding as indents for your html code.
Without having to correct all of your code, just simply add this to your stylesheet declaration for sidebar li: list-style-type:none; That should correct your woes, but it just ain't right! ![]() -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jan 2007
Posts: 290
Rep Power: 15 ![]() |
Hi Larry, Hi Mike,
Thanks for the advice. Before I resorted to your CSS fix Mike I tried everything to clean up my code and correct the problem at source. I just couldn't do it no matter what I tried. Your recommendation to add list-style-type:none; to my stylesheet declaration for sidebar li: works beautifully in Opera, Firefox and Google Chrome but as always IE just sucks! As always any advice would be greatly appreciated. Thanks,
__________________
v4.1 Developer "All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642) |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|