Web Layout
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsWeb DesignWeb Layout

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 20th, 2006, 10:35 AM
nmajdan nmajdan is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 158 nmajdan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 10 h 19 m 16 sec
Reputation Power: 0
IE problem

I designed my page and used Firefox whenever I checked the layout. Well, I noticed in IE there is extra spacing between lines in my 3rd column but this is not the case in Firefox. Also, the borders around my columns mess up in IE (this may just be a CSS shortcoming in IE). What can I do to resolve this.

Yes, I know you all hate tables and I know my page doesn't validate.

Reply With Quote
  #2  
Old January 20th, 2006, 11:09 AM
mehere's Avatar
mehere mehere is offline
Senior Sarcasm Wizardess
ASP Free God 16th Plane (12500 - 12999 posts)
 
Join Date: Feb 2005
Location: Dreamland
Posts: 12,867 mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)  Folding Points: 10976 Folding Title: Novice Folder
Time spent in forums: 4 Months 4 Weeks 15 h 1 m 30 sec
Reputation Power: 1762
try posting the code that's used ... this would help us in helping you ...
__________________
Come JOIN the party!!!

Quote of the Month:
Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use.

Questions to Ponder:
What do you do when you see an endangered animal eating an endangered plant?

iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm")
copyright© 2008 sbenj69

Reply With Quote
  #3  
Old January 20th, 2006, 11:29 AM
nmajdan nmajdan is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 158 nmajdan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 10 h 19 m 16 sec
Reputation Power: 0
Quote:
Originally Posted by mehere
try posting the code that's used ... this would help us in helping you ...


tried to format it but i couldnt:
Code:
						<TABLE width="100%" style="border: 1px dotted #321ca2;" cellpadding="0" cellspacing="0" BGCOLOR="#000000">
							<tr>
								<td bgcolor="#321CA2" style="color:black; font-weight:bold; font-size:11px;">
									<% if cur_year = datepart("yyyy", now) then %>
										Current&nbsp;Year&nbsp;Stats
									<% else %>
										<% =cur_year %>&nbsp;Stats
									<% end if %>
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;# of Shows:</font>&nbsp;								  
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom"><%=rsSetlistShows("showcount")%></font>
									<a STYLE="text-decoration:none;" HREF="javascript:void(0);" onMouseOver="return overlib('<%=rsShows("showcount")%>&nbsp;with setlist');" onMouseOut="return nd();">
										<IMG SRC="./images/info.gif" BORDER="0">
									</a>
								</td>
							</tr>
							<% rsShows.close %>
							<% rsSetlistShows.close %>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;# of Songs:</font>&nbsp;
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom"><% =rsSongs("songcount") %></font>
								</td>
							</tr>
							<% rsSongs.close %>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Average # Songs Per Show:</font>&nbsp;
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">
									<% =songsPerShow %></font>
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;# of Different Songs Played:</font>&nbsp;
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom"><% =rsUniqueSongs("songcount") %></font>
								</td>
							</tr>
							<% rsUniqueSongs.close %>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Most Played Songs:</font>&nbsp;
								</td>
							</tr>
							<%	y = 0
								for y = 1 to 7 %>
							<tr>
								<td>
									<font style="font-weight:bold; font-family:sans-serif; font-size:11px; vertical-align:bottom">&nbsp;&nbsp;&nbsp;<a style="color:#666666;" href="./songstats.asp?song_id=<% =rsMostPlayed("song_id") %>"><% =rsMostPlayed("s_name") %></a>&nbsp;&nbsp;<font style="font-size:9px; color:#666666;">(<% =rsMostPlayed("songcount") %>)</font></font>
								</td>
							</tr>
							<%	rsMostPlayed.movenext 
								next 
								rsMostPlayed.close
							%>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Least Played Songs:</font>&nbsp;
								</td>
							</tr>
							<%	y = 0
								for y = 1 to 7 %>
							<tr>
								<td>
									<font style="font-weight:bold; font-family:sans-serif; font-size:11px; vertical-align:bottom">&nbsp;&nbsp;&nbsp;<a style="color:#666666;" href="./songstats.asp?song_id=<% =rsLeastPlayed("song_id") %>"><% =rsLeastPlayed("s_name") %></a>&nbsp;&nbsp;<font style="font-size:9px; color:#666666;">(<% =rsLeastPlayed("songcount") %>)</font></font>
								</td>
							</tr>
							<%	rsLeastPlayed.movenext 
								next 
								rsLeastPlayed.close
							%>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Top Openers:</font>&nbsp;
								</td>
							</tr>
							<%	y = 0
								for y = 1 to j %>
							<tr>
								<td>
									<font style="font-weight:bold; font-family:sans-serif; font-size:11px; vertical-align:bottom">&nbsp;&nbsp;&nbsp;<a style="color:#666666;" href="./songstats.asp?song_id=<% =rsOpeners("song_id") %>"><% =rsOpeners("s_name") %></a>&nbsp;&nbsp;<font style="font-size:9px; color:#666666;">(<% =rsOpeners("songcount") %>)</font></font>
								</td>
							</tr>
							<%	rsOpeners.movenext 
								next 
								rsOpeners.close
							%>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Top Closers:</font>&nbsp;
								</td>
							</tr>
							<%	y = 0
								for y = 1 to k %>
							<tr>
								<td>
									<font style="font-weight:bold; font-family:sans-serif; font-size:11px; vertical-align:bottom">&nbsp;&nbsp;&nbsp;<a style="color:#666666;" href="./songstats.asp?song_id=<% =rsClosers("song_id") %>"><% =rsClosers("s_name") %></a>&nbsp;&nbsp;<font style="font-size:9px; color:#666666;">(<% =rsClosers("songcount") %>)</font></font>
								</td>
							</tr>
							<%	rsClosers.movenext 
								next 
								rsClosers.close
							%>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">&nbsp;Top Encores:</font>&nbsp;
								</td>
							</tr>
							<%	y = 0
								for y = 1 to l %>
							<tr>
								<td>
									<font style="font-weight:bold; font-family:sans-serif; font-size:11px; vertical-align:bottom">&nbsp;&nbsp;&nbsp;<a style="color:#666666;" href="./songstats.asp?song_id=<% =rsEncores("song_id") %>"><% =rsEncores("s_name") %></a>&nbsp;&nbsp;<font style="font-size:9px; color:#666666;">(<% =rsEncores("songcount") %>)</font></font>
								</td>
							</tr>
							<%	rsEncores.movenext 
								next 
								rsEncores.close
							%>
						</TABLE>
						<br>
						<TABLE width="100%" cellpadding="0" cellspacing="0" style="border: 1px dotted #321ca2" BGCOLOR="#000000">
							<tr>
								<td bgcolor="#321CA2" style="color:black; font-weight:bold; font-size:11px;">
									Database Statistics
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center">Total # of shows:</font>
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center"><%=rsTotalShows("shcount")%></font>
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center">Earliest show:</font>
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center">
									<% =rsEarliest("date")%></font>
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center">Total # of songs:</font>
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center"><%=rsTotalSongs("socount")%></font>
								</td>
							</tr>
							<tr>
								<td>
									<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center">Total songs per show:</font>
									<font style="color:#666666; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:center"><%=totalSongsPerShow%></font>
								</td>
							</tr>
						</table>

Reply With Quote
  #4  
Old January 20th, 2006, 11:53 AM
mehere's Avatar
mehere mehere is offline
Senior Sarcasm Wizardess
ASP Free God 16th Plane (12500 - 12999 posts)
 
Join Date: Feb 2005
Location: Dreamland
Posts: 12,867 mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)mehere User rank is General 12nd Grade (Above 100000 Reputation Level)  Folding Points: 10976 Folding Title: Novice Folder
Time spent in forums: 4 Months 4 Weeks 15 h 1 m 30 sec
Reputation Power: 1762
i;m having an issue getting it to duplicate you issues ... could you navigate to the page ... view the source ... and post that code ... this way i can load it and view what it looks like ...

Reply With Quote
  #5  
Old January 20th, 2006, 12:07 PM
nmajdan nmajdan is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 158 nmajdan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 10 h 19 m 16 sec
Reputation Power: 0
Quote:
Originally Posted by mehere
i;m having an issue getting it to duplicate you issues ... could you navigate to the page ... view the source ... and post that code ... this way i can load it and view what it looks like ...


oh, whoops. i thought i posted the website, thats why i posted the actual code as opposed to the generated code.

the website is here: www.btdb.org. the problem lies in that third column.

Reply With Quote
  #6  
Old January 21st, 2006, 12:49 PM
stack72 stack72 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 9 stack72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 7 sec
Reputation Power: 0
this problem may be combatted using the following method - try to force the browser to accept current line values using a css documnet.

if you do have a css document locate a line that looks like the following

Code:
<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom">


and try adding the line 'line-height:normal:'

so your code will be the following for the above example

Code:
<font style="color:white; font-weight:bold; font-family:sans-serif; font-size:12px; vertical-align:bottom; line-height:normal;">


and see if that works?

stack72

Reply With Quote
  #7  
Old January 22nd, 2006, 08:55 PM
nmajdan nmajdan is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 158 nmajdan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 10 h 19 m 16 sec
Reputation Power: 0
nope, nothing

Reply With Quote
  #8  
Old March 1st, 2006, 02:37 AM
shamrog12's Avatar
shamrog12 shamrog12 is offline
Newton's Apple Wizard
ASP Free Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 1,661 shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Weeks 2 Days 2 h 39 m 22 sec
Reputation Power: 34
Send a message via AIM to shamrog12
Quote:
Originally Posted by nmajdan
nope, nothing


"IE Problem" is kinda like saying "hot sun" isn't it? What you typically need is a separate style sheet for IE hacks. See my post here for information about how to do this
__________________
If you found a post of mine helpful, please click on the on my post to add to my reputation.


Reply With Quote
Reply

Viewing: ASP Free ForumsWeb DesignWeb Layout > IE problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT