Search Results

Showing results 1 to 39 of 39
Search took 0.01 seconds.
Search: Posts Made By: MaxMumford ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Feb 28th, 2009
Replies: 1
Views: 453
Posted By MaxMumford
Iv editted the code. Use this instead:


<style>
<!--
body{
background-color:#FFFFFF
}
div#Navigation{
width:115px;
Forum: HTML and CSS May 17th, 2008
Replies: 4
Views: 1,911
Posted By MaxMumford
yeah i have php but no idea how to use it! I just got a new webhost because my previous one didnt offer php so i was stuck with asp but yeah i have php now... any ideas about what i kind of script i...
Forum: HTML and CSS May 12th, 2008
Replies: 4
Views: 1,911
Posted By MaxMumford
Okay thanks for that. The only other thing is that I needed the frames to appear after the link has been clicked on. for example you have a regular page, no frames just content, but when you click on...
Forum: HTML and CSS May 12th, 2008
Replies: 4
Views: 1,911
Posted By MaxMumford
Hi guys,

Wasn't too sure which forum to put this in as im not sure what kind of script would be used, but this is what I want to be able to do:

Have some kind of script that makes any external...
Forum: HTML and CSS May 7th, 2008
Replies: 1
Views: 2,830
Posted By MaxMumford
Hi all,

I need to know how to be able to make a div box with a fixed width and no horizontal scrollbar, and stretchable height with vertical scrollbar.

It should be quite a simple thing to do...
Forum: HTML and CSS Mar 11th, 2008
Replies: 1
Views: 1,891
Posted By MaxMumford
Hi all!

I need to know how to repeat a javascript code snippet, until the table's row is full - so without stretching it. The row is inside the middle column of an 80% width table, made up of 3...
Forum: HTML and CSS May 16th, 2007
Replies: 5
Views: 5,030
Posted By MaxMumford
i wanted a link that opened a new window on another page, and sent the first page back to the home page
Forum: HTML and CSS May 15th, 2007
Replies: 5
Views: 5,030
Posted By MaxMumford
don't worry, iv figured it out:

href="http://swmassive.forum5.com/" target="_blank" onclick="parent.parent.location.href='http://www.swmassive.co.uk'"
Forum: HTML and CSS May 13th, 2007
Replies: 5
Views: 5,030
Posted By MaxMumford
Hi,

How do I make it so when I click a link on page A, it opens page B in a new window, and page A goes to a specified page?

This is the page:

http://www.swmassive.co.uk/forums.html

I...
Forum: HTML and CSS Jan 28th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
Yay it works!

2 more things.. how do you make it so when you select a new style sheet for the pages it goes there automatically when you press it, rather than having to press the submit button?
...
Forum: HTML and CSS Jan 27th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
yay it works!! the only thing is the cookie isnt working. i have added a second page to the folder and the 2 pages link to eachother so as to test the asp cookie however its not working. Also, how do...
Forum: HTML and CSS Jan 26th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
current code:

<%@ LANGUAGE="JAVASCRIPT" %>
<% var style = new String(Request.Cookies('style'));
if(style==null || style==''){
style = new String(Request.Form('style'));
if(style==null ||...
Forum: HTML and CSS Jan 26th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
Still not working :/ i have one stylesheet called styles.css which should be the default style sheet, i have another called styles2.css which is an alternate one. Is the code ok for that? Max
...
Forum: HTML and CSS Jan 26th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
Hi, I have just tested it and there is one error. im not entirely sure what it is so go here to see the script in action.

http://grafax.co.uk/switch/

Below is the script for the page.

...
Forum: HTML and CSS Jan 25th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
wow brilliant thanks! most people just put waffly replies with no real direction or instructions for newbies but urs was perfect! :D and thanks for the fast response! :cheesy: ill test it tomrrow its...
Forum: HTML and CSS Jan 25th, 2007
Replies: 13
Views: 4,451
Posted By MaxMumford
Hi all, how, using asp, can i make a form menu change the style sheet loaded, when it is clicked on, then refresh and page, and create a cookie which tells the browser which style sheet to load for...
Forum: HTML and CSS Jan 13th, 2007
Replies: 7
Views: 20,100
Posted By MaxMumford
lol ok to be honest ill just manually make the link's targets _blank :P Thanks a lot though.. learned a lot :D
Forum: HTML and CSS Jan 12th, 2007
Replies: 7
Views: 20,100
Posted By MaxMumford
ok cool thanks :) so if i just put

a.externallink {
target-name: new;
target-new: window;
}

will that style it for a:link a:hover a:visited and a:active? also, can i put...
Forum: HTML and CSS Jan 12th, 2007
Replies: 7
Views: 20,100
Posted By MaxMumford
ok thanks. ill put the code in anyway. do you know it?
Forum: HTML and CSS Jan 12th, 2007
Replies: 7
Views: 20,100
Posted By MaxMumford
Hi all,

How do I make a link with the class of "externallink" open in a new window using css? Here is my current style for "externallink" class:

a.externallink:link {
color: #FF99FF;...
Forum: HTML and CSS Dec 9th, 2006
Replies: 4
Views: 3,351
Posted By MaxMumford
the password in the script is encrypted. Thanks anyway. Max
Forum: HTML and CSS Dec 7th, 2006
Replies: 4
Views: 3,351
Posted By MaxMumford
SORRY IV FOUND AN ANSWER (http://www.dynamicdrive.com/dynamicindex9/password.htm)
Forum: HTML and CSS Dec 7th, 2006
Replies: 4
Views: 3,351
Posted By MaxMumford
Hi all,

i need a password script for one page which takes you to the next page. I dont have access to a database so i need it to be stored either in a txt filfe or in the script itself. Thanks!!...
Forum: HTML and CSS Nov 18th, 2006
Replies: 5
Views: 5,408
Posted By MaxMumford
yeh i was adding the code with my brother and he spotted it so i changed it. sorry for not mentioning! i didnt think it would help :s anyway, thanks again for the help.
Forum: HTML and CSS Nov 17th, 2006
Replies: 5
Views: 5,408
Posted By MaxMumford
Perfect, thanks! The code works perfectly and ty for the detailed explanation - i dont understand embeds or css but i do better now :mrgreen:
Forum: HTML and CSS Nov 15th, 2006
Replies: 4
Views: 1,379
Posted By MaxMumford
i would but nobody is answering anything lol. thanks anyway
Forum: HTML and CSS Nov 15th, 2006
Replies: 5
Views: 5,408
Posted By MaxMumford
Hi all,

I need to have a semi transparent picture hovering over a windows media player plugin video. How do i do this? Html preferably...

Thanks,
Max
Forum: HTML and CSS Nov 15th, 2006
Replies: 4
Views: 1,379
Posted By MaxMumford
What DOCTYPE do i need to use this script?

go on this link to find it:

http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/P30/

Thanks!

Max
Forum: HTML and CSS Nov 13th, 2006
Replies: 5
Views: 3,405
Posted By MaxMumford
FINALLY! lol iv just fixed it using that layout design. I just had to paste the main table into the cell above, and put the lower content into a new merged cell section underneath. Thanks all! Heres...
Forum: HTML and CSS Nov 12th, 2006
Replies: 5
Views: 3,405
Posted By MaxMumford
Ok thanks. after posting i did pretty much that layout, and made a new editable region in the lower content, and for some reason it didnt even show up. there was text in the region, but it didnt show...
Forum: HTML and CSS Nov 12th, 2006
Replies: 5
Views: 3,405
Posted By MaxMumford
Hi all,

I have set up my website with tables, with columns on the left, then a center with the main content in, then another table will the content on the right. Whenever i have a lot of text in...
Forum: HTML and CSS Nov 12th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
Forum: HTML and CSS Nov 12th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
lol thanks :P

lol one more question, how do i make an embedded css have two sections, one for an editable template region called header, and another for everything else?
Forum: HTML and CSS Nov 12th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
ahhh ok i get it. The only thing is that that method wouldnt actually be much faster would it? or would it just make it easier and faster for the browser to read and download the page
Forum: HTML and CSS Nov 12th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
one more quick question, with CSS can i set a design for each cell in a table? for example, have a picture for the background for the top left cell for each new table i make? thanks,

Max
Forum: HTML and CSS Nov 5th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
well almost but ill try to learn it and do it myself because i will be able to use it in the future more :) thanks for your help.

Max.
Forum: HTML and CSS Nov 4th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
oh well i dont really understand how to layout pages with css. I find tables are good because you can do things like make all text line up or have a pic as a border to a text box etc. Its also nice...
Forum: HTML and CSS Nov 4th, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
Ok cos there is a small glitch in the html i put class="backup" after the <a and before the href="... . I pasted the css into my style sheet i was using for the page, which already contains info...
Forum: HTML and CSS Nov 3rd, 2006
Replies: 17
Views: 5,070
Posted By MaxMumford
hi all!!

This is my text only back-up menu at the bottom of my page, but the colours from my origional external css sheet look bad on its background, so how do i make them a different colour?...
Showing results 1 to 39 of 39

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC