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.

couzo

Members
  • Joined

  • Last visited

Everything posted by couzo

  1. kind of. Rather than scroll over the image to change the center one i click on the thumbnail and then mouse the mouse of the center image and what i want is to click on it and it open a link to the full size image. Is that clearer sorry it makes more sense in my head hehe
  2. Hi there, I have been searching for what feels like an age of how to sort out my problem. Basically I have a photo gallery that has a main image and thumbnails going around it which when you click on the thumbnail changes the main image to that thumbnail. I can create a link to the main image that displays from the start when you load the page but i want to be able to click on the swapped image to bring up the full size image in a new window. Is this possible. I have tried to explain it as well as i can but if you need more input form me let me know Many thanks Daniel
  3. damn server does not use php What else can I do?? Thanks for all your input so far
  4. hmm tried it with the hole code that runs the pull down menu and just get a blank section in the drop down
  5. With our site I need to remotely link to the file would this work <?php include("http://www.propstore.com/content/navmenu.html"); ?>
  6. I kind of get what php includes does, however I need to link it remotely to my list that will be updated weekly. Here is my code I use for the pulldown menu "<table cellspacing="0" cellpadding="0" width="603" border="0"> <tbody> <tr> <td width="603" height="34"><img height="34" alt="" src="http://www.propstore.com/content/propstorecollection/dropdown/dropdownimage_01.jpg" width="603" /></td> </tr> </tbody> </table> <table cellspacing="0" cellpadding="0" width="603" border="0"> <tbody> <tr> <td width="233" height="38" rowspan="2"><img height="38" alt="" src="http://www.propstore.com/content/propstorecollection/dropdown/dropdownimage_02.jpg" width="233" /></td> <td bgcolor="#23469a" height="32"> <div align="center"> <form style="MARGIN: 0px" name="jump"> <select name="menu"> <option value="http://www.propstore.com/aliens.htm" selected="selected">Aliens</option> <option value="http://www.propstore.com/gladiator.htm">Gladiator</option> <option value="http://www.propstore.com/redplanet.htm">Redplanet</option> <option value="http://www.propstore.com/superman.htm">Superman</option> </select><input onclick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value " type="button" value="GO" /> </form> </div> </td> <td width="232" height="38" rowspan="2"><img height="38" alt="" src="http://www.propstore.com/content/propstorecollection/dropdown/dropdownimage_04.jpg" width="232" /></td> </tr> <tr> <td height="6"><img height="6" alt="" src="http://www.propstore.com/content/propstorecollection/dropdown/dropdownimage_05.jpg" width="138" /></td> </tr> </tbody> </table>" The part that has the "<option vlaue" is the area i assume i would need the php includes i just don't know how to link it to the php i created. Is this any clearer for you guys?
  7. I have created a pull down menu and have it all arranged how I want it to display. The menu is on a lot of pages and rather than me having to update them all is there a way I can link the pull down menu to a centralised list of menu titles and their links? Any ideas would be great
  8. sorted it was a margin issue i could not see which i have now sorted
  9. Right i have redone the image that i have built around the pull down. http://www.propstore.com/test.htm Now it displays fine in FF but looks even worse in IE. I am just talking about the blue pull down bar.
  10. I am trying to create a drop down menu that i can put at the foot of certain pages. http://www.propstore.com/test.htm This displays great in IE but not FF any ideas on this? Many thanks Daniel The code i have used is as follows <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <table width="603" border="0" cellspacing="0" cellpadding="00"> <tr> <td rowspan="3"><img src="http://www.propstore.com/content/propstorecollection/dropdownimage_01.jpg" width="136" height="74" /></td> <td height="29" bgcolor="#23469A"><img src="http://www.propstore.com/content/propstorecollection/dropdownimage_02.jpg" width="334" height="29" /></td> <td rowspan="3"><img src="http://www.propstore.com/content/propstorecollection/dropdownimage_03.jpg" width="133" height="74" /></td> </tr> <tr> <td height="36" bgcolor="#23469A"><div align="center"><!-- Pull Down Menu created at: http://www.fg-a.com --><!-- The JavaScript Source --> <form name="jump"> <select name="menu"> <option value="http://www.propstore.com/aliens.htm" selected="selected">Aliens</option> <option value="http://www.propstore.com/gladiator.htm">Gladiator</option> <option value="http://www.propstore.com/redplanet.htm">Redplanet</option> <option value="http://www.propstore.com/superman.htm">Superman</option> </select><input onclick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value " type="button" value="GO" /> </form></div></td> </tr> <tr> <td height="5" bgcolor="#23469A"><img src="http://www.propstore.com/content/propstorecollection/dropdownimage_05.jpg" width="334" height="5" /></td> </tr> </table> </body> </html>
  11. After doing some further research on this matter I see IE7 does not like AP Div to much. Can anyone reccomend a new setup i can use which will be a quick fix. I have tried looking for customisable drop down menu code but nothing seems to get me what i want which is the exact thing i have now just all lined up correctly.
  12. This problem seem odd. To create my drop down I used an ap div but i also used the same process on some text to overlap some flash here http://www.creativelasersolutions.com/v2/services.html The titles are exactly where I want them in both ie7 and FF so any ideas why the drop down is displaced and these are not?
  13. Thanks for the reply Rachael. I see about dreamweavers horrible code would you reccomend a program that is better than dw or something i can transfer the html generated by dw to clean it up? If you look at the drop down is there something you can reccomend to do the same function ie the links within the text and also the background image and the type of finish that will merge with the top banner i have designed?
  14. I have created a drop down menu within Dreamweaver. It displays exactly where I want it to in IE 7 but not in FF or IE6. Any ideas why this would be. Here is the page http://www.creativelasersolutions.com/v2/cls.html The drop down occurs when you mouse over the Services Button. If you have any ideas why this is your help would be most appreciated.
  15. looking at the html fireworks exports none of it looks like this What more should i look into, to get you more useful information on my situation? Edit:- I have found this http://www.adobe.com/devnet/fireworks/arti..._styles_03.html but it does not seem to work with FW CS3
  16. bascially i just want to be able to create a drop down menu and have the page cnetered. Is there a way to do this in dreamweaver?
  17. What i have done is create a layout I like in fireworks including a drop down menu on one of the buttons when you mouse of it to give you more options. All this works fine however when i export it and then open the htm file in dreamweaver to add some more things that i know how to use in DW the page i have created is on the left of the browser. I want to center it. I have tried adding align center in the html but the page will not budge. I assume this is down to the pop up menu code in either the htm or the css as when i delete this functionality in FW then rexport and open in DW i can then input the center html and the page then centers in the browser. Does that help you understand my problem more? Sorry I am still very new to this
  18. Hi everyone, First post and I need your help. I have been using dreamweaver and photoshop to create webpages now for around 6-7 months and i have a pretty ok knowledge of using those. However I have just branched out in to fireworks as this has a lot of functions i like. I have a page with one dropdown menu but I cannot export this to dreamweaver with out the table being on the left where as i want it centered. It can be exported and centralised but i have to delete the drop down menu which I do not want to do. I have looked every where to find a resolution but nothing seems to work. Can anyone help with this or offer a work around? Many thanks for your time

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.