Could you post (or link to) an example?
Your problem is unclear to me.
Cheers.
User Profile
Collapse
-
Hey,
I'm just checking up on you.
Were you able to apply this technique to your application?
Let me know if you have more questions.
Cheers.Leave a comment:
-
Glad to hear that it's working for you.
If this particular layout works in IE6, it should be fine in IE7.
Good luck with your writing and your music.
Cheers.Leave a comment:
-
This is not a <rant>, but more like a <rave>: Validations really does help everything.Leave a comment:
-
Both drhowarddrfine and AricC are correct. IE will not act properly.
To drhowarddrfine: I didn't give the DOCTYPE declaration in that snippet for simplicity's sake. I agree with you that validation generally corrects most problems (accept not in IE of course).
To normunds: Like AricC wrote, images may be a better way. Also, you may find it difficult to acheive a layout that does not wrap if you don't use some kind of...Leave a comment:
-
I won't be able to check it out until after Thanksgiving.
In the meantime, you may want to consider eliminating all hacks from the CSS -- it may not be needed...just a thought.
Happy holidays and I'll follow up on this in two days.
Cheers.Leave a comment:
-
Ok. This is a brick wall. Try it out. Let me know if this is what you wanted.
Here is the HTML with the CSS inside it:
[HTML]<html>
<head>
<style type="text/css">
<!--
.brick-narrow, .brick-medium, .brick-wide {
height: 50px;
border: 2px solid #ccc;
background-color: red;
float: left;
}
...Leave a comment:
-
Ok. This is a quick version.
Let me know if this is what you had in mind.
This version does not pander to those with Javascript disabled. That's for next post (if this works for you).
Here is the HTML with all the CSS and Javascript inside of it:
[HTML]<html>
<head>
<meta name="save" content="histor y" />
<style...Leave a comment:
-
I'm not aware of a solution with no scripting, but I do have a solution that uses CSS and minimal Javascript. If the user has Javascript disabled, then the information displays as if all were opened.
Let me know if you're interested.
Cheers.Leave a comment:
-
Ok great. I took a quick look at it.
You'll want to move all the "Backslash Hacks" outside of the curly braces.
Example:
CSS as it is:
...Code:#rightcolumn { float: left; width: 32%; margin: 0% 0% 3% 1%; text-align: left; voice-family: "\"}\""; voice-family: inherit; width: 31%; /* Start Commented Backslash HackLeave a comment:
-
Hello,
Could you clarify what you mean by "bricks"?
Is this a background, or will content be placed in the boxes?
Is the "wall" to be fluid, and resize with the window?Leave a comment:
-
Hey,
I'd love to help.
If you posted (or linked to) files containing only the rules for structure, then I could most likely fix it fairly quickly.
I just can't be bothered to dig through all of the "non-problem" code.Leave a comment:
-
mod_rewrite - Help, I'm a newbie...
I've got URLs that look like:
Code:www.mysite.com/template.php?id=pagetitle www.mysite.com/template.php?id=folder/pagetitle
I want the URLs to look like:
Code:www.mysite.com/pagetitle www.mysite.com/folder/pagetitle
How do I write this RewriteRule into my .htaccess file? Or, is there a better way.
I originally wrote a separate rule for every single URL, but, as you could...
No activity results to display
Show More
Leave a comment: