Jump to content

stew

Members
  • Posts

    2
  • Joined

  • Last visited

stew's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hi, Need help with a simple problem! (see image) which has the following criteria: 1) table centred at middle point not left side (as resizing viewport effects it)2) table fixed to top viewport (scroll below with table fixed to top in viewport always)3) and needs z-index function It may sound simple but I'm being googled it for days now and looked over many forums.Code can be in html css or js, but please post a full working example as I'm new to coding.Thanks
  2. Dear coders, I simplify the problem; now all I need is the link page (see image above) to replace the parent page with the iframe. PS the link page don't have any iframes just a simple page. Hope this is possible, here is the code for the pages (below) please update with new code and post it. PS simple keep your answers as simple as possible as I'm new to coding. thanks for any help Parent page code: <body><iframe src="iframe.html" width="100%" height="150" frameborder="0" style="position:fixed; Left:0px; bottom:0px"/iframe> Parent Start Page</body>iframe page code:<body><a href="link.html">iframe Link</a></body>
×
×
  • Create New...