April 27, 2024, 11:25:47 AM

Author Topic: Site issue in Safari browser  (Read 6083 times)

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Site issue in Safari browser
« 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:



Can this be looked into? Thanks! :)

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #1 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.

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #2 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... :-\

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #3 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.

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #4 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. ;)

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #5 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:

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #6 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)

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #7 on: June 29, 2007, 09:51:18 PM »
Ugh, that's alot of work. But I'll get right on it.  8)
OK. :)

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #8 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:

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #9 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). 

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #10 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).

Offline Stephen

  • Administrator
  • Ultimate Member
  • *
  • Posts: 9991
  • Gender: Male
    • View Profile
  • Cable Provider: COX
  • HD Channel #: 1038
  • HD WxStar ID #: 28111
  • SD Channel #: 38
  • SD WxStar ID #: 22694
  • WxScan Ch. #: 324
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #11 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:

G2003

  • Guest
Re: Site issue in Safari browser
« Reply #12 on: July 07, 2007, 10:00:58 PM »
Yup it looks better :)

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Site issue in Safari browser
« Reply #13 on: July 07, 2007, 10:55:59 PM »
Excellent.  8)