Jonz
-
Client doesn't want SEO ?
If the client knows exactly what those things are and how it can benefit them and they still refuse to have it. What can you do?
-
Best online bookmarking option ?
Stumble is great but I use delicious I don't like the thought of messing aroud with my google results. It just feels like SEO is out the door.
-
CSS list menus- Verical Align
I use line height I find its the easiest. Lets say the div your list-item is in it 30px in height you put line height for the font within it at 30px this gives you the desired effect.
-
Difference between 'a:link' and just 'a'
I have to start declaring link for the anchor styles. It is indeed the correct way to do it.
-
Difference between 'a:link' and just 'a'
I think its just being specific. They both do the same. When you use a: hover - you're being specific to the anchor hover state like wise a:visited and a:active I would guess the actual proper way to write it (if you try to think like the W3C…
-
Using sIFR or Images?
SIFR is a really nice thing to use especially since it allows progressive enhancement. Although the person has flash though it might still be hard on their computer to render. The images i'd suspect to load faster (haven't used it as yet).…
-
Same Old Clearing Float Problem and Frustration
"The left sidebar is of "equal height" to the main content" You said it yourself ^^
-
So much spam...
Yep it gets rather annoying at time, especially when several posts from October and June are bumped up :|
-
Background problem?
Glad I could of been of assistance... oh.. :roll:
-
floated divs sometimes doesn't fit
You have it (booklist) displaying as a table but haven't assigned any cells. Just use the floats you don't really need to display in a tabular form just use the floats.
-
Sizing help
Did you check out the Yahoo grid system? Trust me just looking at it should give you an understanding how divs work.
-
Sizing help
Ok its great that you're using divs over tables but you using them the wrong way. Wayy too many tags ( ) Why did you use margin: 0 auto; to center the div and you put center on it? #body { width : 80%; background-image:url("background.…
-
Sizing help
Set a minimum width to your wrapper div (the div around the whole site) min-width: 900px;
-
Best CMS to give Client Access to Edit pages
CusyCMS is great I'd recommend it and really simple for you and your client, especially if you don't have a great knowledge of coding. I was going to start using it for people I do sites for but I found Expression Engine and WordPress. Jus…
-
[BUG] Floats with Percent and IE
^^ Ye floats can sometimes be hard to manipulate but as long you practice you should get accustomed to what to and not do :)
-
3 colum layout, problem with floats
Yep you can just float everything once direction no problems. Easiest way to do so would be to have a class of .floatLeft { float: left; } Then leave out the float attribute from the ID or class for the actual column, and then in your html you d…
-
[BUG] Floats with Percent and IE
Ah mighty fine point no floats needed :| :oops: ...
-
3 colum layout, problem with floats
May I ask why you decided to not float the middle div just like the others? Anyway thats what I did, also your code was very messy imo that's why I couldn't understand what was goin on the first time around. It also isnt very semantically…
-
IE6 content positioning problem?
lol I'm not exactly sure but from what I've seen (since I didn't have the images and it worked) that should be the problem. Test it out and see
-
[BUG] Floats with Percent and IE
No idea how and why it happens but if you use absolute positioning left and right 0 along with the floats it will work :) http://johnsbeharry.com/lab/code/2-50-p ... lumns.html I made this little one for you ;)
-
IE6 content positioning problem?
I see no problem with it with the code you gave me on IE 6 &7 so that may mean it's one of the images that alter the dimensions of the divs that make it drop down. If you upload a live one I'll be glad to check it out agian
-
pop-up without javascript ?
Not that I know of you would have to use JavaScript to allow that behavior.
-
Provide Feedback
I'd say expand the header or move contact us inwards it's a bit off balancing. Your text as well its goin past the header. I recommend you trying a grid for layout Nice to see some Caribbean people in the forums
-
how to javascript on particular page not on all pages
just make an include for the javascript in the header I'd say. So you'll have: header.php javascript.php content.php and so on... and only include the JavaScript when you need it to be rendered
-
3 colum layout, problem with floats
Can you illustrate it or something for me casue I can't really understand what you trying to achieve. Sorry :oops:
-
a:visited problem ff3
Alright, it work fine with mine but I do know the solution ^^ well its what I suspect anyway. You got to change your history options and make sure you are remembering pages for a certain number of time (it cant be zero) btw its [list=] [*]a: [*]vi…
-
Background problems !!
That weird, can you post the code please
-
testing website for mac
I like testing on Safari and FireFox on a Mac. Even on Macs a lot of people use FireFox. Even though FireFox is the same on both platforms macs and PC's render differently even so. Eg. the text on macs are all smooth. ( only recently activated…