IE6 Display Issue Re: Website Template's Pagination Section

Chat about anything and everything... (well almost anything) Whether it be the front porch or the pot belly stove or news of interest or a topic of your liking, this is the place to post it.

Moderator: S2k Moderators

Message
Author
User avatar
abajan
S2K Supporter
S2K Supporter
Posts: 4230
Joined: Sun Sep 07, 2003 5:10 am
Location: Barbados

IE6 Display Issue Re: Website Template's Pagination Section

#1 Postby abajan » Fri Aug 07, 2009 11:58 pm

Any of you guys proficient at CSS (Cascading Style Sheets)? I'm having trouble fixing a part of a photo album template. In a nutshell, in Internet Explorer 6 for Windows (probably in the one for Mac as well) the pagination area looks like the first screenshot below when it should look like the second one:

How it's displayed in IE6: :x

Image


How it's displayed in most other browsers: 8-)

Image


The template's URL is: http://howmywebsitewilllook.atspace.com/
It is my intention to pattern a number of online albums off of that template, so I would rather it display correctly in a wide range of browsers before I proceed any further.

Thanks.
0 likes   

lurkey
Category 5
Category 5
Posts: 2381
Joined: Tue Aug 31, 2004 4:54 pm
Location: Raleigh, NC

Re: IE6 Display Issue Re: Website Template's Pagination Section

#2 Postby lurkey » Sat Aug 08, 2009 9:14 am

First of all, thanks for wanting to include IE6. Most websites are dropping support. There will be a s--tstorm at work when Facebook and Youtube drops support for IE6 soon.

As a Mac (Intel, not PPC) user, I can tell you don't worry about IE5 for Mac. Most of us use Safari, Camino or Firefox as our web browser.
0 likes   

User avatar
abajan
S2K Supporter
S2K Supporter
Posts: 4230
Joined: Sun Sep 07, 2003 5:10 am
Location: Barbados

Re: IE6 Display Issue Re: Website Template's Pagination Section

#3 Postby abajan » Sun Aug 09, 2009 5:15 am

Never mind, peeps. A coding guru gave me the solution after quietly but emphatically whispering to me in song: "The answer my friend, is blowing in the wind... the answer is blowing in the wind." (Okay, I'm kiddin' about that part :lol: ) The solution was so simple I'm almost too embarrassed to reveal it but in the interest of sharing that which was revealed to me, here it is (drum roll please...)

The "#pagination li" declaration block should have included "display:inline". That alone fixed the problem (that I'm told was also affecting IE7) but it was also suggested that "list-style:none" should be moved to the "#pagination ul" block. Thus this:

Code: Select all

#pagination ul {
   border:0;
   margin:0;
   padding:0;
   font:0.7em/1.7 Verdana, Arial, Helvetica, sans-serif;
}

#pagination li {
   border:0; margin:0; padding:0;
   list-style:none;
}

became this:

Code: Select all

#pagination ul {
   list-style:none;
   border:0;
   margin:0;
   padding:0;
   font:0.7em/1.7 Verdana, Arial, Helvetica, sans-serif;
}

#pagination li {
   border:0; margin:0; padding:0;
   display:inline;
}
and all was well with the world again. :sun:
0 likes   

RL3AO
Moderator-Pro Met
Moderator-Pro Met
Posts: 16308
Joined: Thu Jun 14, 2007 10:03 pm
Location: NC

#4 Postby RL3AO » Sun Aug 09, 2009 2:40 pm

Whats IE6? :wink:
0 likes   


Return to “Off Topic”

Who is online

Users browsing this forum: No registered users and 5 guests