svoltmer
-
Mobile auto width not working on some pages.
I would like to know why it works with auto on this page: https://edit-wwwprep.rose-hulman.edu/offices-services/academic-affairs/faculty-achievements/fulbright-scholars.aspx but not the one in my original post. They both use the same container .main…
-
Mobile auto width not working on some pages.
Thanks for the suggestion, but I can't use 100% width as I have to have a 10px padding on both sides.
-
Width problems on mobile site
Thanks Carl! That did the trick. I cannot believe I forgot the overflow:hidden. One other thing though, On the navigation when you click on it the search bar drops with the ul and I would prefer it staying in the grey bar at the top. It is floated r…
-
Width problems on mobile site
Bump.. Anyone know why there is a huge space to the right of my design? I am desperate! https://edit-wwwprep.rose-hulman.edu/admissions-financial-aid.aspx
-
Width problems on mobile site
I removed the maximum-scale Andy. Do you have any suggestions as to why my mobile content is not full width on this page? I could use some suggestions-I can't find anything. https://edit-wwwprep.rose-hulman.edu/admissions-financial-aid.aspx
-
Width problems on mobile site
Magnus, The border was for testing and the home screen looks fine with the viewport set the way I have it. Take a look. https://edit-wwwprep.rose-hulman.edu/
-
Trying to fix issues in Compatibility Mode for IE
Fixed the first issue. Now the only help I need is why the box with the current slide headline doesn't fade in smoothly in IE-but it does in every other browser. Any suggestions would be appreciated. Thanks!
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
Ok, I went back and am loading the mobile.css allways, but It still is applied to all monitor resolutions as well due to the size of (max-device-width:1280px), which is needed for the samsung galaxy note 2. How do I restrict the mobile styles to the…
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
I have it set up now for portrait and landscape on the index page, but I have a problem. The dropdown javascript is still being called for the landscape version of the tablet.css, so the navigation dissapears when the user clicks on any of the links…
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
Since I am only able to do the portrait mobile resolutions, is there a way to make it so that if the user switches to landscape (where there are only the screen styles) and back to portrait you don't have to re-load the page to have the styles …
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
At this time I am only working on the index page. All the other pages are based off of different templates each with different classes and ID's so, I have to attack them separately.
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
Here is the link to the site http://edit-wwwprep.rose-hulman.edu/ I am using an existing site, unfortunately built upon templates that use HTML tables as the basic structure.
-
Mobile (max-device-width) Pulling in mobile styles for desktop screen resolutions.
How do I prevent it from using the mobile.css if the phone has such a high device-width? I've tried making the import "handheld and (max-device-width: 1280px)", but then the phone doesn't load the mobile styles.
-
Containing div not expanding with slideshow image
There was no solution, as the images are all relative and absolutely positioned.
-
Containing div not expanding with slideshow image
Is there a way to make images, of different heights, change the size of a containing div as they display active? All the slideshows I've seen use absolute positioning, which makes it impossible for the div surrounding the slideshow to expand to…
-
Containing div not expanding with slideshow image
I had the all ones in the slideshow set to 100%
-
Containing div not expanding with slideshow image
Sorry, https://edit-wwwprep.rose-hulman.edu/offices-services/career-services.aspx
-
Form input text color on blur
Thats what I have in place now. I would like the user entered text to remain the black as focus is changed to the next input to show that the user has filled that input.
-
z-index problem
Thanks Chris! I thought I had tried that, but apparently not. Rose is a great school. Where did you end up going?
-
Keeping nested DIV's the full height of the Wrapper
I set it up similar to what you suggested accept I couldn't get it to work with the rounded corner as the background for the footer. Now though it is pushing the footer up in IE8 to make room for the floated "copyright". Why does it n…
-
Keeping nested DIV's the full height of the Wrapper
I am sorry, I wasn't specific, I guess I would like the footer to be at the bottom of the page with the columns stretching to the footer, even if there isn't enough content to force the wrapper open.
-
Keeping nested DIV's the full height of the Wrapper
As, so many people still us IE I opted for your 3 image suggestion. I implemented on the index page for now using a separate style sheet. The columns are equal height now, but still don't fill the height of the wrapper. What am I missing?
-
Content Not Displaying Correctly in IE 8 and iOS Safari
I opted for clear:both on the next element. That being said, what about the case of the two floats without individual parents? I am referring to the "tab-top" and the following floats, "logo-main" and "menu-main". I hav…
-
Content Not Displaying Correctly in IE 8 and iOS Safari
I am curious as to how you would clear the div with the "header-main" since I can't use "overflow:hidden" due to the "leaf" positioned absolute from it. I am always trying to learn. Thanks
-
Content Not Displaying Correctly in IE 8 and iOS Safari
Thanks wolf, Someone else set up the basic template for the site and I am gradually changing the css as I have time. I know there is a lot of wonky stuff in there. Thanks for the suggestions!!
-
Content Not Displaying Correctly in IE 8 and iOS Safari
I am an idiot. forgot to position:relative the parent......
-
Content Not Displaying Correctly in IE 8 and iOS Safari
Check this out. I have a absolutely positioned "leaf" that displays perfectly except on IE and iOS Safari. Why is it so far over to the left?
-
Content Not Displaying Correctly in IE 8 and iOS Safari
I know the sheet is whacked, I took over for another guy who designed the basic template and he coded the css crazy! I've been changing here and there as I get time for clarity.
-
Content Not Displaying Correctly in IE 8 and iOS Safari
The only time i see it cut the content off on the right side is if you use a windowed view of the webpage instead of full screen. Try to scroll to the right and you'll see what I am talking about.