Search Results

Showing results 1 to 40 of 114
Search took 0.03 seconds.
Search: Posts Made By: roryt ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Jan 22nd, 2009
Replies: 30
Views: 2,465
Posted By roryt
You need to find some html tutorials on the internet. Create a thread on daniweb with a specific question if you are stuck with something. It may be useful for you to use a program like adobe...
Forum: HTML and CSS Jan 22nd, 2009
Replies: 30
Views: 2,465
Posted By roryt
Midi,

Although you have designed by those rules it really isn't much of a design at all! It is really quite unattractive. I would really like to see a list of popular websites that follow your...
Forum: HTML and CSS Jan 13th, 2009
Replies: 2
Views: 3,661
Posted By roryt
I'm not sure about the scrolling from left to right thing, but without a doubt this is THE way to pop up images for a larger view:

http://www.huddletogether.com/projects/lightbox2/

Hope that...
Forum: HTML and CSS Jan 13th, 2009
Replies: 30
Views: 2,465
Posted By roryt
yes almostbob BUT people with dislexia may not use a screen reader so your page would still need to be made so they can access it... atleast according do Midi. Also people with sight problems may...
Forum: HTML and CSS Jan 11th, 2009
Replies: 6
Views: 692
Posted By roryt
Can I suggest you may get more help if you post this in either the PHP forum or the database design forum.

Not that the posts so far haven't been helpful, just more people that know about this...
Forum: HTML and CSS Jan 11th, 2009
Replies: 8
Views: 1,211
Posted By roryt
Firstly, unless you really no what you're doing do not set anything as position: absolute.

You should put your html code for your footer right at the end of your html document, ie just before...
Forum: HTML and CSS Jan 11th, 2009
Replies: 7
Views: 901
Posted By roryt
You really need to get rid of as many of the <br/>s as possible and also having styling code in your html is not recommended. You should put it all in your style sheet. You should also not have...
Forum: HTML and CSS Jan 11th, 2009
Replies: 30
Views: 2,465
Posted By roryt
I second that, can we see your website? It would atleast let us see your views in practise.
Forum: HTML and CSS Jan 11th, 2009
Replies: 9
Views: 1,634
Posted By roryt
Ok then. That is much easier and much less contraversial to do.

Have you thought about putting all your pages in an iframe? That would mean that when you click a link and the page appears to...
Forum: HTML and CSS Jan 10th, 2009
Replies: 9
Views: 1,634
Posted By roryt
It is possible to hide the address bar in web browser on a specific computer and it is definitely fairly simple to create your own web browser in visual basic that has no address bar.

But the...
Forum: HTML and CSS Jan 10th, 2009
Replies: 9
Views: 1,634
Posted By roryt
You should assume from my response that it is impossible to do. IE does not let the web developer choose whether or not to display the address bar - the class it as a security violation.

The user...
Forum: HTML and CSS Jan 10th, 2009
Replies: 9
Views: 1,634
Posted By roryt
Why would you want to do that? That is a really dodgy thing to do.... because then people don't know what site they are on, so phishing scams etc become easier.

I would not have thought it would...
Forum: HTML and CSS Jan 10th, 2009
Replies: 15
Views: 1,883
Posted By roryt
haha. lol yeh well, whatever! I can't seem to get past it.

Try this: http://www.tutorialized.com/tutorials/Photoshop/1 it has always helped me. And have a look at my site as well:...
Forum: HTML and CSS Jan 10th, 2009
Replies: 30
Views: 2,465
Posted By roryt
I would agree BUT, there is actually a drop down menu for "more" at the top of the page. Also, they do use a table to display some of the page, which i think Midi said was wrong (i agree with that...
Forum: HTML and CSS Jan 10th, 2009
Replies: 30
Views: 2,465
Posted By roryt
I'm pretty sure you have called almost every site on the internet unaccessable in some way. There has to be a half way point. People with severe learning dissabilities tend to use a text only...
Forum: HTML and CSS Jan 10th, 2009
Replies: 5
Views: 714
Posted By roryt
Can you not get more than $1000 for it? I would have thought it would be worth quite alot to them.
Forum: HTML and CSS Jan 10th, 2009
Replies: 22
Views: 1,713
Posted By roryt
My more recent websites validate with XHTML 1.0 transitional with no errors or warnings. But still i have to use hacks but i could do the same with additional style sheets (if i thought it would...
Forum: HTML and CSS Jan 10th, 2009
Replies: 22
Views: 1,713
Posted By roryt
They work in FF which is good but, if you read this you'll see why i wouldn't use them:

http://www.quirksmode.org/css/display.html
Forum: HTML and CSS Jan 9th, 2009
Replies: 22
Views: 1,713
Posted By roryt
I guess that is a similar concept to creating a extra style sheets for different browsers. I guess that is a more symantic way of doing things.

Just more time consuming. Are there many...
Forum: HTML and CSS Jan 9th, 2009
Replies: 3
Views: 1,466
Posted By roryt
Try this:

http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
and
http://www.milonic.com

I don't know of any that are point and click style, most of these kind of things involve some...
Forum: HTML and CSS Jan 9th, 2009
Replies: 22
Views: 1,713
Posted By roryt
What would you do it then? I have no idea how else you can get around it. You will always have the problem of there being different setting places browsers add padding whatever you do. Unless you...
Forum: HTML and CSS Jan 9th, 2009
Replies: 22
Views: 1,713
Posted By roryt
In that case yes they are a block level element, HOWEVER the way the <li> tag is used on this site it is inline, so they all display along one line: in this case you cannot set the width.

Have a...
Forum: HTML and CSS Jan 8th, 2009
Replies: 1
Views: 340
Posted By roryt
You need to set any widths on your page using percentages. If you post your html I can show you what you need to change to make sure it fits any page.

Hope that helps.
Forum: HTML and CSS Jan 8th, 2009
Replies: 15
Views: 1,883
Posted By roryt
I wasn't saying everyone has Photoshop, but something similar, like paint shop pro, corel photo-paint, fireworks, GIMP etc etc. Or even Paint but i would be really interested to see some good...
Forum: HTML and CSS Jan 8th, 2009
Replies: 22
Views: 1,713
Posted By roryt
No you can't: http://www.w3.org/TR/CSS2/visudet.html#Computing_widths_and_margins

<li> is an inline non-replaced element. It won't work.
Forum: HTML and CSS Jan 7th, 2009
Replies: 22
Views: 1,713
Posted By roryt
Been as you have a fixed with layout to your page then setting them as percentages won't help. As far as I can see you have not set a width (which obsviously you can't for <li>'s) or any padding?
...
Forum: HTML and CSS Jan 7th, 2009
Replies: 15
Views: 1,883
Posted By roryt
Every web developer uses something that does the same or similar to photoshop, unless they are designing a purely text base website.

cfajohnson: i presume you have no good quality images on your...
Forum: HTML and CSS Jan 6th, 2009
Replies: 3
Views: 1,131
Posted By roryt
Forms are definitely one of the things css left behind. It is not easy to make one look good. You should be able to do it though if you have some knowledge.

It's quite difficult for me to...
Forum: HTML and CSS Jan 6th, 2009
Replies: 15
Views: 1,883
Posted By roryt
You should try some tutorials for photoshop to get some ideas and then start building your own.

As for ideas.... i have loads.... but they're mine! ;) What ever you do keep it simple otherwise it...
Forum: HTML and CSS Jan 6th, 2009
Replies: 22
Views: 1,713
Posted By roryt
ok So when you set the padding for the menu items you used ie. So now you need to set them so they work perfectly in firefox. Then use


.menu_item { padding: 5px; *padding: 7px;}


IE is the...
Forum: HTML and CSS Jan 6th, 2009
Replies: 5
Views: 2,045
Posted By roryt
Midimagic:

The most detailed designs are made using pixels dimensions. There is simply no way to do it using percentages sometimes. And when done right pixel made layouts can work on almost any...
Forum: HTML and CSS Jan 6th, 2009
Replies: 5
Views: 1,273
Posted By roryt
In the interest of pleasing anybody who reads this thread: here is the way to do it without images: http://www.html.it/articoli/niftycube/index.html
Forum: HTML and CSS Jan 5th, 2009
Replies: 5
Views: 1,273
Posted By roryt
Yeh as Buddylee17 said, they aren't supported fully yet and will be part of css 3.0 i believe. Now as for making them in photoshop, if you are just uing a flat colour for the button then what you...
Forum: HTML and CSS Jan 2nd, 2009
Replies: 5
Views: 2,045
Posted By roryt
I have never had any problems doing sizes in pixels. I have also never actually had the problem of different IE versions doing different things with my website. The only browsers you need to worry...
Forum: HTML and CSS Jan 2nd, 2009
Replies: 2
Views: 476
Posted By roryt
This is what you html would look like:


<div id="border_links">
<p1><a href=""> link</a></p1>
<p1><a href=""> link</a></p1>
<p1><a href=""> link</a></p1>
<p1><a href=""> link</a></p1>
<p1><a...
Forum: HTML and CSS Dec 28th, 2008
Replies: 4
Views: 747
Posted By roryt
smarty9999,

It's quite difficult to see what is actually going on in your code. You need to be really careful with using formatting (such as where you have opened the "style" tag) inside your...
Forum: HTML and CSS Jun 20th, 2007
Replies: 13
Views: 4,222
Posted By roryt
It is a really clever way you have used to make the roll over. I would never have thought of that.

I suggest you get rid of the 1 pixel white border that is a round the cream version. I also...
Forum: HTML and CSS Jun 20th, 2007
Replies: 8
Views: 2,416
Posted By roryt
That didn't cross my mind but very true. Although they tend to look bad anyway ;)



The zoom thing is pretty ennoying. Could you take a screenshot of firefox on linux?
Forum: HTML and CSS Jun 20th, 2007
Replies: 13
Views: 4,222
Posted By roryt
Can I suggest that you change the tab buttons at the top of the page. They are bit nasty especially in their orangey yellow state.
Forum: HTML and CSS Jun 20th, 2007
Replies: 8
Views: 2,416
Posted By roryt
I think websites look more professional if they just leave the scroll bar alone because if you don't mess with it nobody will notice it.
Showing results 1 to 40 of 114

 


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

©2003 - 2009 DaniWeb® LLC