Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

why arent the text boxes appearing?

Featured Replies

Hi its 6am, ive not yet been to bed, and im seriously running out of steam toward the end of this project, can anyone tell me why my textboxes are not appearing on the menu page?

thanks

Dan

www.thefishplate.co.uk

p.s works on firefox.. not on internet explorer.

Firstly, remove ' background="background.jpg" ' from your <body> tag.

Add it to the body declaration in your <style> tag:

body {
text-align:left;
background: url(background.jpg) top center no-repeat;
}

At the moment, in IE, it is repeating down the page. This will stop that.

 

As for the text box background images, try changing the image file names so that they don't have any spaces in them.

i.e text box1 menu.jpg would become textbox1menu.jpg.

Also, in your css, remove the quotes from inside the following lines:

background: url("text box1 menu.jpg")no-repeat;
background:url("textbox2 menu.jpg")no-repeat;

 

for #content and #content1 respectively.

See if that sorts out the problem.

I would also take the space character " " out of your file names, as this may be causing some erratic behaviour. Most people use underscore (_) instead. For example

text box.jpg
becomes
text_box.jpg

  • Author

Thanks for the replies guys but it doesnt seem to have got me anywhere:(

any more suggestions??

Thanks for the replies guys but it doesnt seem to have got me anywhere:(

any more suggestions??

 

background:url("textbox2 menu.jpg")no-repeat;

 

U need space between brackets and no-repeat ;)

  • Author
U need space between brackets and no-repeat ;)

 

your a god! thank you.

Sorry about that, it was early this morning when I wrote that code out and I hadn't had enough coffee! :)

  • Author
Sorry about that, it was early this morning when I wrote that code out and I hadn't had enough coffee! :)

 

No problem!

maybe you could help me with the next question:P

 

In internet explorer it is being thrown off in all directions and wont contain itself, any ideas?

This is really annoying me, i think being a newbie ive put all sorts of code in thats over written other stuff.. ill have to learn to organise it better.

Can anyone help with this?

  • Author

i need to resolve this quite urgently, has anyone got any ideas?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.