473,405 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Textarea & Margin Problem when using Player

Hey All!

Hope you are well! Recently I have implemented a music player and a feedback form for my website. Users are to leave their feedback in the following format:

DJ Name - Text
Country - Text
Support - Radio
Favourite Mix - Radio
Score - Radio
Comment - TextArea

Where all the data is stored and then sent to a php form. This system works fine for me using Firefox 3.6.12, however Mac users and a couple of google chrome users have had a problem whereby you need to hold the mouse select button down to be able to write a comment in the text area. Can any Mac users or anybody else who might know, explain why this is and how to overcome this problem, as approximately 20% of my website visitors are mac users.

I wondered, Could it possibly be the player causing this, as I read this post as well http://bytes.com/topic/html-css/answers/809699-textarea-problem-keyboard-focus-doesnt-follow-mouse-focus-click

Anyway, Here is a link to my page: http://www.compulzion.co.uk/_BYTESQUERY/bytes_query.html

Here is also a link to my CSS: http://www.compulzion.co.uk/_BYTESQUERY/style.css

Also, a further query, I can't seem to arrange the page so everything is aligned to the left margin without it looking like all the text and the player has been tabbed. (There is a horrible gap I am trying to get rid of). I can see in the CSS file it says about shifting the page down but not to the right.

Many thanks for your help.

Louk
Nov 18 '10 #1
1 1611
Death Slaught
1,137 1GB
Start with fixing these. You have the head tag within your body tag - it does not go there. The basic page structure is,

Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE>
  2.  
  3. <html>
  4.  
  5.     <head>
  6.         <title></title>
  7.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.     </head>
  9.  
  10.     <body>
  11.     </body>
  12.  
  13. </html>

Regards, Death
Nov 18 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: NotGiven | last post by:
WHen I use php's mail() function, the recipient sees the hosting userID - NOT GOOD!. Are there any settings I can change or code it a different way? Thanks.
0
by: toufik toufik | last post by:
I've the folowing error "Call to undefined function: phtmldec() " when using a script encrypted with PHTML Here are the steps done: - I've Appache (windows XP), PHP434 - using PHTML, I've...
16
by: Dave Smithz | last post by:
Hi, In summary: I want to a form to submit information via a HTTP POST, however, when using Internet Explorer I want to be able to use the back button and all the information retained....
1
by: bjbounce2002 | last post by:
Hello, I am using forms with command buttons to close form or run action queries. The error messages such as "Null value in required field" or "duplicate value in primary key" are suppressed....
2
by: Ash | last post by:
Hi, I'm working on an application that takes csv files then converts it to XML. It then write the XML to a msmq where another service is reading the queue and sends it to the DB. My question...
0
by: =?Utf-8?B?TG93bGFuZGVy?= | last post by:
Hello, I've built a web application that uses client script callbacks. It is used on a large network with a large variety of user OSes and IE versions. It was tested on IE 6 on different setups...
6
by: =?Utf-8?B?U2hhd24gU2VzbmE=?= | last post by:
Greetings! I was researching AJAX to provide a solution to displaying status messages while a long process executed. I found several examples online and was able to use their code to get a quick...
2
by: William Johnston | last post by:
Hello, My Web application crashes when using a MediaPlayer object. Any idea what's going on? Thanks, William Johnston
24
by: kindrain | last post by:
the code checks whether a.txt has exact the same lines, then write different lines into b.txt Here it is: (before that ,you should creat a.txt) ---------------------- #include<stdio.h>...
13
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
This is a follow-up to my post "Silverlight video doesn't work when file is streamed from handler in ASP.net" at...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.