TWC Today Forums

TWC Today => Questions, Comments, Suggestions => Topic started by: Stephen on June 29, 2007, 09:25:42 PM

Title: Site issue in Safari browser
Post by: Stephen on June 29, 2007, 09:25:42 PM
In the Safari web browser, on some pages of the site, the buttons on the left side of the page aren't stacking on top of each other, instead, they are side by side. I took a few screenshots of what I mean:

(http://img520.imageshack.us/img520/7126/safarisiteissuexlic4.th.png) (http://img520.imageshack.us/my.php?image=safarisiteissuexlic4.png)
(http://img402.imageshack.us/img402/6459/safarisiteissue2to4.th.png) (http://img402.imageshack.us/my.php?image=safarisiteissue2to4.png)
Can this be looked into? Thanks! :)
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on June 29, 2007, 09:37:36 PM
I don't know anything about Safari, so you'd be the one to look into a problem like this Stephen.
Title: Re: Site issue in Safari browser
Post by: Stephen on June 29, 2007, 09:39:45 PM
I don't know anything about Safari, so you'd be the one to look into a problem like this Stephen.
>_< You're right. I'll see what I can do... :-\
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on June 29, 2007, 09:42:05 PM
I don't know anything about Safari, so you'd be the one to look into a problem like this Stephen.
>_< You're right. I'll see what I can do... :-\

Sorry I can't be ofmore help. When it comes to brwosers IE, Netscape, and Firefox are the three that I know about.
Title: Re: Site issue in Safari browser
Post by: Stephen on June 29, 2007, 09:44:22 PM
Sorry I can't be ofmore help. When it comes to brwosers IE, Netscape, and Firefox are the three that I know about.
That's understandable. Safari was just recently (about 2 weeks or so ago ) released for the PC. ;)
Title: Re: Site issue in Safari browser
Post by: Stephen on June 29, 2007, 09:48:22 PM
I figured out what you need to do. :)

Replace this (in each page):
Code: [Select]
<a href="index.html"><img src="https://twctodayforums.com/homeyn8.png" border="0" /></a>
<a href="music.php"><img src="https://twctodayforums.com/music.png" border="0" /></a>
<a href="videos.html"><img src="https://twctodayforums.com/videos.png" border="0" /></a>
<a href="miscellaneous.html"><img src="https://twctodayforums.com/misc.png" border="0" /></a>
<a href="forums/"><img src="https://twctodayforums.com/forums.png" border="0" /></a>
<a href="contact.php"><img src="https://twctodayforums.com/contact.png" border="0" /></a>
<a href="contributors.html"><img src="https://twctodayforums.com/contribute.png" border="0" /></a>
<a href="about.html"><img src="https://twctodayforums.com/about.png" border="0" /></a>

With:
Code: [Select]
<a href="index.html"><img src="https://twctodayforums.com/homeyn8.png" border="0" /></a><br />
<a href="music.php"><img src="https://twctodayforums.com/music.png" border="0" /></a><br />
<a href="videos.html"><img src="https://twctodayforums.com/videos.png" border="0" /></a><br />
<a href="miscellaneous.html"><img src="https://twctodayforums.com/misc.png" border="0" /></a><br />
<a href="forums/"><img src="https://twctodayforums.com/forums.png" border="0" /></a><br />
<a href="contact.php"><img src="https://twctodayforums.com/contact.png" border="0" /></a><br />
<a href="contributors.html"><img src="https://twctodayforums.com/contribute.png" border="0" /></a><br />
<a href="about.html"><img src="https://twctodayforums.com/about.png" border="0" /></a>

Basically, add those
 tags in. Do that, and that should work. :yes:
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on June 29, 2007, 09:49:53 PM
Sorry I can't be ofmore help. When it comes to brwosers IE, Netscape, and Firefox are the three that I know about.
That's understandable. Safari was just recently (about 2 weeks or so ago ) released for the PC. ;)

Ugh, that's alot of work. But I'll get right on it.  8)
Title: Re: Site issue in Safari browser
Post by: Stephen on June 29, 2007, 09:51:18 PM
Ugh, that's alot of work. But I'll get right on it.  8)
OK. :)
Title: Re: Site issue in Safari browser
Post by: Stephen on July 07, 2007, 05:33:01 PM
Did you apply the change I told you to make? Because I'm still having issues with the site in Safari. :unsure:
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on July 07, 2007, 05:48:34 PM
No, let me take care of it now.

For future reference, I can't cater to the needs of every browser. As a webmaster, my main responsibility is to make sure that the site works well with the most popular browsers (IOW, the browsers most of my visitors are likely to use, like IE, Firefox, Netscape). 
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on July 07, 2007, 07:50:47 PM
Alright, I've finished. You should be ok with Safari now (provided that the fix really was the fix).
Title: Re: Site issue in Safari browser
Post by: Stephen on July 07, 2007, 09:51:26 PM
Alright, I've finished. You should be ok with Safari now (provided that the fix really was the fix).
Yeah, it's fixed. :yes:
Title: Re: Site issue in Safari browser
Post by: G2003 on July 07, 2007, 10:00:58 PM
Yup it looks better :)
Title: Re: Site issue in Safari browser
Post by: lfmusiclover on July 07, 2007, 10:55:59 PM
Excellent.  8)