justbobf
-
Lightbox 2 Help...
Well, I guess I'll answer my own question, to the best of my ability. Seems the .js file's path to the loading and close images is relative to the page it is linked to. So, my solution is to place the images folder at the same level as th…
-
Adobe Catylyst, Flex Builder and the new CS5
Well, you can use Flash to create SWF files that you can add to a web page, like one you could create in Dreamweaver. The SWF file could be a simple animation, or an entire site. But, I think Flash has fallen out of favor, recently. For one thing, …
-
[Solved] Can't get image to the right...
Got it! The secret is I have to add Display: Block and Float: Left to each "ad" class; then!, and this is the real key, I have to Clear the float with the first div that holds the image and the text. And then, of course, add a clear div a…
-
Absolute Positioning not the right option?...
I think you have to let your horses have Absolute positioning; but, they are Relative to the element that they are inside of, or closest to. So, the Header should have Relative positioning and the Horses should have Absolute. Then, the horses will m…
-
[Solved] Can't get image to the right...
So, it looks like I can't really make an "image gallery" where images just flow left to right and top to bottom as soon as I add text below an image. I made the image class and the div with the image and text the same name because I w…
-
[Solved] Nav Bar Breaks in Firefox, but not in safari...
Hardest time, but fixed it, thank to your help... Thank you!!!!
-
[Solved] Nav Bar Breaks in Firefox, but not in safari...
Thanks! That's really helpful. That font tag does look incorrect. I took it out and the nav bar was not broken anymore; but the left part was then bigger than the right side...I'll look into that and see if I can figure it out all the way.…
-
Vertical/Horizontal Drop-down Menu Help...
Hello. Thanks for the reply. I couldn't get the menu to work, even with a separate class on the ul. What I did find that works, is that the ul has to be inside the list item that triggers it. So, the above HTML code was changed to: Logo…
-
[Solved] Borders under text...
Yes! That's great. Plus, changing the Display type from Inline to Block offers a whole new range of options. Thank you!
-
Left Float Difficulty...
Okay, I posted a sample page. http://ifaulkner.com/testcolumns/ I just wonder how to keep the proper order in the HTML markup and also achieve floated columns left and right for the main content area. Thank you!